.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.5rem;
  line-height: 1.59722222;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.96052632rem;
    line-height: 1.62555556;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.63157895rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.8rem;
    line-height: 1.66666667;
  }
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.20588235rem;
    line-height: 1.615;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.98675497rem;
    line-height: 1.63583333;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.45631068rem;
    line-height: 1.545;
  }
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.08333333;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.33928571rem;
    line-height: 1.02666667;
  }
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.5625;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.640625;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.36986301rem;
    line-height: 1.36875;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.13636364rem;
    line-height: 1.65;
  }
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 0.83333333rem;
    line-height: 2.025;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.7518797rem;
    line-height: 1.995;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.7518797rem;
    line-height: 1.911875;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #72c038 !important;
}
.bg-success {
  background-color: #7cb342 !important;
}
.bg-info {
  background-color: #ff40b4 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #72c038 !important;
  border-color: #72c038 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #72c038;
  border-color: #72c038;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #72c038 !important;
  border-color: #72c038 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #039be5 !important;
  border-color: #039be5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #039be5;
  border-color: #039be5;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #039be5 !important;
  border-color: #039be5 !important;
}
.btn-secondary:hover {
  background-color: #0279b3 !important;
  border-color: #0279b3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff40b4;
  border-color: #ff40b4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-info:hover {
  background-color: #ff0da0 !important;
  border-color: #ff0da0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7cb342 !important;
  border-color: #7cb342 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7cb342;
  border-color: #7cb342;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7cb342 !important;
  border-color: #7cb342 !important;
}
.btn-success:hover {
  background-color: #628e34 !important;
  border-color: #628e34 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !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;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #72c038;
  color: #72c038;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #72c038 !important;
  border-color: #72c038;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #72c038 !important;
  border-color: #72c038 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #039be5;
  color: #039be5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #039be5 !important;
  border-color: #039be5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #039be5 !important;
  border-color: #039be5 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff40b4;
  color: #ff40b4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff40b4 !important;
  border-color: #ff40b4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #7cb342;
  color: #7cb342;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #7cb342 !important;
  border-color: #7cb342;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7cb342 !important;
  border-color: #7cb342 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #72c038 !important;
}
.text-secondary {
  color: #039be5 !important;
}
.text-success {
  color: #7cb342 !important;
}
.text-info {
  color: #ff40b4 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9bd56f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #025780 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #486827 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d90084 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #72c038 !important;
}
.alert-success {
  background-color: #7cb342;
}
.alert-info {
  background-color: #ff40b4;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #72c038;
  border-color: #72c038;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #72c038;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6e197;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bbda9b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 0.83333333rem;
    line-height: 2.025;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.7518797rem;
    line-height: 1.995;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.7518797rem;
    line-height: 1.911875;
  }
}
blockquote {
  border-color: #72c038;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #72c038;
  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: #72c038;
  border-bottom-color: #72c038;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #72c038 !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: #039be5 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.35rem;
  line-height: 0.75;
}
.cid-spoW0mhY17 {
  background-image: url("../../../assets/images/whatsapp20image202025-10-1420at204.53.4020pm-1184x864.jpg");
}
.cid-tDyIjUSbfl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cce4f0;
}
.cid-tDyIjUSbfl .title__block {
  margin-bottom: 55px;
}
.cid-tDyIjUSbfl .mbr-section-title {
  margin-bottom: 16px;
  color: #282727;
}
.cid-tDyIjUSbfl .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tDyIjUSbfl .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tDyIjUSbfl .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tDyIjUSbfl .card__content {
  display: block;
  width: 100%;
}
.cid-tDyIjUSbfl .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #282727;
}
.cid-tDyIjUSbfl .card__text {
  margin-bottom: 0;
  color: #282727;
}
@media (max-width: 991px) {
  .cid-tDyIjUSbfl .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tDyIjUSbfl .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tDyIjUSbfl .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tDyIjUSbfl .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tDyIjUSbfl .card__image {
    max-width: 90px;
  }
  .cid-tDyIjUSbfl .card__image img {
    width: 70%;
  }
}
.cid-tDyIjUSbfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDyIjUSbfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyIjUSbfl .mbr-section-subtitle {
  color: #282727;
}
.cid-tL6q6NWQze {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tL6q6NWQze .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tL6q6NWQze .mbr-section-title,
.cid-tL6q6NWQze .mbr-section-subtitle,
.cid-tL6q6NWQze .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tL6q6NWQze .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tL6q6NWQze .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL6q6NWQze .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL6q6NWQze .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tL6q6NWQze .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tL6q6NWQze .icon-focus {
  display: none;
}
.cid-tL6q6NWQze .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tL6q6NWQze ul {
  font-size: 0;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tL6q6NWQze .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tL6q6NWQze .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tL6q6NWQze .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tL6q6NWQze .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tL6q6NWQze .btn:hover {
  background: transparent !important;
}
.cid-tL6q6NWQze .btn:hover:before {
  background: transparent !important;
}
.cid-tL6q6NWQze .btn:before {
  background-color: transparent !important;
}
.cid-tL6q6NWQze .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tL6q6NWQze .mbr-section-title {
  color: #282727;
}
.cid-tL6q6NWQze .mbr-section-subtitle,
.cid-tL6q6NWQze .underline {
  color: #282727;
}
.cid-tL6pae2J4n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tL6pae2J4n .title__block {
  margin-bottom: 55px;
}
.cid-tL6pae2J4n .mbr-section-title {
  margin-bottom: 16px;
  color: #282727;
}
.cid-tL6pae2J4n .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tL6pae2J4n .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tL6pae2J4n .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tL6pae2J4n .card__content {
  display: block;
  width: 100%;
}
.cid-tL6pae2J4n .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-tL6pae2J4n .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tL6pae2J4n .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tL6pae2J4n .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tL6pae2J4n .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tL6pae2J4n .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tL6pae2J4n .card__image {
    max-width: 90px;
  }
  .cid-tL6pae2J4n .card__image img {
    width: 70%;
  }
}
.cid-tL6pae2J4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6pae2J4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyIkGaje2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDyIkGaje2 .title__block {
  margin-bottom: 120px;
}
.cid-tDyIkGaje2 .mbr-section-subtitle {
  color: #ececec;
  margin-top: 9px;
  text-align: left;
}
.cid-tDyIkGaje2 .mbr-section-title {
  position: relative;
  color: #0e2d3b;
  text-align: center;
}
.cid-tDyIkGaje2 .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-tDyIkGaje2 .card__image {
  width: 100%;
}
.cid-tDyIkGaje2 .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tDyIkGaje2 .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-tDyIkGaje2 .card__title {
  margin-bottom: 16px;
  color: #97e0b0;
}
.cid-tDyIkGaje2 .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-tDyIkGaje2 .card__contacts {
  margin-bottom: 18px;
}
.cid-tDyIkGaje2 .card__phone,
.cid-tDyIkGaje2 .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-tDyIkGaje2 .card__phone .mbr-iconfont,
.cid-tDyIkGaje2 .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-tDyIkGaje2 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tDyIkGaje2 .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-tDyIkGaje2 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tDyIkGaje2 .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-tDyIkGaje2 .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-tDyIkGaje2 .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-tDyIkGaje2 .title__block {
    margin-bottom: 60px;
  }
  .cid-tDyIkGaje2 .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-tDyIkGaje2 .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-tDyIkGaje2 .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tDyIkGaje2 .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-tDyIkGaje2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDyIkGaje2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyIkGaje2 .card__text,
.cid-tDyIkGaje2 .link {
  color: #ececec;
}
.cid-tDyIkGaje2 .card__phone {
  color: #9e9e9e;
}
.cid-tDyIkGaje2 .card__mail {
  color: #97e0b0;
}
.cid-spGWlzWwi8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef5f4;
}
.cid-spGWlzWwi8 .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-spGWlzWwi8 .mbr-text {
  color: #003d59;
}
.cid-spGWlzWwi8 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-spGWlzWwi8 .card {
    margin-bottom: 2rem;
  }
}
.cid-spGWlzWwi8 .card-title,
.cid-spGWlzWwi8 .card-img {
  color: #0e2d3b;
}
.cid-spGWlzWwi8 .mbr-section-title {
  text-align: center;
  color: #003d59;
}
.cid-spGWlzWwi8 .mbr-section-sub-title {
  text-align: center;
  color: #c2c2c2;
}
.cid-tSmdjvAX1w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmdjvAX1w .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSmdjvAX1w .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSmdjvAX1w .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tSmdjvAX1w .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tSmdjvAX1w .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tSmdjvAX1w .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #05a5c2;
}
.cid-tSmdjvAX1w .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmdjvAX1w .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tSmdjvAX1w .nav-tabs .nav-item {
  width: 100%;
}
.cid-tSmdjvAX1w .nav-link,
.cid-tSmdjvAX1w .nav-link.active {
  padding: 1rem auto;
  background: #ddebe9;
}
.cid-tSmdjvAX1w .nav-tabs .nav-link.active {
  color: #05a5c2;
}
.cid-tSmdjvAX1w .tab-content {
  background: #eef5f4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tSmdjvAX1w .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tSmdjvAX1w .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tSmdjvAX1w .logo-container {
    border-right: 1px solid #05a5c2;
  }
}
.cid-tSmdjvAX1w H4 {
  text-align: center;
  color: #000000;
}
.cid-tSmdjvAX1w H3 {
  text-align: center;
  color: #282727;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tSmdjvAX1w .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tSmdjvAX1w P {
  color: #694701;
}
.cid-tDyImIFtJY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eef5f4;
}
.cid-tDyImIFtJY h4 {
  display: flex;
  color: #000000;
}
.cid-tDyImIFtJY .panel-text {
  color: #282727;
  line-height: 1.7;
}
.cid-tDyImIFtJY .wrap {
  display: flex;
}
.cid-tDyImIFtJY .icon {
  background: #7cb342;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-tDyImIFtJY img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-tDyImIFtJY .mbr-section-title {
  color: #0e2d3b;
  text-align: center;
}
.cid-tDyImIFtJY p {
  margin: 0;
}
.cid-tDyImIFtJY .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-tDyImIFtJY .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-tDyImIFtJY .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tDyImIFtJY .panel-group {
  width: 100%;
}
.cid-tDyImIFtJY .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tDyImIFtJY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tDyImIFtJY .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #eef5f4;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tDyImIFtJY .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tDyImIFtJY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tDyImIFtJY .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-tDyImIFtJY .card .panel-body {
  background: #eef5f4;
}
.cid-tDyImIFtJY .sign {
  color: #000000;
}
.cid-tDyImIFtJY .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tDyImIFtJY .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tDyImIFtJY .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tDyImIFtJY .header-text,
.cid-tDyImIFtJY .sign {
  color: #282727;
}
.cid-tSmrKTvQ8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmrKTvQ8P .mbr-section-title {
  color: #000000;
}
.cid-tSmrKTvQ8P .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tSmrKTvQ8P .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tSmrKTvQ8P .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tSmrKTvQ8P .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tSmrKTvQ8P .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tSmrKTvQ8P .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSmrKTvQ8P .link-wrapper {
    justify-content: center;
  }
}
.cid-tSmrKTvQ8P .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tSmrKTvQ8P .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tSmrKTvQ8P .mbr-section-subtitle:hover {
  background: #72c038;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmrKTvQ8P .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tSmrKTvQ8P .link,
.cid-tSmrKTvQ8P .link-icon {
  color: #000000;
}
.cid-tSmrKTvQ8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmrKTvQ8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmoQECoT6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSmoQECoT6 .title__block {
  margin-bottom: 55px;
}
.cid-tSmoQECoT6 .mbr-section-title {
  margin-bottom: 16px;
  color: #282727;
}
.cid-tSmoQECoT6 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tSmoQECoT6 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tSmoQECoT6 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tSmoQECoT6 .card__content {
  display: block;
  width: 100%;
}
.cid-tSmoQECoT6 .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #282727;
}
.cid-tSmoQECoT6 .card__text {
  margin-bottom: 0;
  color: #282727;
}
@media (max-width: 991px) {
  .cid-tSmoQECoT6 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tSmoQECoT6 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tSmoQECoT6 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tSmoQECoT6 .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tSmoQECoT6 .card__image {
    max-width: 90px;
  }
  .cid-tSmoQECoT6 .card__image img {
    width: 70%;
  }
}
.cid-tSmoQECoT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmoQECoT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmoQECoT6 .mbr-section-subtitle {
  color: #282727;
}
.cid-tSmlupgHFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmlupgHFS .mbr-section-title {
  color: #000000;
}
.cid-tSmlupgHFS .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tSmlupgHFS .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tSmlupgHFS .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tSmlupgHFS .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tSmlupgHFS .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tSmlupgHFS .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSmlupgHFS .link-wrapper {
    justify-content: center;
  }
}
.cid-tSmlupgHFS .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tSmlupgHFS .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tSmlupgHFS .mbr-section-subtitle:hover {
  background: #72c038;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmlupgHFS .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tSmlupgHFS .link,
.cid-tSmlupgHFS .link-icon {
  color: #000000;
}
.cid-tSmlupgHFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmlupgHFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmlupqrPK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSmlupqrPK .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tSmlupqrPK .wrapper {
    padding: 20px;
  }
}
.cid-tSmlupqrPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmlupqrPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmlupFucO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmlupFucO .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSmlupFucO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSmlupFucO .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tSmlupFucO .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tSmlupFucO .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tSmlupFucO .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #039be5;
}
.cid-tSmlupFucO .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmlupFucO .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tSmlupFucO .nav-tabs .nav-item {
  width: 100%;
}
.cid-tSmlupFucO .nav-link,
.cid-tSmlupFucO .nav-link.active {
  padding: 1rem auto;
  background: #eef5f4;
}
.cid-tSmlupFucO .nav-tabs .nav-link.active {
  color: #039be5;
}
.cid-tSmlupFucO .tab-content {
  background: #eef5f4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tSmlupFucO .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tSmlupFucO .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tSmlupFucO .logo-container {
    border-right: 1px solid #039be5;
  }
}
.cid-tSmlupFucO H4 {
  text-align: center;
  color: #000000;
}
.cid-tSmlupFucO H3 {
  text-align: center;
  color: #282727;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tSmlupFucO .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tSmlupFucO P {
  color: #694701;
}
.cid-tSmjsgYfMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSmjsgYfMG .mbr-section-title {
  color: #000000;
}
.cid-tSmjsgYfMG .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tSmjsgYfMG .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tSmjsgYfMG .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-tSmjsgYfMG .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-tSmjsgYfMG .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tSmjsgYfMG .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSmjsgYfMG .link-wrapper {
    justify-content: center;
  }
}
.cid-tSmjsgYfMG .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tSmjsgYfMG .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tSmjsgYfMG .mbr-section-subtitle:hover {
  background: #72c038;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmjsgYfMG .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tSmjsgYfMG .link,
.cid-tSmjsgYfMG .link-icon {
  color: #000000;
}
.cid-tSmjsgYfMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmjsgYfMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmjshcLOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSmjshcLOw .wrapper {
  padding: 70px 90px;
  background: transparent;
}
@media (max-width: 768px) {
  .cid-tSmjshcLOw .wrapper {
    padding: 20px;
  }
}
.cid-tSmjshcLOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSmjshcLOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSmjshs0x2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSmjshs0x2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSmjshs0x2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSmjshs0x2 .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tSmjshs0x2 .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tSmjshs0x2 .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tSmjshs0x2 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #039be5;
}
.cid-tSmjshs0x2 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tSmjshs0x2 .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tSmjshs0x2 .nav-tabs .nav-item {
  width: 100%;
}
.cid-tSmjshs0x2 .nav-link,
.cid-tSmjshs0x2 .nav-link.active {
  padding: 1rem auto;
  background: #eef5f4;
}
.cid-tSmjshs0x2 .nav-tabs .nav-link.active {
  color: #039be5;
}
.cid-tSmjshs0x2 .tab-content {
  background: #eef5f4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tSmjshs0x2 .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tSmjshs0x2 .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tSmjshs0x2 .logo-container {
    border-right: 1px solid #039be5;
  }
}
.cid-tSmjshs0x2 H4 {
  text-align: center;
  color: #000000;
}
.cid-tSmjshs0x2 H3 {
  text-align: center;
  color: #282727;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tSmjshs0x2 .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tSmjshs0x2 P {
  color: #694701;
}
