body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Astral Sisters';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Vollkorn', serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Astral Sisters';
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Lora', 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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='%23149dcc' %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-t3ix7HMIcH {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-t3ix7HMIcH .carousel {
  width: 100%;
}
.cid-t3ix7HMIcH .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-t3ix7HMIcH .carousel-item img {
  min-height: 100vh;
  object-fit: cover;
}
.cid-t3ix7HMIcH .overlay {
  color: #fff;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.cid-t3ix7HMIcH .mbr-overlay {
  z-index: 1;
}
.cid-t3ix7HMIcH .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-t3ix7HMIcH .carousel-caption {
    height: 34%;
  }
}
.cid-t3ix7HMIcH .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  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-t3ix7HMIcH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3ix7HMIcH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3ix7HMIcH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t3ix7HMIcH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t3ix7HMIcH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t3ix7HMIcH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t3ix7HMIcH .item-wrapper {
  width: 100%;
}
.cid-t3ix7HMIcH .mbr-section-subtitle,
.cid-t3ix7HMIcH .slider-subtitle {
  margin-bottom: 30px;
}
.cid-t3ix7HMIcH .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-t3ix7HMIcH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t3ix7HMIcH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t3ix7HMIcH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t3ix7HMIcH .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-t3ix7HMIcH .carousel-indicators li.active,
.cid-t3ix7HMIcH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t3ix7HMIcH .carousel-indicators li::after,
.cid-t3ix7HMIcH .carousel-indicators li::before {
  content: none;
}
.cid-t3ix7HMIcH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t3ix7HMIcH .carousel-indicators {
    display: none !important;
  }
}
.cid-t3ix7HMIcH H5 {
  color: #e9ddd8;
}
.cid-t3ix7HMIcH .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-t3ix7HMIcH P {
  color: #ffffff;
}
.cid-tdSoAZruvG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdSoAZruvG .display-2 {
  font-size: 2rem;
}
.cid-tdSoAZruvG .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tdSoAZruvG .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tdSoAZruvG .dropdown-item:hover {
    color: #8d07fc !important;
  }
  .cid-tdSoAZruvG .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tdSoAZruvG.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdSoAZruvG.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .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;
  }
  .cid-tdSoAZruvG.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tdSoAZruvG.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tdSoAZruvG .navbar .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tdSoAZruvG .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tdSoAZruvG .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tdSoAZruvG .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdSoAZruvG.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdSoAZruvG .dropdown-menu .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: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tdSoAZruvG .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdSoAZruvG ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-tdSoAZruvG .navbar-brand {
    min-height: 47px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdSoAZruvG .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdSoAZruvG .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tdSoAZruvG .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tdSoAZruvG .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 47px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.85) !important;
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tdSoAZruvG .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tdSoAZruvG .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-tdSoAZruvG .navbar.opened {
  transition: all .3s;
}
.cid-tdSoAZruvG .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tdSoAZruvG .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdSoAZruvG .nav-link:hover {
  color: #8d07fc !important;
  background: none !important;
}
.cid-tdSoAZruvG .nav-link:hover:before {
  color: #8d07fc !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-tdSoAZruvG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdSoAZruvG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tdSoAZruvG .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tdSoAZruvG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdSoAZruvG .navbar-caption {
  padding-right: 1rem;
}
.cid-tdSoAZruvG .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown-menu,
  .cid-tdSoAZruvG .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown-menu,
  .cid-tdSoAZruvG .navbar.opened {
    background: rgba(255, 255, 255, 0.85) !important;
  }
}
.cid-tdSoAZruvG .nav-item:focus,
.cid-tdSoAZruvG .nav-link:focus {
  outline: none;
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tdSoAZruvG .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tdSoAZruvG .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tdSoAZruvG .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tdSoAZruvG .collapsed .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;
}
.cid-tdSoAZruvG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdSoAZruvG .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #8d07fc !important;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tdSoAZruvG .navbar-brand {
  min-height: 47px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-tdSoAZruvG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdSoAZruvG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdSoAZruvG .dropdown-item.active,
.cid-tdSoAZruvG .dropdown-item:active {
  background-color: transparent;
}
.cid-tdSoAZruvG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 600;
}
.cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdSoAZruvG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tdSoAZruvG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdSoAZruvG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdSoAZruvG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tdSoAZruvG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdSoAZruvG .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tdSoAZruvG a.nav-link {
  display: flex;
  font-weight: 600;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdSoAZruvG .navbar-brand span {
  display: inline-block;
}
.cid-tdSoAZruvG .navbar-brand a {
  font-weight: 600;
}
.cid-tdSoAZruvG .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tdSoAZruvG .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 600;
}
.cid-tdSoAZruvG .btn .mbr-iconfont,
.cid-tdSoAZruvG .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tdSoAZruvG .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-tdSoAZruvG .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-tdSoAZruvG .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tdSoAZruvG .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tdSoAZruvG img {
  width: auto;
}
.cid-tdSoAZruvG .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tdSoAZruvG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tdSoAZruvG .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tdSoAZruvG a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tdSoAZruvG .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tdSoAZruvG .socicon {
  line-height: inherit;
}
.cid-tdSoAZruvG .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-t2PGGS91Ct {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2PGGS91Ct img,
.cid-t2PGGS91Ct .item-img {
  width: 100%;
}
.cid-t2PGGS91Ct .item:focus,
.cid-t2PGGS91Ct span:focus {
  outline: none;
}
.cid-t2PGGS91Ct .item-wrapper {
  position: relative;
}
.cid-t2PGGS91Ct .slide-content {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2PGGS91Ct .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2PGGS91Ct .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t2PGGS91Ct .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2PGGS91Ct .mbr-section-title {
  color: #232323;
}
.cid-t2PGGS91Ct .mbr-text,
.cid-t2PGGS91Ct .mbr-section-btn {
  text-align: center;
}
.cid-t2PGGS91Ct .item-title {
  text-align: left;
}
.cid-t2PGGS91Ct .item-subtitle {
  text-align: center;
}
.cid-t2PGGS91Ct .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-t2PGGS91Ct .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t2PGGS91Ct .embla__button--next,
.cid-t2PGGS91Ct .embla__button--prev {
  display: flex;
}
.cid-t2PGGS91Ct .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t2PGGS91Ct .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t2PGGS91Ct .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t2PGGS91Ct .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2PGGS91Ct .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2PGGS91Ct .embla__button {
    top: auto;
  }
}
.cid-t2PGGS91Ct .embla {
  position: relative;
  width: 100%;
}
.cid-t2PGGS91Ct .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t2PGGS91Ct .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t2PGGS91Ct .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t2PGGS91Ct .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-td61GzelCU {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/img-4656-1-2000x1096.jpg");
}
.cid-t2QlVI0uCl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-t2QlVI0uCl .item {
  padding-bottom: 2rem;
}
.cid-t2QlVI0uCl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-t2QlVI0uCl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t2QlVI0uCl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2QlVI0uCl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2QlVI0uCl .carousel-control,
.cid-t2QlVI0uCl .close {
  background: #1b1b1b;
}
.cid-t2QlVI0uCl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2QlVI0uCl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2QlVI0uCl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2QlVI0uCl .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2QlVI0uCl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2QlVI0uCl .close::before {
  content: '\e91a';
}
.cid-t2QlVI0uCl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2QlVI0uCl .carousel-control {
  display: flex;
  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-t2QlVI0uCl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2QlVI0uCl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2QlVI0uCl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2QlVI0uCl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2QlVI0uCl .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-t2QlVI0uCl .carousel-indicators li.active,
.cid-t2QlVI0uCl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2QlVI0uCl .carousel-indicators li::after,
.cid-t2QlVI0uCl .carousel-indicators li::before {
  content: none;
}
.cid-t2QlVI0uCl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2QlVI0uCl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2QlVI0uCl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2QlVI0uCl .carousel-indicators {
    display: none;
  }
}
.cid-t2QlVI0uCl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2QlVI0uCl .carousel-inner > .active {
  display: block;
}
.cid-t2QlVI0uCl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2QlVI0uCl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2QlVI0uCl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2QlVI0uCl .carousel-control,
  .cid-t2QlVI0uCl .carousel-indicators,
  .cid-t2QlVI0uCl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2QlVI0uCl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2QlVI0uCl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2QlVI0uCl .carousel-indicators .active,
.cid-t2QlVI0uCl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2QlVI0uCl .carousel-indicators .active {
  background: #fff;
}
.cid-t2QlVI0uCl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2QlVI0uCl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2QlVI0uCl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2QlVI0uCl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2QlVI0uCl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2QlVI0uCl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2QlVI0uCl .carousel {
  width: 100%;
}
.cid-t2QlVI0uCl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2QlVI0uCl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2QlVI0uCl .modal.fade .modal-dialog,
.cid-t2QlVI0uCl .modal.in .modal-dialog {
  transform: none;
}
.cid-t2QlVI0uCl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2QlVI0uCl H6 {
  text-align: center;
}
.cid-td60ZukYwT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-td60ZukYwT .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-td60ZukYwT .pt-5 {
  padding-top: 0px!important;
}
.cid-td60ZukYwT .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-td60ZukYwT .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-td60ZukYwT .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-td60ZukYwT .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-td60ZukYwT .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 0rem!important;
}
@media (max-width: 768px) {
  .cid-td60ZukYwT .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-td60ZukYwT .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-td60ZukYwT .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-td60ZukYwT .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-td60ZukYwT .number,
  .cid-td60ZukYwT .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-td60ZukYwT .period {
    font-size: 0.8rem;
  }
}
.cid-td5pNTJBbD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-td5pNTJBbD .media-container-row .mbr-text {
  color: #232323;
}
.cid-EkFBrCu55b {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #fa0404;
}
.cid-EkFBrCu55b svg {
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
}
.cid-EkFBrCu55b .wave {
  fill: #ffffff;
}
.cid-td6pOk72wE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-td6pOk72wE .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6pOk72wE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-td6pOk72wE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-td6pOk72wE .row {
  flex-direction: row-reverse;
}
.cid-td6pOk72wE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-td6pOk72wE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tdiZnnyBt5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdiZnnyBt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdiZnnyBt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tdiZnnyBt5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tdiZnnyBt5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tdiZnnyBt5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-td5KGwaXaf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-td5KGwaXaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-td5KGwaXaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-td5KGwaXaf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-td5KGwaXaf .row {
  flex-direction: row-reverse;
}
.cid-td5KGwaXaf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-td5KGwaXaf .text-wrapper {
    padding: 2rem;
  }
}
.cid-td5KFBvfk8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-td5KFBvfk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-td5KFBvfk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-td5KFBvfk8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-td5KFBvfk8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-td5KFBvfk8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tdj0fSX74B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdj0fSX74B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdj0fSX74B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tdj0fSX74B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tdj0fSX74B .row {
  flex-direction: row-reverse;
}
.cid-tdj0fSX74B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tdj0fSX74B .text-wrapper {
    padding: 2rem;
  }
}
.cid-td6p58mNGm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-td6p58mNGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-td6p58mNGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-td6p58mNGm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-td6p58mNGm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-td6p58mNGm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tdSoAZruvG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdSoAZruvG .display-2 {
  font-size: 2rem;
}
.cid-tdSoAZruvG .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tdSoAZruvG .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tdSoAZruvG .dropdown-item:hover {
    color: #8d07fc !important;
  }
  .cid-tdSoAZruvG .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tdSoAZruvG.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdSoAZruvG.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .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;
  }
  .cid-tdSoAZruvG.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tdSoAZruvG.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tdSoAZruvG .navbar .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tdSoAZruvG .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tdSoAZruvG .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tdSoAZruvG .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdSoAZruvG.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdSoAZruvG .dropdown-menu .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: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tdSoAZruvG .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdSoAZruvG ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-tdSoAZruvG .navbar-brand {
    min-height: 47px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdSoAZruvG .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdSoAZruvG .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tdSoAZruvG .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tdSoAZruvG .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 47px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.85) !important;
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tdSoAZruvG .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tdSoAZruvG .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-tdSoAZruvG .navbar.opened {
  transition: all .3s;
}
.cid-tdSoAZruvG .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tdSoAZruvG .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdSoAZruvG .nav-link:hover {
  color: #8d07fc !important;
  background: none !important;
}
.cid-tdSoAZruvG .nav-link:hover:before {
  color: #8d07fc !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-tdSoAZruvG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdSoAZruvG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tdSoAZruvG .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tdSoAZruvG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdSoAZruvG .navbar-caption {
  padding-right: 1rem;
}
.cid-tdSoAZruvG .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown-menu,
  .cid-tdSoAZruvG .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown-menu,
  .cid-tdSoAZruvG .navbar.opened {
    background: rgba(255, 255, 255, 0.85) !important;
  }
}
.cid-tdSoAZruvG .nav-item:focus,
.cid-tdSoAZruvG .nav-link:focus {
  outline: none;
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tdSoAZruvG .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tdSoAZruvG .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tdSoAZruvG .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tdSoAZruvG .collapsed .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;
}
.cid-tdSoAZruvG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdSoAZruvG .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #8d07fc !important;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tdSoAZruvG .navbar-brand {
  min-height: 47px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-tdSoAZruvG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdSoAZruvG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdSoAZruvG .dropdown-item.active,
.cid-tdSoAZruvG .dropdown-item:active {
  background-color: transparent;
}
.cid-tdSoAZruvG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 600;
}
.cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdSoAZruvG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tdSoAZruvG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdSoAZruvG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdSoAZruvG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tdSoAZruvG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdSoAZruvG .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tdSoAZruvG a.nav-link {
  display: flex;
  font-weight: 600;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdSoAZruvG .navbar-brand span {
  display: inline-block;
}
.cid-tdSoAZruvG .navbar-brand a {
  font-weight: 600;
}
.cid-tdSoAZruvG .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tdSoAZruvG .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 600;
}
.cid-tdSoAZruvG .btn .mbr-iconfont,
.cid-tdSoAZruvG .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tdSoAZruvG .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-tdSoAZruvG .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-tdSoAZruvG .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tdSoAZruvG .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tdSoAZruvG img {
  width: auto;
}
.cid-tdSoAZruvG .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tdSoAZruvG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tdSoAZruvG .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tdSoAZruvG a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tdSoAZruvG .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tdSoAZruvG .socicon {
  line-height: inherit;
}
.cid-tdSoAZruvG .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tnRWEbcpkF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnRWEbcpkF .mbr-text,
.cid-tnRWEbcpkF blockquote {
  color: #767676;
}
.cid-tn2bXVRAph {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tdSoAZruvG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tdSoAZruvG .display-2 {
  font-size: 2rem;
}
.cid-tdSoAZruvG .navbar-collapse {
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tdSoAZruvG .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tdSoAZruvG .dropdown-item:hover {
    color: #8d07fc !important;
  }
  .cid-tdSoAZruvG .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tdSoAZruvG.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdSoAZruvG.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .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;
  }
  .cid-tdSoAZruvG.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdSoAZruvG.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tdSoAZruvG.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tdSoAZruvG .navbar .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-tdSoAZruvG .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tdSoAZruvG .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tdSoAZruvG .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdSoAZruvG.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG .dropdown-menu {
    top: 0;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdSoAZruvG .dropdown-menu .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: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tdSoAZruvG .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tdSoAZruvG ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdSoAZruvG .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-tdSoAZruvG .navbar-brand {
    min-height: 47px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdSoAZruvG .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tdSoAZruvG .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-tdSoAZruvG .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-tdSoAZruvG .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-tdSoAZruvG .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 47px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.85) !important;
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tdSoAZruvG .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tdSoAZruvG .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tdSoAZruvG .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-tdSoAZruvG .navbar.opened {
  transition: all .3s;
}
.cid-tdSoAZruvG .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tdSoAZruvG .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tdSoAZruvG .nav-link:hover {
  color: #8d07fc !important;
  background: none !important;
}
.cid-tdSoAZruvG .nav-link:hover:before {
  color: #8d07fc !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
}
.cid-tdSoAZruvG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdSoAZruvG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tdSoAZruvG .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tdSoAZruvG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdSoAZruvG .navbar-caption {
  padding-right: 1rem;
}
.cid-tdSoAZruvG .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown-menu,
  .cid-tdSoAZruvG .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown-menu,
  .cid-tdSoAZruvG .navbar.opened {
    background: rgba(255, 255, 255, 0.85) !important;
  }
}
.cid-tdSoAZruvG .nav-item:focus,
.cid-tdSoAZruvG .nav-link:focus {
  outline: none;
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tdSoAZruvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tdSoAZruvG .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tdSoAZruvG .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tdSoAZruvG .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tdSoAZruvG .collapsed .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;
}
.cid-tdSoAZruvG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdSoAZruvG .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #8d07fc !important;
}
.cid-tdSoAZruvG .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tdSoAZruvG .navbar-brand {
  min-height: 47px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-tdSoAZruvG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdSoAZruvG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdSoAZruvG .dropdown-item.active,
.cid-tdSoAZruvG .dropdown-item:active {
  background-color: transparent;
}
.cid-tdSoAZruvG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 600;
}
.cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdSoAZruvG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdSoAZruvG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tdSoAZruvG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdSoAZruvG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdSoAZruvG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdSoAZruvG .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tdSoAZruvG .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-tdSoAZruvG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdSoAZruvG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdSoAZruvG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdSoAZruvG .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tdSoAZruvG a.nav-link {
  display: flex;
  font-weight: 600;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdSoAZruvG .navbar-brand span {
  display: inline-block;
}
.cid-tdSoAZruvG .navbar-brand a {
  font-weight: 600;
}
.cid-tdSoAZruvG .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tdSoAZruvG .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 600;
}
.cid-tdSoAZruvG .btn .mbr-iconfont,
.cid-tdSoAZruvG .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tdSoAZruvG .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #f52110 !important;
  background: linear-gradient(to right, #f52110, #f7ed4a, #3bc444, #e76229) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #232323;
}
.cid-tdSoAZruvG .topLineDivSettings span {
  font-weight: 300 !important;
}
.cid-tdSoAZruvG .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tdSoAZruvG .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tdSoAZruvG img {
  width: auto;
}
.cid-tdSoAZruvG .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tdSoAZruvG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tdSoAZruvG .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tdSoAZruvG a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tdSoAZruvG .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tdSoAZruvG .socicon {
  line-height: inherit;
}
.cid-tdSoAZruvG .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-td5pNTJBbD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-td5pNTJBbD .media-container-row .mbr-text {
  color: #232323;
}
