body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !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: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #df6282 !important;
  border-color: #df6282 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #df6282 !important;
  border-color: #df6282 !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: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !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: #771830;
  color: #771830;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #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: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #cc2952 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !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: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e47793 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !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;
}
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: #fff8cc;
}
.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: #b6b6b6;
}
.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: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #cc2952 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%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.5;
}
.cid-twf8kRbRGK {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-twf8kRbRGK .row {
  justify-content: flex-end;
}
.cid-twf8kRbRGK .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #cccccc;
}
.cid-twf8kRbRGK .block {
  background-color: #ffda00;
}
.cid-twf8kRbRGK img {
  width: 100%;
}
.cid-twf8kRbRGK .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-twf8kRbRGK .content {
  max-width: 600px;
}
.cid-twf8kRbRGK h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-twf8kRbRGK .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-twf8kRbRGK h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-twf8kRbRGK .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-twf8kRbRGK h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-twf8kRbRGK .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-twe5oEtJ2m .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #149dcc;
}
.cid-twe5oEtJ2m .card-wrapper {
  min-height: 300px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-twe5oEtJ2m .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-twe5oEtJ2m .icon1 {
  color: #ffffff;
}
.cid-twe5oEtJ2m .icon2 {
  color: #ffffff;
}
.cid-twe5oEtJ2m .icon3 {
  color: #272727;
}
.cid-twe5oEtJ2m .icon4 {
  color: #272727;
}
.cid-twe5oEtJ2m .big {
  min-height: 100%;
}
.cid-twe5oEtJ2m .mbr-section-btn {
  max-width: 200px;
}
.cid-twe5oEtJ2m .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-twe5oEtJ2m .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-twe5oEtJ2m .card1 {
  background-image: url("../../../assets/images/background7.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
}
.cid-twe5oEtJ2m .card1 .mbr-iconfont {
  font-size: 16.5rem;
}
@media (max-width: 767px) {
  .cid-twe5oEtJ2m .card1 {
    padding: 3rem 1rem;
  }
}
.cid-twe5oEtJ2m .card-box {
  z-index: 2;
}
.cid-twe5oEtJ2m .card2 {
  background-image: url("../../../assets/images/mbr-1920x1141.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-twe5oEtJ2m .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-twe5oEtJ2m .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  z-index: 1;
  opacity: 1;
}
.cid-twe5oEtJ2m .card2:hover {
  background-size: auto 115%;
}
.cid-twe5oEtJ2m .card2:hover:before {
  opacity: 0.3;
}
.cid-twe5oEtJ2m .card3 {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-twe5oEtJ2m .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-twe5oEtJ2m .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffda00;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-twe5oEtJ2m .card3:hover {
  background-size: auto 115%;
}
.cid-twe5oEtJ2m .card3:hover:before {
  opacity: 0.3;
}
.cid-twe5oEtJ2m .card4 {
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-twe5oEtJ2m .card4:hover {
  background-size: auto 115%;
}
.cid-twe5oEtJ2m .card4:hover:before {
  opacity: 0;
}
.cid-twe5oEtJ2m .card4 .mbr-iconfont {
  background: #ffda00;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-twe5oEtJ2m .card-title,
.cid-twe5oEtJ2m .card-box {
  color: #ffffff;
}
.cid-twe5oEtJ2m .card2-title {
  color: #ffffff;
}
.cid-twe5oEtJ2m .card3-title {
  color: #272727;
}
.cid-twe5oEtJ2m .card4-title {
  color: #ffffff;
}
.cid-twe5oEtJ2m .card1-title {
  color: #ffffff;
}
.cid-twe5oEtJ2m .card2-text {
  color: #ffffff;
}
.cid-twe5oEtJ2m .card4-text {
  color: #ffffff;
}
.cid-t8rhbbysuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t8rhbbysuv .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-t8rhbbysuv .col-text {
    padding: 0 0 0 0;
  }
}
.cid-t8rhbbysuv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f9f7f5;
}
@media (max-width: 767px) {
  .cid-t8rhbbysuv .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-t8rhbbysuv .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t8rhbbysuv .label-text {
    text-align: center !important;
  }
}
.cid-t8rhbbysuv .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t8rhbbysuv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t8rhbbysuv .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t8rhbbysuv .mbr-text {
    text-align: center !important;
  }
}
.cid-t8rhbbysuv .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t8rhbbysuv .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-t8rhbbysuv .mbr-section-btn .btn {
  padding: 0;
}
.cid-t8rhbbysuv .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t8rhbbysuv .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t8rhbbysuv .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-t8rhbbysuv .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-t8rhbbysuv .col-cards {
    padding-left: 5%;
  }
}
.cid-t8rhbbysuv .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-t8rhbbysuv .cards-wrap:hover {
  background-color: #f9f7f5;
}
.cid-t8rhbbysuv .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-t8rhbbysuv .card:hover {
  background-color: #f9f7f5;
}
@media (min-width: 768px) {
  .cid-t8rhbbysuv .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-t8rhbbysuv .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t8rhbbysuv .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-t8rhbbysuv .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-t8rhbbysuv .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-t8rhbbysuv .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8rhbbysuv .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-t8rhbbysuv .card-title {
  color: #F0C48A;
  margin-bottom: 8px;
}
.cid-t8rhbbysuv .card-text {
  color: #222222;
  margin-bottom: 0;
}
.cid-t8rh80yJNn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8rh80yJNn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t8rh80yJNn .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-t8rh80yJNn .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t8rh80yJNn .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-t8rh80yJNn .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-t8rh80yJNn .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-t8rh80yJNn .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .col-text {
    text-align: center;
  }
}
.cid-t8rh80yJNn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t8rh80yJNn .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-t8rh80yJNn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t8rh80yJNn .label-text {
    text-align: center !important;
  }
}
.cid-t8rh80yJNn .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-t8rh80yJNn .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t8rh80yJNn .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t8rh80yJNn .lists-container {
    justify-content: center;
  }
}
.cid-t8rh80yJNn .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8rh80yJNn .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .card {
    margin-top: 30px;
  }
}
.cid-t8rh80yJNn .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .card-wrapper {
    flex-direction: column;
  }
}
.cid-t8rh80yJNn .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .card-box {
    flex-direction: column;
  }
}
.cid-t8rh80yJNn .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-t8rh80yJNn .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .card-number {
    width: 100%;
  }
}
.cid-t8rh80yJNn .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #149dcc;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-t8rh80yJNn .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t8rh80yJNn .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-t8rh80yJNn .icon-box span {
  color: #ffffff;
}
.cid-t8rh80yJNn .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-t8rh80yJNn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t8rh80yJNn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t8gXsmiyzN .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-t8gXsmiyzN .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-t8gXsmiyzN a {
  font-style: normal;
}
.cid-t8gXsmiyzN .show {
  overflow: visible;
}
.cid-t8gXsmiyzN .dropdown-menu {
  max-height: 400px;
}
.cid-t8gXsmiyzN .dropdown-item:active {
  background-color: transparent;
}
.cid-t8gXsmiyzN .nav-link {
  font-weight: 600 !important;
}
.cid-t8gXsmiyzN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8gXsmiyzN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-t8gXsmiyzN .nav-item:focus,
.cid-t8gXsmiyzN .nav-link:focus {
  outline: none;
}
.cid-t8gXsmiyzN .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8gXsmiyzN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8gXsmiyzN .menu-logo {
  margin-right: auto;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ffffff !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8gXsmiyzN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t8gXsmiyzN .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8gXsmiyzN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8gXsmiyzN button.navbar-toggler:focus {
  outline: none;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8gXsmiyzN .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t8gXsmiyzN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-t8gXsmiyzN .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8gXsmiyzN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8gXsmiyzN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8gXsmiyzN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-t8gXsmiyzN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8gXsmiyzN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8gXsmiyzN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-t8gXsmiyzN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8gXsmiyzN img {
    height: 3.8rem !important;
  }
  .cid-t8gXsmiyzN .btn {
    display: -webkit-flex;
  }
  .cid-t8gXsmiyzN button.navbar-toggler {
    display: block;
  }
  .cid-t8gXsmiyzN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8gXsmiyzN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8gXsmiyzN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing,
  .cid-t8gXsmiyzN .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-nav,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8gXsmiyzN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8gXsmiyzN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8gXsmiyzN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8gXsmiyzN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-t8gXsmiyzN .nav-link {
    justify-content: start !important;
  }
  .cid-t8gXsmiyzN .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-t8gXsmiyzN .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t8gXsmiyzN .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-t8gXsmiyzN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8gXsmiyzN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8gXsmiyzN .nav-link:hover,
.cid-t8gXsmiyzN .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-t8gXsmiyzN .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-t8rhSNhdSl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8rhSNhdSl .main {
  margin-bottom: 70px;
}
.cid-t8rhSNhdSl .main .mbr-section-subtitle {
  color: #cc2952;
  margin-bottom: 10px;
}
.cid-t8rhSNhdSl .main .mbr-section-title {
  color: #149dcc;
  margin-bottom: 20px;
}
.cid-t8rhSNhdSl .main .mbr-text {
  color: #82786e;
}
.cid-t8rhSNhdSl .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 17rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-t8rhSNhdSl .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-t8rhSNhdSl .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-t8rhSNhdSl .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-t8rhSNhdSl .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-t8rhSNhdSl .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-t8rhSNhdSl .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-t8rhSNhdSl .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-t8rhSNhdSl .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-t8rhSNhdSl .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-t8rhSNhdSl .under {
  margin-bottom: 35px;
}
.cid-t8rhSNhdSl .under .card-title {
  color: #149dcc;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-t8rhSNhdSl .under .card-title:hover {
  color: #279e64;
}
.cid-t8rhSNhdSl .under .card-subtitle {
  color: #82786e;
  font-weight: 500;
}
.cid-t8rhSNhdSl .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-t8rhSNhdSl .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #149dcc !important;
}
.cid-t8rhSNhdSl .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-t8rhSNhdSl .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-t8rhSNhdSl .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-t8rhSNhdSl .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t8rhSNhdSl .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-t8rhSNhdSl .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #cc2952 !important;
  box-shadow: none !important;
}
.cid-t8rhSNhdSl .btn[class*="-outline"]:active,
.cid-t8rhSNhdSl .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t8rj2taUt3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-t8rj2taUt3 .row {
  flex-direction: row-reverse;
}
.cid-t8rj2taUt3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t8rj2taUt3 .row {
    min-height: 620px;
  }
}
.cid-t8rj2taUt3 .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8rj2taUt3 .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-t8rj2taUt3 .col-text {
  position: relative;
  order: 5;
}
.cid-t8rj2taUt3 .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-t8rj2taUt3 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t8rj2taUt3 .col-text {
    padding: 30px;
  }
}
.cid-t8rj2taUt3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-t8rj2taUt3 .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-t8rj2taUt3 .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #222222;
}
.cid-t8rj2taUt3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-t8rj2taUt3 .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-t8rj2taUt3 .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-t8rj2taUt3 .carousel {
  margin-bottom: 80px;
}
.cid-t8rj2taUt3 .carousel,
.cid-t8rj2taUt3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8rj2taUt3 .item-wrapper {
  width: 100%;
}
.cid-t8rj2taUt3 .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-t8rj2taUt3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-t8rj2taUt3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t8rj2taUt3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-t8rj2taUt3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8rj2taUt3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8rj2taUt3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8rj2taUt3 .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-t8rj2taUt3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8rj2taUt3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8rj2taUt3 .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-t8rj2taUt3 .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-t8rj2taUt3 .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t8rj2taUt3 .carousel-indicators li.active,
.cid-t8rj2taUt3 .carousel-indicators li:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc;
}
.cid-t8rj2taUt3 .carousel-indicators li::after,
.cid-t8rj2taUt3 .carousel-indicators li::before {
  content: none;
}
.cid-t8rj2taUt3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8rj2taUt3 .carousel-indicators {
    display: none !important;
  }
}
.cid-t8rj2taUt3 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 0;
}
.cid-t8rj2taUt3 .name-text {
  color: #000000;
}
.cid-t8rj2taUt3 .prof-text {
  color: #000000;
}
.cid-t8rj2taUt3 .item-menu-overlay {
  display: none !important;
}
.cid-t8rj2taUt3 .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-t8rj2taUt3 .user-wrap {
  display: flex;
  align-items: center;
}
.cid-t8rj2taUt3 .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-t8rj2taUt3 .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-t8rj2taUt3 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8rjqRYoXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-t8rjqRYoXg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t8rjqRYoXg .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t8rjqRYoXg .col-text {
    padding: 30px;
  }
}
.cid-t8rjqRYoXg .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t8rjqRYoXg .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t8rjqRYoXg .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-t8rjqRYoXg .col-form {
    max-height: 440px;
  }
}
.cid-t8rjqRYoXg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t8rjqRYoXg .text-wrapper {
    text-align: center !important;
  }
}
.cid-t8rjqRYoXg .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t8rjqRYoXg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t8rjqRYoXg .mbr-text {
  letter-spacing: inherit;
  color: #222222;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t8rjqRYoXg .mbr-text {
    text-align: center !important;
  }
}
.cid-t8rjqRYoXg .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-t8rjqRYoXg .name-text {
  color: #222222;
  width: 100%;
}
.cid-t8rjqRYoXg .prof-text {
  color: #555555;
  width: 100%;
}
.cid-t8rjqRYoXg .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-t8rjqRYoXg .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-t8rjqRYoXg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t8rjqRYoXg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tweZpVfPXE .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #149dcc;
}
.cid-tweZpVfPXE .card-wrapper {
  min-height: 300px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tweZpVfPXE .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tweZpVfPXE .icon1 {
  color: #ffffff;
}
.cid-tweZpVfPXE .icon2 {
  color: #ffffff;
}
.cid-tweZpVfPXE .icon3 {
  color: #272727;
}
.cid-tweZpVfPXE .icon4 {
  color: #272727;
}
.cid-tweZpVfPXE .big {
  min-height: 100%;
}
.cid-tweZpVfPXE .mbr-section-btn {
  max-width: 200px;
}
.cid-tweZpVfPXE .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-tweZpVfPXE .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-tweZpVfPXE .card1 {
  background-image: url("../../../assets/images/mbr-1920x1248.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
}
.cid-tweZpVfPXE .card1 .mbr-iconfont {
  font-size: 16.5rem;
}
@media (max-width: 767px) {
  .cid-tweZpVfPXE .card1 {
    padding: 3rem 1rem;
  }
}
.cid-tweZpVfPXE .card-box {
  z-index: 2;
}
.cid-tweZpVfPXE .card2 {
  background-image: url("../../../assets/images/mbr-1920x1141.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tweZpVfPXE .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tweZpVfPXE .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  z-index: 1;
  opacity: 1;
}
.cid-tweZpVfPXE .card2:hover {
  background-size: auto 115%;
}
.cid-tweZpVfPXE .card2:hover:before {
  opacity: 0.3;
}
.cid-tweZpVfPXE .card3 {
  background-image: url("../../../assets/images/mbr-1920x801.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tweZpVfPXE .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tweZpVfPXE .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffda00;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-tweZpVfPXE .card3:hover {
  background-size: auto 115%;
}
.cid-tweZpVfPXE .card3:hover:before {
  opacity: 0.3;
}
.cid-tweZpVfPXE .card4 {
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tweZpVfPXE .card4:hover {
  background-size: auto 115%;
}
.cid-tweZpVfPXE .card4:hover:before {
  opacity: 0;
}
.cid-tweZpVfPXE .card4 .mbr-iconfont {
  background: #ffda00;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tweZpVfPXE .card-title,
.cid-tweZpVfPXE .card-box {
  color: #ffffff;
}
.cid-tweZpVfPXE .card2-title {
  color: #ffffff;
}
.cid-tweZpVfPXE .card3-title {
  color: #272727;
}
.cid-tweZpVfPXE .card4-title {
  color: #ffffff;
}
.cid-tweZpVfPXE .card1-title {
  color: #ffffff;
}
.cid-tweZpVfPXE .card2-text {
  color: #ffffff;
}
.cid-tweZpVfPXE .card4-text {
  color: #ffffff;
}
.cid-tweZpVIsQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tweZpVIsQn .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tweZpVIsQn .col-text {
    padding: 0 0 0 0;
  }
}
.cid-tweZpVIsQn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f9f7f5;
}
@media (max-width: 767px) {
  .cid-tweZpVIsQn .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-tweZpVIsQn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tweZpVIsQn .label-text {
    text-align: center !important;
  }
}
.cid-tweZpVIsQn .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tweZpVIsQn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tweZpVIsQn .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tweZpVIsQn .mbr-text {
    text-align: center !important;
  }
}
.cid-tweZpVIsQn .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tweZpVIsQn .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-tweZpVIsQn .mbr-section-btn .btn {
  padding: 0;
}
.cid-tweZpVIsQn .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-tweZpVIsQn .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-tweZpVIsQn .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-tweZpVIsQn .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-tweZpVIsQn .col-cards {
    padding-left: 5%;
  }
}
.cid-tweZpVIsQn .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-tweZpVIsQn .cards-wrap:hover {
  background-color: #f9f7f5;
}
.cid-tweZpVIsQn .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-tweZpVIsQn .card:hover {
  background-color: #f9f7f5;
}
@media (min-width: 768px) {
  .cid-tweZpVIsQn .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-tweZpVIsQn .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tweZpVIsQn .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tweZpVIsQn .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-tweZpVIsQn .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-tweZpVIsQn .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tweZpVIsQn .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-tweZpVIsQn .card-title {
  color: #F0C48A;
  margin-bottom: 8px;
}
.cid-tweZpVIsQn .card-text {
  color: #222222;
  margin-bottom: 0;
}
.cid-tweZpWj7Pw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tweZpWj7Pw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tweZpWj7Pw .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-tweZpWj7Pw .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZpWj7Pw .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-tweZpWj7Pw .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-tweZpWj7Pw .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tweZpWj7Pw .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .col-text {
    text-align: center;
  }
}
.cid-tweZpWj7Pw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tweZpWj7Pw .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-tweZpWj7Pw .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tweZpWj7Pw .label-text {
    text-align: center !important;
  }
}
.cid-tweZpWj7Pw .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tweZpWj7Pw .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tweZpWj7Pw .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tweZpWj7Pw .lists-container {
    justify-content: center;
  }
}
.cid-tweZpWj7Pw .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tweZpWj7Pw .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .card {
    margin-top: 30px;
  }
}
.cid-tweZpWj7Pw .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .card-wrapper {
    flex-direction: column;
  }
}
.cid-tweZpWj7Pw .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .card-box {
    flex-direction: column;
  }
}
.cid-tweZpWj7Pw .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tweZpWj7Pw .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .card-number {
    width: 100%;
  }
}
.cid-tweZpWj7Pw .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #149dcc;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tweZpWj7Pw .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tweZpWj7Pw .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-tweZpWj7Pw .icon-box span {
  color: #ffffff;
}
.cid-tweZpWj7Pw .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tweZpWj7Pw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tweZpWj7Pw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tweZpWHrJ4 .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tweZpWHrJ4 .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-tweZpWHrJ4 a {
  font-style: normal;
}
.cid-tweZpWHrJ4 .show {
  overflow: visible;
}
.cid-tweZpWHrJ4 .dropdown-menu {
  max-height: 400px;
}
.cid-tweZpWHrJ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tweZpWHrJ4 .nav-link {
  font-weight: 600 !important;
}
.cid-tweZpWHrJ4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tweZpWHrJ4 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tweZpWHrJ4 .nav-item:focus,
.cid-tweZpWHrJ4 .nav-link:focus {
  outline: none;
}
.cid-tweZpWHrJ4 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tweZpWHrJ4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tweZpWHrJ4 .menu-logo {
  margin-right: auto;
}
.cid-tweZpWHrJ4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tweZpWHrJ4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tweZpWHrJ4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tweZpWHrJ4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tweZpWHrJ4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tweZpWHrJ4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tweZpWHrJ4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tweZpWHrJ4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tweZpWHrJ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tweZpWHrJ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tweZpWHrJ4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tweZpWHrJ4 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tweZpWHrJ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ffffff !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tweZpWHrJ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tweZpWHrJ4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tweZpWHrJ4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tweZpWHrJ4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tweZpWHrJ4 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tweZpWHrJ4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tweZpWHrJ4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tweZpWHrJ4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tweZpWHrJ4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tweZpWHrJ4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tweZpWHrJ4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tweZpWHrJ4 button.navbar-toggler:focus {
  outline: none;
}
.cid-tweZpWHrJ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tweZpWHrJ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tweZpWHrJ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tweZpWHrJ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tweZpWHrJ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tweZpWHrJ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tweZpWHrJ4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tweZpWHrJ4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tweZpWHrJ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tweZpWHrJ4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tweZpWHrJ4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tweZpWHrJ4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.collapsing,
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tweZpWHrJ4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tweZpWHrJ4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tweZpWHrJ4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tweZpWHrJ4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tweZpWHrJ4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tweZpWHrJ4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tweZpWHrJ4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tweZpWHrJ4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tweZpWHrJ4 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tweZpWHrJ4.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tweZpWHrJ4 img {
    height: 3.8rem !important;
  }
  .cid-tweZpWHrJ4 .btn {
    display: -webkit-flex;
  }
  .cid-tweZpWHrJ4 button.navbar-toggler {
    display: block;
  }
  .cid-tweZpWHrJ4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tweZpWHrJ4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tweZpWHrJ4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tweZpWHrJ4 .navbar-collapse.collapsing,
  .cid-tweZpWHrJ4 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tweZpWHrJ4 .navbar-collapse.collapsing .navbar-nav,
  .cid-tweZpWHrJ4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tweZpWHrJ4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tweZpWHrJ4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tweZpWHrJ4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tweZpWHrJ4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tweZpWHrJ4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tweZpWHrJ4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tweZpWHrJ4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tweZpWHrJ4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tweZpWHrJ4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tweZpWHrJ4 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tweZpWHrJ4 .nav-link {
    justify-content: start !important;
  }
  .cid-tweZpWHrJ4 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tweZpWHrJ4 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tweZpWHrJ4 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tweZpWHrJ4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tweZpWHrJ4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tweZpWHrJ4 .nav-link:hover,
.cid-tweZpWHrJ4 .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-tweZpWHrJ4 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tweZpWHrJ4 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tweZpX5SS1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tweZpX5SS1 .main {
  margin-bottom: 70px;
}
.cid-tweZpX5SS1 .main .mbr-section-subtitle {
  color: #cc2952;
  margin-bottom: 10px;
}
.cid-tweZpX5SS1 .main .mbr-section-title {
  color: #149dcc;
  margin-bottom: 20px;
}
.cid-tweZpX5SS1 .main .mbr-text {
  color: #82786e;
}
.cid-tweZpX5SS1 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 17rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-tweZpX5SS1 .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-tweZpX5SS1 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-tweZpX5SS1 .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-tweZpX5SS1 .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-tweZpX5SS1 .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-tweZpX5SS1 .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-tweZpX5SS1 .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-tweZpX5SS1 .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-tweZpX5SS1 .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-tweZpX5SS1 .under {
  margin-bottom: 35px;
}
.cid-tweZpX5SS1 .under .card-title {
  color: #149dcc;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-tweZpX5SS1 .under .card-title:hover {
  color: #279e64;
}
.cid-tweZpX5SS1 .under .card-subtitle {
  color: #82786e;
  font-weight: 500;
}
.cid-tweZpX5SS1 .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-tweZpX5SS1 .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #149dcc !important;
}
.cid-tweZpX5SS1 .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tweZpX5SS1 .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tweZpX5SS1 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tweZpX5SS1 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tweZpX5SS1 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tweZpX5SS1 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #cc2952 !important;
  box-shadow: none !important;
}
.cid-tweZpX5SS1 .btn[class*="-outline"]:active,
.cid-tweZpX5SS1 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tweZpXRGM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tweZpXRGM4 .row {
  flex-direction: row-reverse;
}
.cid-tweZpXRGM4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tweZpXRGM4 .row {
    min-height: 620px;
  }
}
.cid-tweZpXRGM4 .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tweZpXRGM4 .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-tweZpXRGM4 .col-text {
  position: relative;
  order: 5;
}
.cid-tweZpXRGM4 .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-tweZpXRGM4 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZpXRGM4 .col-text {
    padding: 30px;
  }
}
.cid-tweZpXRGM4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-tweZpXRGM4 .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-tweZpXRGM4 .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #222222;
}
.cid-tweZpXRGM4 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tweZpXRGM4 .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tweZpXRGM4 .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-tweZpXRGM4 .carousel {
  margin-bottom: 80px;
}
.cid-tweZpXRGM4 .carousel,
.cid-tweZpXRGM4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tweZpXRGM4 .item-wrapper {
  width: 100%;
}
.cid-tweZpXRGM4 .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-tweZpXRGM4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tweZpXRGM4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tweZpXRGM4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tweZpXRGM4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tweZpXRGM4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tweZpXRGM4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tweZpXRGM4 .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tweZpXRGM4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tweZpXRGM4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tweZpXRGM4 .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-tweZpXRGM4 .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-tweZpXRGM4 .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tweZpXRGM4 .carousel-indicators li.active,
.cid-tweZpXRGM4 .carousel-indicators li:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc;
}
.cid-tweZpXRGM4 .carousel-indicators li::after,
.cid-tweZpXRGM4 .carousel-indicators li::before {
  content: none;
}
.cid-tweZpXRGM4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tweZpXRGM4 .carousel-indicators {
    display: none !important;
  }
}
.cid-tweZpXRGM4 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 0;
}
.cid-tweZpXRGM4 .name-text {
  color: #000000;
}
.cid-tweZpXRGM4 .prof-text {
  color: #000000;
}
.cid-tweZpXRGM4 .item-menu-overlay {
  display: none !important;
}
.cid-tweZpXRGM4 .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-tweZpXRGM4 .user-wrap {
  display: flex;
  align-items: center;
}
.cid-tweZpXRGM4 .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-tweZpXRGM4 .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tweZpXRGM4 .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tweZpYkinx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tweZpYkinx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tweZpYkinx .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZpYkinx .col-text {
    padding: 30px;
  }
}
.cid-tweZpYkinx .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tweZpYkinx .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZpYkinx .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tweZpYkinx .col-form {
    max-height: 440px;
  }
}
.cid-tweZpYkinx .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-tweZpYkinx .text-wrapper {
    text-align: center !important;
  }
}
.cid-tweZpYkinx .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tweZpYkinx .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tweZpYkinx .mbr-text {
  letter-spacing: inherit;
  color: #222222;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tweZpYkinx .mbr-text {
    text-align: center !important;
  }
}
.cid-tweZpYkinx .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-tweZpYkinx .name-text {
  color: #222222;
  width: 100%;
}
.cid-tweZpYkinx .prof-text {
  color: #555555;
  width: 100%;
}
.cid-tweZpYkinx .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-tweZpYkinx .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tweZpYkinx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tweZpYkinx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tweZ0TdHK8 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #149dcc;
}
.cid-tweZ0TdHK8 .card-wrapper {
  min-height: 300px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tweZ0TdHK8 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tweZ0TdHK8 .icon1 {
  color: #ffffff;
}
.cid-tweZ0TdHK8 .icon2 {
  color: #ffffff;
}
.cid-tweZ0TdHK8 .icon3 {
  color: #272727;
}
.cid-tweZ0TdHK8 .icon4 {
  color: #272727;
}
.cid-tweZ0TdHK8 .big {
  min-height: 100%;
}
.cid-tweZ0TdHK8 .mbr-section-btn {
  max-width: 200px;
}
.cid-tweZ0TdHK8 .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-tweZ0TdHK8 .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-tweZ0TdHK8 .card1 {
  background-image: url("../../../assets/images/background7.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
}
.cid-tweZ0TdHK8 .card1 .mbr-iconfont {
  font-size: 16.5rem;
}
@media (max-width: 767px) {
  .cid-tweZ0TdHK8 .card1 {
    padding: 3rem 1rem;
  }
}
.cid-tweZ0TdHK8 .card-box {
  z-index: 2;
}
.cid-tweZ0TdHK8 .card2 {
  background-image: url("../../../assets/images/mbr-1920x1141.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tweZ0TdHK8 .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tweZ0TdHK8 .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  z-index: 1;
  opacity: 1;
}
.cid-tweZ0TdHK8 .card2:hover {
  background-size: auto 115%;
}
.cid-tweZ0TdHK8 .card2:hover:before {
  opacity: 0.3;
}
.cid-tweZ0TdHK8 .card3 {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tweZ0TdHK8 .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tweZ0TdHK8 .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffda00;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-tweZ0TdHK8 .card3:hover {
  background-size: auto 115%;
}
.cid-tweZ0TdHK8 .card3:hover:before {
  opacity: 0.3;
}
.cid-tweZ0TdHK8 .card4 {
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tweZ0TdHK8 .card4:hover {
  background-size: auto 115%;
}
.cid-tweZ0TdHK8 .card4:hover:before {
  opacity: 0;
}
.cid-tweZ0TdHK8 .card4 .mbr-iconfont {
  background: #ffda00;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tweZ0TdHK8 .card-title,
.cid-tweZ0TdHK8 .card-box {
  color: #ffffff;
}
.cid-tweZ0TdHK8 .card2-title {
  color: #ffffff;
}
.cid-tweZ0TdHK8 .card3-title {
  color: #272727;
}
.cid-tweZ0TdHK8 .card4-title {
  color: #ffffff;
}
.cid-tweZ0TdHK8 .card1-title {
  color: #ffffff;
}
.cid-tweZ0TdHK8 .card2-text {
  color: #ffffff;
}
.cid-tweZ0TdHK8 .card4-text {
  color: #ffffff;
}
.cid-tweZ0TIeVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tweZ0TIeVp .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-tweZ0TIeVp .col-text {
    padding: 0 0 0 0;
  }
}
.cid-tweZ0TIeVp .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f9f7f5;
}
@media (max-width: 767px) {
  .cid-tweZ0TIeVp .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-tweZ0TIeVp .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tweZ0TIeVp .label-text {
    text-align: center !important;
  }
}
.cid-tweZ0TIeVp .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tweZ0TIeVp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tweZ0TIeVp .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tweZ0TIeVp .mbr-text {
    text-align: center !important;
  }
}
.cid-tweZ0TIeVp .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tweZ0TIeVp .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-tweZ0TIeVp .mbr-section-btn .btn {
  padding: 0;
}
.cid-tweZ0TIeVp .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-tweZ0TIeVp .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-tweZ0TIeVp .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-tweZ0TIeVp .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-tweZ0TIeVp .col-cards {
    padding-left: 5%;
  }
}
.cid-tweZ0TIeVp .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-tweZ0TIeVp .cards-wrap:hover {
  background-color: #f9f7f5;
}
.cid-tweZ0TIeVp .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-tweZ0TIeVp .card:hover {
  background-color: #f9f7f5;
}
@media (min-width: 768px) {
  .cid-tweZ0TIeVp .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-tweZ0TIeVp .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tweZ0TIeVp .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-tweZ0TIeVp .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-tweZ0TIeVp .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-tweZ0TIeVp .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tweZ0TIeVp .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-tweZ0TIeVp .card-title {
  color: #F0C48A;
  margin-bottom: 8px;
}
.cid-tweZ0TIeVp .card-text {
  color: #222222;
  margin-bottom: 0;
}
.cid-tweZ0UiOj2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tweZ0UiOj2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tweZ0UiOj2 .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-tweZ0UiOj2 .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZ0UiOj2 .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-tweZ0UiOj2 .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-tweZ0UiOj2 .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tweZ0UiOj2 .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .col-text {
    text-align: center;
  }
}
.cid-tweZ0UiOj2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tweZ0UiOj2 .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-tweZ0UiOj2 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tweZ0UiOj2 .label-text {
    text-align: center !important;
  }
}
.cid-tweZ0UiOj2 .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tweZ0UiOj2 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tweZ0UiOj2 .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tweZ0UiOj2 .lists-container {
    justify-content: center;
  }
}
.cid-tweZ0UiOj2 .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tweZ0UiOj2 .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .card {
    margin-top: 30px;
  }
}
.cid-tweZ0UiOj2 .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .card-wrapper {
    flex-direction: column;
  }
}
.cid-tweZ0UiOj2 .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .card-box {
    flex-direction: column;
  }
}
.cid-tweZ0UiOj2 .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tweZ0UiOj2 .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .card-number {
    width: 100%;
  }
}
.cid-tweZ0UiOj2 .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #149dcc;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-tweZ0UiOj2 .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tweZ0UiOj2 .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-tweZ0UiOj2 .icon-box span {
  color: #ffffff;
}
.cid-tweZ0UiOj2 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tweZ0UiOj2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tweZ0UiOj2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tweZ0UHwpe .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tweZ0UHwpe .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-tweZ0UHwpe a {
  font-style: normal;
}
.cid-tweZ0UHwpe .show {
  overflow: visible;
}
.cid-tweZ0UHwpe .dropdown-menu {
  max-height: 400px;
}
.cid-tweZ0UHwpe .dropdown-item:active {
  background-color: transparent;
}
.cid-tweZ0UHwpe .nav-link {
  font-weight: 600 !important;
}
.cid-tweZ0UHwpe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tweZ0UHwpe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tweZ0UHwpe .nav-item:focus,
.cid-tweZ0UHwpe .nav-link:focus {
  outline: none;
}
.cid-tweZ0UHwpe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tweZ0UHwpe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tweZ0UHwpe .menu-logo {
  margin-right: auto;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ffffff !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tweZ0UHwpe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tweZ0UHwpe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tweZ0UHwpe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tweZ0UHwpe button.navbar-toggler:focus {
  outline: none;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tweZ0UHwpe .collapsed .btn {
  display: -webkit-flex;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tweZ0UHwpe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tweZ0UHwpe .collapsed button.navbar-toggler {
  display: block;
}
.cid-tweZ0UHwpe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tweZ0UHwpe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tweZ0UHwpe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tweZ0UHwpe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tweZ0UHwpe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tweZ0UHwpe .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tweZ0UHwpe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tweZ0UHwpe img {
    height: 3.8rem !important;
  }
  .cid-tweZ0UHwpe .btn {
    display: -webkit-flex;
  }
  .cid-tweZ0UHwpe button.navbar-toggler {
    display: block;
  }
  .cid-tweZ0UHwpe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tweZ0UHwpe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tweZ0UHwpe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing,
  .cid-tweZ0UHwpe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-nav,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-buttons,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tweZ0UHwpe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tweZ0UHwpe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tweZ0UHwpe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tweZ0UHwpe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tweZ0UHwpe .nav-link {
    justify-content: start !important;
  }
  .cid-tweZ0UHwpe .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tweZ0UHwpe .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tweZ0UHwpe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tweZ0UHwpe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tweZ0UHwpe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tweZ0UHwpe .nav-link:hover,
.cid-tweZ0UHwpe .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tweZ0UHwpe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tweZ0V8UPo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tweZ0V8UPo .main {
  margin-bottom: 70px;
}
.cid-tweZ0V8UPo .main .mbr-section-subtitle {
  color: #cc2952;
  margin-bottom: 10px;
}
.cid-tweZ0V8UPo .main .mbr-section-title {
  color: #149dcc;
  margin-bottom: 20px;
}
.cid-tweZ0V8UPo .main .mbr-text {
  color: #82786e;
}
.cid-tweZ0V8UPo .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 17rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-tweZ0V8UPo .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-tweZ0V8UPo .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-tweZ0V8UPo .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-tweZ0V8UPo .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-tweZ0V8UPo .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-tweZ0V8UPo .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-tweZ0V8UPo .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-tweZ0V8UPo .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-tweZ0V8UPo .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-tweZ0V8UPo .under {
  margin-bottom: 35px;
}
.cid-tweZ0V8UPo .under .card-title {
  color: #149dcc;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-tweZ0V8UPo .under .card-title:hover {
  color: #279e64;
}
.cid-tweZ0V8UPo .under .card-subtitle {
  color: #82786e;
  font-weight: 500;
}
.cid-tweZ0V8UPo .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-tweZ0V8UPo .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #149dcc !important;
}
.cid-tweZ0V8UPo .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tweZ0V8UPo .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tweZ0V8UPo .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tweZ0V8UPo .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tweZ0V8UPo .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tweZ0V8UPo .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #cc2952 !important;
  box-shadow: none !important;
}
.cid-tweZ0V8UPo .btn[class*="-outline"]:active,
.cid-tweZ0V8UPo .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tweZ0VWq1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tweZ0VWq1X .row {
  flex-direction: row-reverse;
}
.cid-tweZ0VWq1X .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tweZ0VWq1X .row {
    min-height: 620px;
  }
}
.cid-tweZ0VWq1X .image-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tweZ0VWq1X .image-wrapper img {
  position: relative;
  z-index: 2;
  width: 90%;
}
.cid-tweZ0VWq1X .col-text {
  position: relative;
  order: 5;
}
.cid-tweZ0VWq1X .col-text .radial-svg {
  display: none;
}
@media (max-width: 991px) {
  .cid-tweZ0VWq1X .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZ0VWq1X .col-text {
    padding: 30px;
  }
}
.cid-tweZ0VWq1X .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-tweZ0VWq1X .label-text {
  width: 100%;
  color: #C69453;
  margin-bottom: 16px;
}
.cid-tweZ0VWq1X .mbr-section-title {
  margin-bottom: 1rem;
  width: 100%;
  color: #222222;
}
.cid-tweZ0VWq1X .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tweZ0VWq1X .mbr-section-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tweZ0VWq1X .mbr-section-btn .btn {
  width: 370px;
  height: 56px;
}
.cid-tweZ0VWq1X .carousel {
  margin-bottom: 80px;
}
.cid-tweZ0VWq1X .carousel,
.cid-tweZ0VWq1X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tweZ0VWq1X .item-wrapper {
  width: 100%;
}
.cid-tweZ0VWq1X .carousel-caption {
  position: static;
  text-align: left;
  margin-top: 32px;
  padding: 0;
}
.cid-tweZ0VWq1X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tweZ0VWq1X .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tweZ0VWq1X .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tweZ0VWq1X .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tweZ0VWq1X .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tweZ0VWq1X .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tweZ0VWq1X .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 40%;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tweZ0VWq1X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tweZ0VWq1X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tweZ0VWq1X .carousel-control {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.cid-tweZ0VWq1X .carousel-indicators {
  position: absolute;
  bottom: -80px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  margin-left: 0!important;
  justify-content: flex-start;
}
.cid-tweZ0VWq1X .carousel-indicators li {
  height: 6px;
  width: 6px;
  margin: 3px 10px;
  background-color: transparent;
  border: 2px solid #111111;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tweZ0VWq1X .carousel-indicators li.active,
.cid-tweZ0VWq1X .carousel-indicators li:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc;
}
.cid-tweZ0VWq1X .carousel-indicators li::after,
.cid-tweZ0VWq1X .carousel-indicators li::before {
  content: none;
}
.cid-tweZ0VWq1X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tweZ0VWq1X .carousel-indicators {
    display: none !important;
  }
}
.cid-tweZ0VWq1X .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 0;
}
.cid-tweZ0VWq1X .name-text {
  color: #000000;
}
.cid-tweZ0VWq1X .prof-text {
  color: #000000;
}
.cid-tweZ0VWq1X .item-menu-overlay {
  display: none !important;
}
.cid-tweZ0VWq1X .user-container {
  display: flex;
  margin-top: 25px;
}
.cid-tweZ0VWq1X .user-wrap {
  display: flex;
  align-items: center;
}
.cid-tweZ0VWq1X .avatar-img {
  position: relative;
  margin-right: 20px;
}
.cid-tweZ0VWq1X .avatar-img img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tweZ0VWq1X .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tweZ0WrPuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tweZ0WrPuH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tweZ0WrPuH .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZ0WrPuH .col-text {
    padding: 30px;
  }
}
.cid-tweZ0WrPuH .col-form {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tweZ0WrPuH .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tweZ0WrPuH .col-form {
    padding: 30px;
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .cid-tweZ0WrPuH .col-form {
    max-height: 440px;
  }
}
.cid-tweZ0WrPuH .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-tweZ0WrPuH .text-wrapper {
    text-align: center !important;
  }
}
.cid-tweZ0WrPuH .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tweZ0WrPuH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tweZ0WrPuH .mbr-text {
  letter-spacing: inherit;
  color: #222222;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tweZ0WrPuH .mbr-text {
    text-align: center !important;
  }
}
.cid-tweZ0WrPuH .text-user {
  width: 100%;
  margin-top: 20px;
}
.cid-tweZ0WrPuH .name-text {
  color: #222222;
  width: 100%;
}
.cid-tweZ0WrPuH .prof-text {
  color: #555555;
  width: 100%;
}
.cid-tweZ0WrPuH .btn-container {
  width: 100%;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .cid-tweZ0WrPuH .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tweZ0WrPuH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tweZ0WrPuH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t8gXsmiyzN .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-t8gXsmiyzN .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-t8gXsmiyzN a {
  font-style: normal;
}
.cid-t8gXsmiyzN .show {
  overflow: visible;
}
.cid-t8gXsmiyzN .dropdown-menu {
  max-height: 400px;
}
.cid-t8gXsmiyzN .dropdown-item:active {
  background-color: transparent;
}
.cid-t8gXsmiyzN .nav-link {
  font-weight: 600 !important;
}
.cid-t8gXsmiyzN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t8gXsmiyzN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-t8gXsmiyzN .nav-item:focus,
.cid-t8gXsmiyzN .nav-link:focus {
  outline: none;
}
.cid-t8gXsmiyzN .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t8gXsmiyzN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t8gXsmiyzN .menu-logo {
  margin-right: auto;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t8gXsmiyzN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ffffff !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8gXsmiyzN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t8gXsmiyzN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8gXsmiyzN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t8gXsmiyzN .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t8gXsmiyzN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t8gXsmiyzN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t8gXsmiyzN button.navbar-toggler:focus {
  outline: none;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8gXsmiyzN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8gXsmiyzN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8gXsmiyzN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8gXsmiyzN .collapsed .btn {
  display: -webkit-flex;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t8gXsmiyzN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t8gXsmiyzN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t8gXsmiyzN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-t8gXsmiyzN .collapsed button.navbar-toggler {
  display: block;
}
.cid-t8gXsmiyzN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t8gXsmiyzN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t8gXsmiyzN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-t8gXsmiyzN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t8gXsmiyzN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t8gXsmiyzN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-t8gXsmiyzN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8gXsmiyzN img {
    height: 3.8rem !important;
  }
  .cid-t8gXsmiyzN .btn {
    display: -webkit-flex;
  }
  .cid-t8gXsmiyzN button.navbar-toggler {
    display: block;
  }
  .cid-t8gXsmiyzN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t8gXsmiyzN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t8gXsmiyzN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing,
  .cid-t8gXsmiyzN .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-nav,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-buttons,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t8gXsmiyzN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t8gXsmiyzN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t8gXsmiyzN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-t8gXsmiyzN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t8gXsmiyzN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t8gXsmiyzN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-t8gXsmiyzN .nav-link {
    justify-content: start !important;
  }
  .cid-t8gXsmiyzN .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-t8gXsmiyzN .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-t8gXsmiyzN .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-t8gXsmiyzN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t8gXsmiyzN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t8gXsmiyzN .nav-link:hover,
.cid-t8gXsmiyzN .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-t8gXsmiyzN .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-t8gXsmiyzN .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-twB3vnO335 {
  background-color: #efeeee;
}
.cid-twB3vnO335 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-twB3vnO335 img {
  width: 100%;
}
.cid-twB3vnO335 p {
  margin-top: 6rem;
}
.cid-twB3vnO335 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-twB3vnO335 .content-wrapper {
  padding-top: 6rem;
}
.cid-twB3vnO335 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-twB3vnO335 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-twB3vnO335 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-twB3vnO335 .back {
    width: 100%;
    height: 75%;
  }
  .cid-twB3vnO335 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-twB3vnO335 p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-twB3vnO335 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-twB3vnO335 h4 {
    right: 2rem;
  }
}
.cid-tweZ0UHwpe .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
}
.cid-tweZ0UHwpe .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-tweZ0UHwpe a {
  font-style: normal;
}
.cid-tweZ0UHwpe .show {
  overflow: visible;
}
.cid-tweZ0UHwpe .dropdown-menu {
  max-height: 400px;
}
.cid-tweZ0UHwpe .dropdown-item:active {
  background-color: transparent;
}
.cid-tweZ0UHwpe .nav-link {
  font-weight: 600 !important;
}
.cid-tweZ0UHwpe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tweZ0UHwpe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tweZ0UHwpe .nav-item:focus,
.cid-tweZ0UHwpe .nav-link:focus {
  outline: none;
}
.cid-tweZ0UHwpe .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tweZ0UHwpe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tweZ0UHwpe .menu-logo {
  margin-right: auto;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600 !important;
  padding-right: 2rem;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tweZ0UHwpe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #ffffff !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tweZ0UHwpe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tweZ0UHwpe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tweZ0UHwpe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tweZ0UHwpe .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tweZ0UHwpe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tweZ0UHwpe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tweZ0UHwpe button.navbar-toggler:focus {
  outline: none;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tweZ0UHwpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tweZ0UHwpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tweZ0UHwpe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tweZ0UHwpe .collapsed .btn {
  display: -webkit-flex;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tweZ0UHwpe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tweZ0UHwpe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tweZ0UHwpe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-tweZ0UHwpe .collapsed button.navbar-toggler {
  display: block;
}
.cid-tweZ0UHwpe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tweZ0UHwpe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tweZ0UHwpe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tweZ0UHwpe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tweZ0UHwpe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tweZ0UHwpe .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-tweZ0UHwpe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tweZ0UHwpe img {
    height: 3.8rem !important;
  }
  .cid-tweZ0UHwpe .btn {
    display: -webkit-flex;
  }
  .cid-tweZ0UHwpe button.navbar-toggler {
    display: block;
  }
  .cid-tweZ0UHwpe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tweZ0UHwpe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tweZ0UHwpe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing,
  .cid-tweZ0UHwpe .navbar-collapse.show {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-nav,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-buttons,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tweZ0UHwpe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tweZ0UHwpe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tweZ0UHwpe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tweZ0UHwpe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tweZ0UHwpe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tweZ0UHwpe .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tweZ0UHwpe .nav-link {
    justify-content: start !important;
  }
  .cid-tweZ0UHwpe .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tweZ0UHwpe .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tweZ0UHwpe .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tweZ0UHwpe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tweZ0UHwpe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tweZ0UHwpe .nav-link:hover,
.cid-tweZ0UHwpe .dropdown-item:hover {
  color: #ffda00 !important;
}
@media (min-width: 1500px) {
  .cid-tweZ0UHwpe .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-tweZ0UHwpe .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-twSxWFhhpx {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-twSxWFhhpx .row {
  justify-content: flex-end;
}
.cid-twSxWFhhpx .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #cccccc;
}
.cid-twSxWFhhpx .block {
  background-color: #ffda00;
}
.cid-twSxWFhhpx img {
  width: 100%;
}
.cid-twSxWFhhpx .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-twSxWFhhpx .content {
  max-width: 600px;
}
.cid-twSxWFhhpx h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-twSxWFhhpx .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-twSxWFhhpx h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-twSxWFhhpx .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-twSxWFhhpx h4 {
    right: 2rem;
    bottom: 30%;
  }
}
