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



body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Indie Flower', handwriting;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'georgia';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'georgia';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #33cbcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #256147 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #33cbcc !important;
  border-color: #33cbcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #248e8f !important;
  border-color: #248e8f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #248e8f !important;
  border-color: #248e8f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df2c0c !important;
  border-color: #df2c0c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #961e08 !important;
  border-color: #961e08 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #961e08 !important;
  border-color: #961e08 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #256147 !important;
  border-color: #256147 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #102a1e !important;
  border-color: #102a1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #102a1e !important;
  border-color: #102a1e !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: #1f7a7a;
  color: #1f7a7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33cbcc;
  border-color: #33cbcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33cbcc !important;
  border-color: #33cbcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7e1907;
  color: #7e1907;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #df2c0c;
  border-color: #df2c0c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df2c0c !important;
  border-color: #df2c0c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #091711;
  color: #091711;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #256147;
  border-color: #256147;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #256147 !important;
  border-color: #256147 !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: #33cbcc !important;
}
.text-secondary {
  color: #df2c0c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #256147 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1f7a7a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7e1907 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #091711 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #256147;
}
.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: #33cbcc;
  border-color: #33cbcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #33cbcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6f5f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4bba8a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #33cbcc;
}
/* 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: #33cbcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #33cbcc;
}
.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: #33cbcc;
  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: #33cbcc;
  border-bottom-color: #33cbcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #33cbcc !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: #df2c0c !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='%2333cbcc' %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-sjILhprVB9 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #33cbcc;
}
.cid-sjILhprVB9 P {
  color: #767676;
}
.cid-sePRtWFVBl {
  background: #33cbcc;
}
.cid-sePRtWFVBl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sePRtWFVBl .mbr-figure {
  margin: 0 auto;
}
.cid-sePRtWFVBl figcaption {
  position: relative;
}
.cid-sePRtWFVBl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sePRtWFVBl .image-block {
    width: 100% !important;
  }
}
.cid-sn6RPvkpdv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sn6RPvkpdv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sntmweepPK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #33cbcc;
}
.cid-sntmweepPK P {
  color: #767676;
}
.cid-sntmweepPK H1 {
  color: #ffffff;
}
.cid-sntmweepPK .mbr-text,
.cid-sntmweepPK .mbr-section-btn {
  color: #ffffff;
}
.cid-s5EkR82sVW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sntnY0zy3C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sntnY0zy3C H2 {
  color: #ffffff;
}
.cid-sgGvjHaSXu {
  background: #ffffff;
}
.cid-sgGvjHaSXu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sgGvjHaSXu .mbr-figure {
  margin: 0 auto;
}
.cid-sgGvjHaSXu figcaption {
  position: relative;
}
.cid-sgGvjHaSXu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgGvjHaSXu .image-block {
    width: 100% !important;
  }
}
.cid-sn6TW6hkTq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn6TW6hkTq .mbr-text,
.cid-sn6TW6hkTq blockquote {
  color: #767676;
}
.cid-sn6TW6hkTq .mbr-text {
  color: #0f7699;
}
.cid-s5EmYscNpX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cbcc;
}
.cid-seCoFGNaI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seCoFGNaI7 .card-box {
  padding: 0 2rem;
}
.cid-seCoFGNaI7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-seCoFGNaI7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-seCoFGNaI7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-seCoFGNaI7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-seCoFGNaI7 .mbr-text {
  color: #0f7699;
}
.cid-seCoFGNaI7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-seCoFGNaI7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-seCoFGNaI7 .card-title {
  color: #33cbcc;
}
.cid-shaPWZf0k7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shaPWZf0k7 H2 {
  color: #ffffff;
}
.cid-s4wB9HElNF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-s4wB9HElNF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s4wB9HElNF H2 {
  color: #ffffff;
}
.cid-snGmvdtWvZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s5POngqYKr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-s5POngqYKr H2 {
  color: #ffffff;
}
.cid-rZqDHi9jo5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZqDHi9jo5 .title {
  margin-bottom: 2rem;
}
.cid-rZqDHi9jo5 .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-rZqDHi9jo5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rZqDHi9jo5 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rZqDHi9jo5 textarea.form-control {
  min-height: 188px;
}
.cid-rZqDHi9jo5 H2 {
  color: #ffffff;
}
.cid-rZqDHi9jo5 LABEL {
  color: #33cbcc;
}
.cid-sePR00KRP5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cbcc;
}
.cid-s6aHiloORs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6aHiloORs H2 {
  color: #ffffff;
}
.cid-s6aHiloORs .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-s6aHiloORs .mbr-text {
  color: #0f7699;
  text-align: center;
}
.cid-s2URLMHDSU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #33cccc;
}
.cid-s2URXgV1Mz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2URXgV1Mz .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-s5Klq4ZP2U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33cccc;
}
.cid-s5Klq4ZP2U H2 {
  color: #256147;
}
.cid-sn6QeQsRfC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sn6QeQsRfC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2UTdKpAjR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-s2UToGowZN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2UToGowZN .mbr-text,
.cid-s2UToGowZN blockquote {
  color: #767676;
}
.cid-s2UToGowZN .mbr-text {
  color: #0f7699;
}
.cid-shaS6k2qPV .navbar {
  background: #33cbcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shaS6k2qPV .navbar-dropdown.bg-color.transparent.opened {
  background: #33cbcc;
}
.cid-shaS6k2qPV a {
  font-style: normal;
}
.cid-shaS6k2qPV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .nav-item:focus,
.cid-shaS6k2qPV .nav-link:focus {
  outline: none;
}
.cid-shaS6k2qPV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shaS6k2qPV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shaS6k2qPV .menu-logo {
  margin-right: auto;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .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-shaS6k2qPV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu {
  background: #33cbcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shaS6k2qPV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shaS6k2qPV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shaS6k2qPV button.navbar-toggler:focus {
  outline: none;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #df2c0c;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shaS6k2qPV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shaS6k2qPV .collapsed .btn {
  display: -webkit-flex;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shaS6k2qPV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-shaS6k2qPV .collapsed button.navbar-toggler {
  display: block;
}
.cid-shaS6k2qPV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shaS6k2qPV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shaS6k2qPV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shaS6k2qPV .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-shaS6k2qPV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shaS6k2qPV img {
    height: 3.8rem !important;
  }
  .cid-shaS6k2qPV .btn {
    display: -webkit-flex;
  }
  .cid-shaS6k2qPV button.navbar-toggler {
    display: block;
  }
  .cid-shaS6k2qPV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shaS6k2qPV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shaS6k2qPV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing,
  .cid-shaS6k2qPV .navbar-collapse.show {
    display: block !important;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-buttons,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shaS6k2qPV .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-shaS6k2qPV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shaS6k2qPV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shaS6k2qPV .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-shaS6k2qPV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shaS6k2qPV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shaS6k2qPV .nav-link:hover,
.cid-shaS6k2qPV .dropdown-item:hover {
  color: #df2c0c !important;
}
.cid-sgGA5DFNfR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #33cccc;
}
.cid-s6aKBchy6G {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #33cbcc;
}
.cid-s6aKBchy6G H2 {
  color: #ffffff;
}
.cid-sgGEcjpcaR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgGEcjpcaR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgGEcjpcaR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sgGEcjpcaR .mbr-text {
  color: #0f7699;
}
.cid-rZyRJnzyWu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cbcc;
}
.cid-rZyRJnzyWu H2 {
  text-align: left;
}
.cid-sgHv8Bl6cJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgHv8Bl6cJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgHv8Bl6cJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHv8Bl6cJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHv8Bl6cJ .mbr-text {
    text-align: center;
  }
}
.cid-sgHv8Bl6cJ .mbr-text,
.cid-sgHv8Bl6cJ .mbr-section-btn {
  color: #0f7699;
  text-align: left;
}
.cid-rZyRIBPdcG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cbcc;
}
.cid-rZyRIBPdcG H2 {
  text-align: left;
}
.cid-sgHBxaBLOB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgHBxaBLOB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHBxaBLOB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHBxaBLOB .mbr-text {
    text-align: center;
  }
}
.cid-sgHBxaBLOB .mbr-text,
.cid-sgHBxaBLOB .mbr-section-btn {
  color: #0f7699;
  text-align: left;
}
.cid-sgHKqf8ZS9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sgHKqf8ZS9 H2 {
  color: #ffffff;
}
.cid-sgHKs3FbkK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgHKs3FbkK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgHKs3FbkK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHKs3FbkK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHKs3FbkK .mbr-text {
    text-align: center;
  }
}
.cid-sgHKs3FbkK .mbr-text,
.cid-sgHKs3FbkK .mbr-section-btn {
  color: #0f7699;
  text-align: left;
}
.cid-smQaUV4kj1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-shcd6GOzJl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-shcd6GOzJl H2 {
  color: #ffffff;
}
.cid-shccUAVgky {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-shccUAVgky H2 {
  color: #ffffff;
}
.cid-smWz38gweS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-smWz38gweS H2 {
  color: #ffffff;
}
.cid-smWz38gweS .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-s6aNxEutW4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33cbcc;
}
.cid-s6aNxEutW4 H2 {
  color: #ffffff;
}
.cid-shaS6k2qPV .navbar {
  background: #33cbcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shaS6k2qPV .navbar-dropdown.bg-color.transparent.opened {
  background: #33cbcc;
}
.cid-shaS6k2qPV a {
  font-style: normal;
}
.cid-shaS6k2qPV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .nav-item:focus,
.cid-shaS6k2qPV .nav-link:focus {
  outline: none;
}
.cid-shaS6k2qPV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shaS6k2qPV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shaS6k2qPV .menu-logo {
  margin-right: auto;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .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-shaS6k2qPV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu {
  background: #33cbcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shaS6k2qPV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shaS6k2qPV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shaS6k2qPV button.navbar-toggler:focus {
  outline: none;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #df2c0c;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shaS6k2qPV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shaS6k2qPV .collapsed .btn {
  display: -webkit-flex;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shaS6k2qPV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-shaS6k2qPV .collapsed button.navbar-toggler {
  display: block;
}
.cid-shaS6k2qPV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shaS6k2qPV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shaS6k2qPV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shaS6k2qPV .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-shaS6k2qPV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shaS6k2qPV img {
    height: 3.8rem !important;
  }
  .cid-shaS6k2qPV .btn {
    display: -webkit-flex;
  }
  .cid-shaS6k2qPV button.navbar-toggler {
    display: block;
  }
  .cid-shaS6k2qPV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shaS6k2qPV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shaS6k2qPV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing,
  .cid-shaS6k2qPV .navbar-collapse.show {
    display: block !important;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-buttons,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shaS6k2qPV .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-shaS6k2qPV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shaS6k2qPV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shaS6k2qPV .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-shaS6k2qPV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shaS6k2qPV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shaS6k2qPV .nav-link:hover,
.cid-shaS6k2qPV .dropdown-item:hover {
  color: #df2c0c !important;
}
.cid-sgHAXIAjFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33cbcc;
}
.cid-sgHAXIAjFl H2 {
  color: #ffffff;
}
.cid-sgHAXKhtuK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #33cbcc;
}
.cid-sgHAXJriHa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgHAXJriHa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHAXJriHa .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHAXJriHa .mbr-text {
    text-align: center;
  }
}
.cid-sgHAXJriHa .mbr-text,
.cid-sgHAXJriHa .mbr-section-btn {
  color: #33cbcc;
  text-align: left;
}
.cid-sgHAXLYcco {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cbcc;
}
.cid-sgHTgeLhZd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgHTgeLhZd .mbr-section-subtitle {
  color: #767676;
}
.cid-sgHTgeLhZd .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgHTgeLhZd .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sgHTgeLhZd .team-item .item-image img {
  width: 100%;
}
.cid-sgHTgeLhZd .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sgHTgeLhZd .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sgHTgeLhZd .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sgHTgeLhZd .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sgHTgeLhZd .team-item .item-caption {
  background: #efefef;
}
.cid-sgMIU5tc95 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sgMIU5tc95 H2 {
  color: #ffffff;
}
.cid-sjeSdq2F1O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sjeSdq2F1O .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sjeSdq2F1O .carousel {
    min-height: 600px;
  }
  .cid-sjeSdq2F1O .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sjeSdq2F1O .carousel {
    min-height: 390px;
  }
  .cid-sjeSdq2F1O .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sjeSdq2F1O .carousel {
    min-height: 330px;
  }
  .cid-sjeSdq2F1O .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-sjeSdq2F1O .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sjeSdq2F1O .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sjeSdq2F1O .carousel,
.cid-sjeSdq2F1O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sjeSdq2F1O .item-wrapper {
  width: 100%;
}
.cid-sjeSdq2F1O .carousel-caption {
  bottom: 40px;
}
.cid-sjeSdq2F1O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sjeSdq2F1O .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sjeSdq2F1O .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sjeSdq2F1O .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sjeSdq2F1O .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sjeSdq2F1O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjeSdq2F1O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sjeSdq2F1O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sjeSdq2F1O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sjeSdq2F1O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sjeSdq2F1O .carousel-indicators li.active,
.cid-sjeSdq2F1O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sjeSdq2F1O .carousel-indicators li::after,
.cid-sjeSdq2F1O .carousel-indicators li::before {
  content: none;
}
.cid-sjeSdq2F1O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sjeSdq2F1O .carousel-indicators {
    display: none !important;
  }
}
.cid-sjeSdq2F1O H5 {
  color: #59f74a;
}
.cid-sgNyRBQI2Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #33cccc;
}
.cid-sgNyRBQI2Z H2 {
  color: #ffffff;
}
.cid-sgNzgKQYhl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgHV0sqR56 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sgHV0sqR56 H2 {
  color: #ffffff;
}
.cid-sgMFhDB7fO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgMFhDB7fO .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sgMFhDB7fO .carousel {
    min-height: 500px;
  }
  .cid-sgMFhDB7fO .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sgMFhDB7fO .carousel {
    min-height: 325px;
  }
  .cid-sgMFhDB7fO .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sgMFhDB7fO .carousel {
    min-height: 275px;
  }
  .cid-sgMFhDB7fO .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-sgMFhDB7fO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sgMFhDB7fO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sgMFhDB7fO .carousel,
.cid-sgMFhDB7fO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgMFhDB7fO .item-wrapper {
  width: 100%;
}
.cid-sgMFhDB7fO .carousel-caption {
  bottom: 40px;
}
.cid-sgMFhDB7fO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sgMFhDB7fO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sgMFhDB7fO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sgMFhDB7fO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgMFhDB7fO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgMFhDB7fO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgMFhDB7fO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgMFhDB7fO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgMFhDB7fO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgMFhDB7fO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgMFhDB7fO .carousel-indicators li.active,
.cid-sgMFhDB7fO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgMFhDB7fO .carousel-indicators li::after,
.cid-sgMFhDB7fO .carousel-indicators li::before {
  content: none;
}
.cid-sgMFhDB7fO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgMFhDB7fO .carousel-indicators {
    display: none !important;
  }
}
.cid-sgMFhDB7fO H5 {
  color: #33cbcc;
}
.cid-sgHAXNpuuD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33cbcc;
}
.cid-sgHAXNpuuD H2 {
  color: #ffffff;
}
.cid-shaS6k2qPV .navbar {
  background: #33cbcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shaS6k2qPV .navbar-dropdown.bg-color.transparent.opened {
  background: #33cbcc;
}
.cid-shaS6k2qPV a {
  font-style: normal;
}
.cid-shaS6k2qPV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .nav-item:focus,
.cid-shaS6k2qPV .nav-link:focus {
  outline: none;
}
.cid-shaS6k2qPV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shaS6k2qPV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shaS6k2qPV .menu-logo {
  margin-right: auto;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .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-shaS6k2qPV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shaS6k2qPV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu {
  background: #33cbcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shaS6k2qPV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shaS6k2qPV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shaS6k2qPV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shaS6k2qPV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shaS6k2qPV button.navbar-toggler:focus {
  outline: none;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #df2c0c;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shaS6k2qPV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shaS6k2qPV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shaS6k2qPV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shaS6k2qPV .collapsed .btn {
  display: -webkit-flex;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shaS6k2qPV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shaS6k2qPV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shaS6k2qPV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-shaS6k2qPV .collapsed button.navbar-toggler {
  display: block;
}
.cid-shaS6k2qPV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shaS6k2qPV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shaS6k2qPV .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-shaS6k2qPV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shaS6k2qPV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shaS6k2qPV .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-shaS6k2qPV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shaS6k2qPV img {
    height: 3.8rem !important;
  }
  .cid-shaS6k2qPV .btn {
    display: -webkit-flex;
  }
  .cid-shaS6k2qPV button.navbar-toggler {
    display: block;
  }
  .cid-shaS6k2qPV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shaS6k2qPV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shaS6k2qPV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing,
  .cid-shaS6k2qPV .navbar-collapse.show {
    display: block !important;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-buttons,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shaS6k2qPV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shaS6k2qPV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shaS6k2qPV .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-shaS6k2qPV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shaS6k2qPV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shaS6k2qPV .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-shaS6k2qPV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shaS6k2qPV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shaS6k2qPV .nav-link:hover,
.cid-shaS6k2qPV .dropdown-item:hover {
  color: #df2c0c !important;
}
.cid-sntp7rRiJe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sntp7Cd6Ha {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sntp7Cd6Ha H2 {
  color: #ffffff;
}
.cid-sntp7Di7VW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sntp7Di7VW H2 {
  color: #ffffff;
}
.cid-snw7Y1BqYn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #33cccc;
}
.cid-snzpjJn9M1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzpjJn9M1 H2 {
  color: #33cbcc;
}
.cid-snzpjJn9M1 .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-snzpkC8e6e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-snzpkC8e6e H2 {
  color: #ffffff;
}
.cid-snzplrDS0D {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-snzplrDS0D .mbr-text,
.cid-snzplrDS0D blockquote {
  color: #767676;
}
.cid-snzplrDS0D .mbr-text {
  color: #0f7699;
}
.cid-snzpmn6bPW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzpmn6bPW .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-snzpn6tBya {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzpn6tBya .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-snzpn6tBya .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-snzpn6tBya .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-snzpn6tBya .mbr-text {
    text-align: center;
  }
}
.cid-snzpn6tBya .mbr-text,
.cid-snzpn6tBya .mbr-section-btn {
  color: #0f7699;
  text-align: left;
}
.cid-snzpobSsXB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzpobSsXB .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-snzpoItYgK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzpoItYgK .mbr-text,
.cid-snzpoItYgK blockquote {
  color: #767676;
}
.cid-snzpoItYgK .mbr-text {
  color: #0f7699;
}
.cid-snzqYyOOHc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-snzqYyOOHc H2 {
  color: #ffffff;
}
.cid-snzqYyOOHc .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-snzqZGTTap {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-snzqZGTTap .mbr-text,
.cid-snzqZGTTap blockquote {
  color: #767676;
}
.cid-snzqZGTTap .mbr-text {
  color: #0f7699;
}
.cid-snzr0RVVaK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzr0RVVaK H2 {
  color: #33cbcc;
}
.cid-snzr0RVVaK .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-snzr1I74P0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-snzr1I74P0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-snzr1I74P0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-snzr1I74P0 .mbr-text {
    text-align: center;
  }
}
.cid-snzr1I74P0 .mbr-text,
.cid-snzr1I74P0 .mbr-section-btn {
  color: #0f7699;
  text-align: left;
}
.cid-snzr2wsugz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snzr2wsugz H2 {
  color: #ffffff;
}
.cid-snzr2wsugz .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-snzr3trgYj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snzr3trgYj .mbr-text,
.cid-snzr3trgYj blockquote {
  color: #767676;
}
.cid-snzr3trgYj .mbr-text {
  color: #0f7699;
}
.cid-snzraWkoi2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-snzraWkoi2 H2 {
  color: #ffffff;
}
.cid-snzraWkoi2 .mbr-section-subtitle {
  color: #33cbcc;
}
.cid-sntp7ip09l {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sntp7ip09l H2 {
  color: #33cbcc;
}
.cid-snwaupB9B1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-snw3LCf05Q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-snw3LCf05Q H2 {
  color: #ffffff;
}
.cid-snCbq34g24 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-snCbq34g24 .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-snCbq34g24 .carousel {
    min-height: 500px;
  }
  .cid-snCbq34g24 .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-snCbq34g24 .carousel {
    min-height: 325px;
  }
  .cid-snCbq34g24 .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-snCbq34g24 .carousel {
    min-height: 275px;
  }
  .cid-snCbq34g24 .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-snCbq34g24 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-snCbq34g24 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-snCbq34g24 .carousel,
.cid-snCbq34g24 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snCbq34g24 .item-wrapper {
  width: 100%;
}
.cid-snCbq34g24 .carousel-caption {
  bottom: 40px;
}
.cid-snCbq34g24 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-snCbq34g24 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-snCbq34g24 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-snCbq34g24 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-snCbq34g24 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snCbq34g24 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snCbq34g24 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snCbq34g24 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snCbq34g24 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-snCbq34g24 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snCbq34g24 .carousel-indicators li.active,
.cid-snCbq34g24 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snCbq34g24 .carousel-indicators li::after,
.cid-snCbq34g24 .carousel-indicators li::before {
  content: none;
}
.cid-snCbq34g24 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snCbq34g24 .carousel-indicators {
    display: none !important;
  }
}
.cid-sntr0wVtlN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #33cccc;
}
.cid-sntr0wVtlN H2 {
  color: #ffffff;
}
.cid-snCgD1FXKn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-snCgD1FXKn .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-snCgD1FXKn .carousel {
    min-height: 500px;
  }
  .cid-snCgD1FXKn .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-snCgD1FXKn .carousel {
    min-height: 325px;
  }
  .cid-snCgD1FXKn .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-snCgD1FXKn .carousel {
    min-height: 275px;
  }
  .cid-snCgD1FXKn .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-snCgD1FXKn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-snCgD1FXKn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-snCgD1FXKn .carousel,
.cid-snCgD1FXKn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-snCgD1FXKn .item-wrapper {
  width: 100%;
}
.cid-snCgD1FXKn .carousel-caption {
  bottom: 40px;
}
.cid-snCgD1FXKn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-snCgD1FXKn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-snCgD1FXKn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-snCgD1FXKn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-snCgD1FXKn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-snCgD1FXKn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snCgD1FXKn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-snCgD1FXKn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-snCgD1FXKn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-snCgD1FXKn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-snCgD1FXKn .carousel-indicators li.active,
.cid-snCgD1FXKn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-snCgD1FXKn .carousel-indicators li::after,
.cid-snCgD1FXKn .carousel-indicators li::before {
  content: none;
}
.cid-snCgD1FXKn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-snCgD1FXKn .carousel-indicators {
    display: none !important;
  }
}
.cid-snw4xGUHJB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snw4xGUHJB H2 {
  color: #ffffff;
}
.cid-sntp7KEv6R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33cbcc;
}
.cid-sntp7KEv6R H2 {
  color: #ffffff;
}
.cid-sntp7LHZnx .navbar {
  background: #33cbcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sntp7LHZnx .navbar-dropdown.bg-color.transparent.opened {
  background: #33cbcc;
}
.cid-sntp7LHZnx a {
  font-style: normal;
}
.cid-sntp7LHZnx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sntp7LHZnx .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-sntp7LHZnx .nav-item:focus,
.cid-sntp7LHZnx .nav-link:focus {
  outline: none;
}
.cid-sntp7LHZnx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sntp7LHZnx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sntp7LHZnx .menu-logo {
  margin-right: auto;
}
.cid-sntp7LHZnx .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-sntp7LHZnx .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-sntp7LHZnx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sntp7LHZnx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sntp7LHZnx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sntp7LHZnx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sntp7LHZnx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sntp7LHZnx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sntp7LHZnx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sntp7LHZnx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sntp7LHZnx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sntp7LHZnx .dropdown .dropdown-menu {
  background: #33cbcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sntp7LHZnx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sntp7LHZnx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sntp7LHZnx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sntp7LHZnx .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sntp7LHZnx .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-sntp7LHZnx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sntp7LHZnx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sntp7LHZnx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sntp7LHZnx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sntp7LHZnx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sntp7LHZnx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sntp7LHZnx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sntp7LHZnx button.navbar-toggler:focus {
  outline: none;
}
.cid-sntp7LHZnx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #df2c0c;
}
.cid-sntp7LHZnx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sntp7LHZnx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sntp7LHZnx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sntp7LHZnx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sntp7LHZnx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sntp7LHZnx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sntp7LHZnx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sntp7LHZnx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sntp7LHZnx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sntp7LHZnx .collapsed .btn {
  display: -webkit-flex;
}
.cid-sntp7LHZnx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sntp7LHZnx .collapsed .navbar-collapse.collapsing,
.cid-sntp7LHZnx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sntp7LHZnx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sntp7LHZnx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sntp7LHZnx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sntp7LHZnx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sntp7LHZnx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sntp7LHZnx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sntp7LHZnx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sntp7LHZnx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sntp7LHZnx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sntp7LHZnx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sntp7LHZnx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sntp7LHZnx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sntp7LHZnx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sntp7LHZnx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sntp7LHZnx .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-sntp7LHZnx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sntp7LHZnx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sntp7LHZnx .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-sntp7LHZnx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sntp7LHZnx img {
    height: 3.8rem !important;
  }
  .cid-sntp7LHZnx .btn {
    display: -webkit-flex;
  }
  .cid-sntp7LHZnx button.navbar-toggler {
    display: block;
  }
  .cid-sntp7LHZnx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sntp7LHZnx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sntp7LHZnx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sntp7LHZnx .navbar-collapse.collapsing,
  .cid-sntp7LHZnx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sntp7LHZnx .navbar-collapse.collapsing .navbar-nav,
  .cid-sntp7LHZnx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sntp7LHZnx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sntp7LHZnx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sntp7LHZnx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sntp7LHZnx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sntp7LHZnx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sntp7LHZnx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sntp7LHZnx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sntp7LHZnx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sntp7LHZnx .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-sntp7LHZnx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sntp7LHZnx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sntp7LHZnx .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-sntp7LHZnx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sntp7LHZnx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sntp7LHZnx .nav-link:hover,
.cid-sntp7LHZnx .dropdown-item:hover {
  color: #df2c0c !important;
}
