body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #1b1a1a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #1b1a1a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #1b1a1a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cecccc;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #13287d;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13287d;
  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: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !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: #279e64 !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='%2313287d' %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-teL5T0v59d {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffc600;
}
.cid-teL5T0v59d .author-post {
  display: flex;
}
.cid-teL5T0v59d .author-post .author-avatar {
  width: 100px;
  min-width: 100px;
  margin-right: 30px;
  height: 100px;
}
.cid-teL5T0v59d .author-post .author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-teL5T0v59d .author-post .author-description .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 14px;
}
.cid-teL5T0v59d .author-post .author-description .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-teL5T0v59d .author-post .author-description .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-teL5T0v59d .author-post .author-description .social-media {
  display: block;
}
.cid-teL5T0v59d .author-post .author-description .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-teL5T0v59d .author-post .author-description .social-media ul li {
  display: inline-block;
  margin-right: 26px;
}
.cid-teL5T0v59d .author-post .author-description .social-media ul li .icon-transition span {
  color: #13287d;
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-teL5T0v59d .author-post .author-description .social-media ul li .icon-transition span:hover {
  color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-teL5T0v59d * {
    text-align: left;
  }
  .cid-teL5T0v59d .author-post {
    flex-direction: column;
  }
  .cid-teL5T0v59d .author-avatar {
    margin-bottom: 20px;
  }
}
.cid-teL5T0v59d .author-post .author-description .mbr-text,
.cid-teL5T0v59d .author-post .author-description .social-media {
  color: #1b1a1a;
}
.cid-teL5T0v59d .author-post .author-description .card-title,
.cid-teL5T0v59d .author-post .author-description .social-media {
  color: #4f87fb;
}
.cid-sYrcVy0qsH {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-sYrcVy0qsH p {
  text-align: center;
}
.cid-sYrcVy0qsH .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-sYrcVy0qsH .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sYrcVy0qsH .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #13287d;
}
.cid-sYrcVy0qsH .logo-footer {
  line-height: normal;
}
.cid-sYrcVy0qsH .copyright {
  display: flex;
  align-items: center;
}
.cid-sYrcVy0qsH .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYrcVy0qsH .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-sYrcVy0qsH .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sYrcVy0qsH .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sYrcVy0qsH .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-sYrcVy0qsH .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sYrcVy0qsH .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-sYrcVy0qsH .logo-footer {
    text-align: center;
  }
  .cid-sYrcVy0qsH .social-media {
    justify-content: center;
  }
}
.cid-sYrcOMS5bM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYrcOMS5bM .img-wrap {
  position: relative;
}
.cid-sYrcOMS5bM .img-wrap img {
  width: 100%;
}
.cid-sYrcOMS5bM .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-sYrcOMS5bM .mbr-section-title {
  color: #13287d;
}
.cid-sYrcOMS5bM .mbr-text {
  color: #83868c;
}
.cid-sYrcOMS5bM .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sYrcOMS5bM .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sYrcOMS5bM .cards-wrap {
  margin-top: 30px;
}
.cid-sYrcOMS5bM .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sYrcOMS5bM .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sYrcOMS5bM .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sYrcOMS5bM .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #279e64;
  position: relative;
  display: block;
}
.cid-sYrcOMS5bM .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-sYrcOMS5bM .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-sYrcOMS5bM .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-sYrcOMS5bM .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sYrcOMS5bM .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-sYrcOMS5bM .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sYrcOMS5bM .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-sYrcOMS5bM .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-sYrcOMS5bM .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-sYrcOMS5bM .mbr-section-btn {
    justify-content: center;
  }
  .cid-sYrcOMS5bM * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sYrcOMS5bM .mbr-text,
.cid-sYrcOMS5bM .mbr-section-btn {
  color: #000000;
}
.cid-sYrcOMS5bM .mbr-section-title,
.cid-sYrcOMS5bM .separator,
.cid-sYrcOMS5bM .sep-holder {
  color: #ffc600;
}
.cid-ttvUQpxUQ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc600;
}
.cid-ttvUQpxUQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttvUQpxUQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttvUQpxUQ9 .container {
  max-width: 1600px;
}
.cid-ttvUQpxUQ9 .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-ttvUQpxUQ9 .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ttvUQpxUQ9 .mbr-section-title {
  color: #212132;
}
.cid-ttvUQpxUQ9 .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ttvUQpxUQ9 .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-ttvUQpxUQ9 .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ttvUQpxUQ9 .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-ttvUQpxUQ9 .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .text-container {
    margin-bottom: 24px;
  }
}
.cid-ttvUQpxUQ9 .card-title {
  color: #212132;
}
.cid-ttvUQpxUQ9 .mbr-text {
  color: #212132;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .mbr-text {
    margin-top: 16px;
  }
}
.cid-ttvUQpxUQ9 .price-text {
  color: #212132;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .price-text {
    margin-bottom: 8px;
  }
}
.cid-ttvUQpxUQ9 .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-ttvUQpxUQ9 .custom-section-btn {
  width: 100%;
  margin-left: 0;
}
.cid-ttvUQpxUQ9 .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-ttvUQpxUQ9 .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .list {
    margin-top: 24px;
  }
}
.cid-ttvUQpxUQ9 .list-title {
  color: #212132;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-ttvUQpxUQ9 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #f1f5f7;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-ttvUQpxUQ9 .item-wrap {
    padding: 8px;
  }
}
.cid-ttvUQpxUQ9 .list-text {
  color: #212132;
}
.cid-ttvUQpxUQ9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffdd65;
}
.cid-ttvUQpxUQ9 .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #212132;
}
.cid-ttvUQpxUQ9 .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-ubVBKo9uTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1f0a;
}
.cid-ubVBKo9uTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVBKo9uTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVBKo9uTY .container {
  width: 100%;
  max-width: 100%;
}
.cid-ubVBKo9uTY .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
  display: flex;
}
.cid-ubVBKo9uTY .title-container {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #ddff55;
  border-radius: 100vw;
}
.cid-ubVBKo9uTY .mbr-section-title {
  color: #DDFF55;
  margin-bottom: 0;
}
.cid-ubVBKo9uTY .mbr-section-subtitle {
  color: #DDFF55;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-ubVBKo9uTY .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #f3f4ef;
}
.cid-ubVBKo9uTY .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #f3f4ef;
  position: relative;
}
.cid-ubVBKo9uTY .item:hover .item-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-ubVBKo9uTY .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-ubVBKo9uTY .mbr-text {
  position: relative;
  z-index: 2;
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
}
.cid-tEUouZBbPJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEUouZBbPJ .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tEUouZBbPJ .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tEUouZBbPJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tEUouZBbPJ .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tEUouZBbPJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tEUouZBbPJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEUouZBbPJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tEUouZBbPJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tEUouZBbPJ b,
.cid-tEUouZBbPJ strong {
  font-weight: 900;
}
.cid-tEUouZBbPJ img,
.cid-tEUouZBbPJ .item-img {
  width: 100%;
}
.cid-tEUouZBbPJ .item:focus,
.cid-tEUouZBbPJ span:focus {
  outline: none;
}
.cid-tEUouZBbPJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEUouZBbPJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEUouZBbPJ .mbr-section-title {
  color: #17003b;
}
.cid-tEUouZBbPJ .mbr-text,
.cid-tEUouZBbPJ .mbr-section-btn {
  text-align: left;
  color: #17003b;
}
.cid-tEUouZBbPJ .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tEUouZBbPJ .mbr-section-subtitle {
  color: #17003b;
}
.cid-tEUouZBbPJ .item-subtitle,
.cid-tEUouZBbPJ .item-content {
  text-align: center;
}
.cid-tPtcl2jrAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPtcl2jrAA .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tPtcl2jrAA .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tPtcl2jrAA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tPtcl2jrAA .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tPtcl2jrAA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPtcl2jrAA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPtcl2jrAA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPtcl2jrAA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPtcl2jrAA b,
.cid-tPtcl2jrAA strong {
  font-weight: 900;
}
.cid-tPtcl2jrAA img,
.cid-tPtcl2jrAA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tPtcl2jrAA .item:focus,
.cid-tPtcl2jrAA span:focus {
  outline: none;
}
.cid-tPtcl2jrAA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPtcl2jrAA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPtcl2jrAA .mbr-section-title {
  color: #17003b;
}
.cid-tPtcl2jrAA .mbr-text,
.cid-tPtcl2jrAA .mbr-section-btn {
  text-align: left;
  color: #17003b;
}
.cid-tPtcl2jrAA .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tPtcl2jrAA .mbr-section-subtitle {
  color: #17003b;
}
.cid-tPtcl2jrAA .item-subtitle,
.cid-tPtcl2jrAA .item-content {
  text-align: center;
}
.cid-tKVJfMsK2T {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #af9fff;
}
.cid-tKVJfMsK2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKVJfMsK2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKVJfMsK2T a {
  font-weight: bold;
}
.cid-tKVJfMsK2T .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tKVJfMsK2T .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tKVJfMsK2T .mbr-text,
.cid-tKVJfMsK2T .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-trUDjPwwsf {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #282f39;
}
.cid-trUDjPwwsf .link-align {
  width: 100%;
}
.cid-trUDjPwwsf .link-wrap {
  display: inline-block;
}
.cid-trUDjPwwsf .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-trUDjPwwsf .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-trUDjPwwsf .wrap .mask {
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-trUDjPwwsf .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-trUDjPwwsf .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-trUDjPwwsf .wrap .price {
  color: #ffc600;
}
@media (min-width: 992px) {
  .cid-trUDjPwwsf .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-trUDjPwwsf .mbr-text {
    text-align: right;
  }
}
.cid-sZ6yyqHQPF {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #b2ccd2;
}
.cid-sZ6yyqHQPF .text-block {
  z-index: 2;
}
.cid-sZ6yyqHQPF .content-panel {
  width: 110%;
  background: #ffffff;
  padding: 3rem;
}
.cid-sZ6yyqHQPF .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-sZ6yyqHQPF .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-sZ6yyqHQPF .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sZ6yyqHQPF .text-block {
    padding-bottom: 2rem;
  }
  .cid-sZ6yyqHQPF .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-sZ6yyqHQPF H3 {
  color: #00acee;
  text-align: left;
}
.cid-sZ6yyqHQPF .mbr-section-title {
  color: #3b5998;
}
.cid-t0znXfpaBh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #656565;
}
.cid-t0znXfpaBh .video-wrapper iframe {
  width: 100%;
}
.cid-t0znXfpaBh .mbr-section-title,
.cid-t0znXfpaBh .mbr-section-subtitle,
.cid-t0znXfpaBh .mbr-text {
  text-align: center;
}
.cid-t0znXfpaBh .mbr-section-title {
  color: #ffc600;
}
.cid-sYPgXrJRAy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #656565;
}
.cid-sYPgXrJRAy .video-wrapper iframe {
  width: 100%;
}
.cid-sYPgXrJRAy .mbr-section-title,
.cid-sYPgXrJRAy .mbr-section-subtitle,
.cid-sYPgXrJRAy .mbr-text {
  text-align: center;
}
.cid-sYPgXrJRAy .mbr-section-title {
  color: #ffc600;
}
.cid-sZTU2gmSb9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #656565;
}
.cid-sZTU2gmSb9 .video-wrapper iframe {
  width: 100%;
}
.cid-sZTU2gmSb9 .mbr-section-title,
.cid-sZTU2gmSb9 .mbr-section-subtitle,
.cid-sZTU2gmSb9 .mbr-text {
  text-align: center;
}
.cid-sZTU2gmSb9 .mbr-section-title {
  color: #ffc600;
}
.cid-sYPguPWZDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYPguPWZDA .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sYPguPWZDA .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sYPguPWZDA .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sYPguPWZDA .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYPguPWZDA .mbr-section-title {
  color: #ffc600;
}
.cid-sYPgtQClNJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYPgtQClNJ .item {
  padding-bottom: 2rem;
}
.cid-sYPgtQClNJ .item-wrapper {
  position: relative;
}
.cid-sYPgtQClNJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYPgtQClNJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYPgtQClNJ .carousel-control,
.cid-sYPgtQClNJ .close {
  background: #1b1b1b;
}
.cid-sYPgtQClNJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYPgtQClNJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYPgtQClNJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYPgtQClNJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYPgtQClNJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYPgtQClNJ .close::before {
  content: '\e91a';
}
.cid-sYPgtQClNJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYPgtQClNJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYPgtQClNJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYPgtQClNJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYPgtQClNJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYPgtQClNJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYPgtQClNJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYPgtQClNJ .carousel-indicators li.active,
.cid-sYPgtQClNJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYPgtQClNJ .carousel-indicators li::after,
.cid-sYPgtQClNJ .carousel-indicators li::before {
  content: none;
}
.cid-sYPgtQClNJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYPgtQClNJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYPgtQClNJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYPgtQClNJ .carousel-indicators {
    display: none;
  }
}
.cid-sYPgtQClNJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYPgtQClNJ .carousel-inner > .active {
  display: block;
}
.cid-sYPgtQClNJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYPgtQClNJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYPgtQClNJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYPgtQClNJ .carousel-control,
  .cid-sYPgtQClNJ .carousel-indicators,
  .cid-sYPgtQClNJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYPgtQClNJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYPgtQClNJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYPgtQClNJ .carousel-indicators .active,
.cid-sYPgtQClNJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYPgtQClNJ .carousel-indicators .active {
  background: #fff;
}
.cid-sYPgtQClNJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYPgtQClNJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYPgtQClNJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYPgtQClNJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYPgtQClNJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYPgtQClNJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYPgtQClNJ .carousel {
  width: 100%;
}
.cid-sYPgtQClNJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYPgtQClNJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYPgtQClNJ .modal.fade .modal-dialog,
.cid-sYPgtQClNJ .modal.in .modal-dialog {
  transform: none;
}
.cid-sYPgtQClNJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYPgtQClNJ H6 {
  text-align: center;
}
.cid-sYPgtQClNJ H3 {
  color: #ffc600;
}
