body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !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: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !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: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.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: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.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: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ff2d55 !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: #149dcc !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%;
  width: 100%;
  height: auto;
}
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='%23ff2d55' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tQwQyv3iMW {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tQwQyv3iMW h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tQwQyv3iMW span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tQwQyv3iMW .mbr-section-title {
  color: #ffffff;
}
.cid-ub69qYVd0I {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-ub69qYVd0I .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ub69qYVd0I svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ub69qYVd0I g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ub69qYVd0I .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ub69qYVd0I .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ub69qYVd0I .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ub69qYVd0I .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ub69qYVd0I .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ub69qYVd0I .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ub69qYVd0I .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ub69qYVd0I .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ub69qYVd0I .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ub69qYVd0I .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub69qYVd0I .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub69qYVd0I .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ub69qYVd0I .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQwEl2Xvj6 {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-tQwEl2Xvj6 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tQwEl2Xvj6 p {
  margin: 0;
}
.cid-tQwEl2Xvj6 .display-1 {
  line-height: 1;
}
.cid-tQwPgdfXKG {
  background-color: #000000;
}
.cid-tQwPgdfXKG .row {
  flex-direction: row-reverse;
}
.cid-tQwPgdfXKG .container-fluid {
  padding: 0;
}
.cid-tQwPgdfXKG .row {
  margin: 0;
}
.cid-tQwPgdfXKG div[class*="col"] {
  padding: 0;
}
.cid-tQwPgdfXKG .carousel,
.cid-tQwPgdfXKG .carousel-inner,
.cid-tQwPgdfXKG .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tQwPgdfXKG .item-wrapper {
  width: 100%;
}
.cid-tQwPgdfXKG img {
  height: 100%;
  object-fit: cover;
}
.cid-tQwPgdfXKG .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-tQwPgdfXKG .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tQwPgdfXKG .carousel-control:hover {
  background-color: #465052;
}
.cid-tQwPgdfXKG .carousel-control-prev {
  left: 20px;
}
.cid-tQwPgdfXKG .carousel-control-next {
  right: 20px;
}
.cid-tQwPgdfXKG .carousel-indicators .active,
.cid-tQwPgdfXKG .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tQwPgdfXKG .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tQwPgdfXKG .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tQwPgdfXKG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tQwPgdfXKG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQwPgdfXKG .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tQwPgdfXKG .text-wrapper,
  .cid-tQwPgdfXKG .nutrition,
  .cid-tQwPgdfXKG .price,
  .cid-tQwPgdfXKG .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tQwPgdfXKG .text-wrapper,
  .cid-tQwPgdfXKG .nutrition,
  .cid-tQwPgdfXKG .price,
  .cid-tQwPgdfXKG .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tQwPgdfXKG .text-wrapper,
  .cid-tQwPgdfXKG .nutrition,
  .cid-tQwPgdfXKG .price,
  .cid-tQwPgdfXKG .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tQwPgdfXKG .text-wrapper,
  .cid-tQwPgdfXKG .nutrition,
  .cid-tQwPgdfXKG .price,
  .cid-tQwPgdfXKG .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tQwPgdfXKG .text-wrapper,
  .cid-tQwPgdfXKG .nutrition,
  .cid-tQwPgdfXKG .price,
  .cid-tQwPgdfXKG .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tQwPgdfXKG .content {
    text-align: center;
  }
}
.cid-tQwPgdfXKG .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tQwPgdfXKG .nutrition {
  margin-bottom: 40px;
}
.cid-tQwPgdfXKG .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tQwPgdfXKG .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tQwPgdfXKG .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tQwPgdfXKG .nutrition-wrap {
    width: 100%;
  }
}
.cid-tQwPgdfXKG .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQwPgdfXKG .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tQwPgdfXKG .tile-one {
    margin-right: 25px;
  }
}
.cid-tQwPgdfXKG .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tQwPgdfXKG .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tQwPgdfXKG .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tQwPgdfXKG .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tQwPgdfXKG .tile-four {
    margin-top: 25px;
  }
}
.cid-tQwPgdfXKG svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tQwPgdfXKG svg path {
  fill: #1f1437;
}
.cid-tQwPgdfXKG .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tQwPgdfXKG .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tQwPgdfXKG .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tQwPgdfXKG .price-text-wrap {
    justify-content: center;
  }
}
.cid-tQwPgdfXKG .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-tQwPgdfXKG .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwPgdfXKG .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwPgdfXKG .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwPgdfXKG .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwPgdfXKG .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tQwPgdfXKG .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tQwQ2ltjsA {
  background-color: #202020;
}
.cid-tQwQ2ltjsA .row {
  flex-direction: row-reverse;
}
.cid-tQwQ2ltjsA .container-fluid {
  padding: 0;
}
.cid-tQwQ2ltjsA .row {
  margin: 0;
}
.cid-tQwQ2ltjsA div[class*="col"] {
  padding: 0;
}
.cid-tQwQ2ltjsA .carousel,
.cid-tQwQ2ltjsA .carousel-inner,
.cid-tQwQ2ltjsA .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tQwQ2ltjsA .item-wrapper {
  width: 100%;
}
.cid-tQwQ2ltjsA img {
  height: 100%;
  object-fit: cover;
}
.cid-tQwQ2ltjsA .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-tQwQ2ltjsA .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tQwQ2ltjsA .carousel-control:hover {
  background-color: #465052;
}
.cid-tQwQ2ltjsA .carousel-control-prev {
  left: 20px;
}
.cid-tQwQ2ltjsA .carousel-control-next {
  right: 20px;
}
.cid-tQwQ2ltjsA .carousel-indicators .active,
.cid-tQwQ2ltjsA .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tQwQ2ltjsA .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tQwQ2ltjsA .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tQwQ2ltjsA .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tQwQ2ltjsA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQwQ2ltjsA .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tQwQ2ltjsA .text-wrapper,
  .cid-tQwQ2ltjsA .nutrition,
  .cid-tQwQ2ltjsA .price,
  .cid-tQwQ2ltjsA .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tQwQ2ltjsA .text-wrapper,
  .cid-tQwQ2ltjsA .nutrition,
  .cid-tQwQ2ltjsA .price,
  .cid-tQwQ2ltjsA .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tQwQ2ltjsA .text-wrapper,
  .cid-tQwQ2ltjsA .nutrition,
  .cid-tQwQ2ltjsA .price,
  .cid-tQwQ2ltjsA .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tQwQ2ltjsA .text-wrapper,
  .cid-tQwQ2ltjsA .nutrition,
  .cid-tQwQ2ltjsA .price,
  .cid-tQwQ2ltjsA .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tQwQ2ltjsA .text-wrapper,
  .cid-tQwQ2ltjsA .nutrition,
  .cid-tQwQ2ltjsA .price,
  .cid-tQwQ2ltjsA .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tQwQ2ltjsA .content {
    text-align: center;
  }
}
.cid-tQwQ2ltjsA .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tQwQ2ltjsA .nutrition {
  margin-bottom: 40px;
}
.cid-tQwQ2ltjsA .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tQwQ2ltjsA .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tQwQ2ltjsA .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tQwQ2ltjsA .nutrition-wrap {
    width: 100%;
  }
}
.cid-tQwQ2ltjsA .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQwQ2ltjsA .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tQwQ2ltjsA .tile-one {
    margin-right: 25px;
  }
}
.cid-tQwQ2ltjsA .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-tQwQ2ltjsA .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tQwQ2ltjsA .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tQwQ2ltjsA .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tQwQ2ltjsA .tile-four {
    margin-top: 25px;
  }
}
.cid-tQwQ2ltjsA svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tQwQ2ltjsA svg path {
  fill: #1f1437;
}
.cid-tQwQ2ltjsA .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-tQwQ2ltjsA .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tQwQ2ltjsA .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tQwQ2ltjsA .price-text-wrap {
    justify-content: center;
  }
}
.cid-tQwQ2ltjsA .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-tQwQ2ltjsA .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwQ2ltjsA .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwQ2ltjsA .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwQ2ltjsA .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tQwQ2ltjsA .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tQwQ2ltjsA .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub5WDvcNFi {
  background-color: #000000;
}
.cid-ub5WDvcNFi .row {
  flex-direction: row-reverse;
}
.cid-ub5WDvcNFi .container-fluid {
  padding: 0;
}
.cid-ub5WDvcNFi .row {
  margin: 0;
}
.cid-ub5WDvcNFi div[class*="col"] {
  padding: 0;
}
.cid-ub5WDvcNFi .carousel,
.cid-ub5WDvcNFi .carousel-inner,
.cid-ub5WDvcNFi .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub5WDvcNFi .item-wrapper {
  width: 100%;
}
.cid-ub5WDvcNFi img {
  height: 100%;
  object-fit: cover;
}
.cid-ub5WDvcNFi .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub5WDvcNFi .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub5WDvcNFi .carousel-control:hover {
  background-color: #465052;
}
.cid-ub5WDvcNFi .carousel-control-prev {
  left: 20px;
}
.cid-ub5WDvcNFi .carousel-control-next {
  right: 20px;
}
.cid-ub5WDvcNFi .carousel-indicators .active,
.cid-ub5WDvcNFi .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub5WDvcNFi .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub5WDvcNFi .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub5WDvcNFi .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub5WDvcNFi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub5WDvcNFi .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub5WDvcNFi .text-wrapper,
  .cid-ub5WDvcNFi .nutrition,
  .cid-ub5WDvcNFi .price,
  .cid-ub5WDvcNFi .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub5WDvcNFi .text-wrapper,
  .cid-ub5WDvcNFi .nutrition,
  .cid-ub5WDvcNFi .price,
  .cid-ub5WDvcNFi .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub5WDvcNFi .text-wrapper,
  .cid-ub5WDvcNFi .nutrition,
  .cid-ub5WDvcNFi .price,
  .cid-ub5WDvcNFi .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub5WDvcNFi .text-wrapper,
  .cid-ub5WDvcNFi .nutrition,
  .cid-ub5WDvcNFi .price,
  .cid-ub5WDvcNFi .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub5WDvcNFi .text-wrapper,
  .cid-ub5WDvcNFi .nutrition,
  .cid-ub5WDvcNFi .price,
  .cid-ub5WDvcNFi .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub5WDvcNFi .content {
    text-align: center;
  }
}
.cid-ub5WDvcNFi .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub5WDvcNFi .nutrition {
  margin-bottom: 40px;
}
.cid-ub5WDvcNFi .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub5WDvcNFi .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub5WDvcNFi .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub5WDvcNFi .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub5WDvcNFi .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub5WDvcNFi .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5WDvcNFi .tile-one {
    margin-right: 25px;
  }
}
.cid-ub5WDvcNFi .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub5WDvcNFi .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5WDvcNFi .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub5WDvcNFi .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub5WDvcNFi .tile-four {
    margin-top: 25px;
  }
}
.cid-ub5WDvcNFi svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub5WDvcNFi svg path {
  fill: #1f1437;
}
.cid-ub5WDvcNFi .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub5WDvcNFi .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub5WDvcNFi .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub5WDvcNFi .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub5WDvcNFi .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub5WDvcNFi .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDvcNFi .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDvcNFi .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDvcNFi .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDvcNFi .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub5WDvcNFi .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub5WDZetHJ {
  background-color: #202020;
}
.cid-ub5WDZetHJ .row {
  flex-direction: row-reverse;
}
.cid-ub5WDZetHJ .container-fluid {
  padding: 0;
}
.cid-ub5WDZetHJ .row {
  margin: 0;
}
.cid-ub5WDZetHJ div[class*="col"] {
  padding: 0;
}
.cid-ub5WDZetHJ .carousel,
.cid-ub5WDZetHJ .carousel-inner,
.cid-ub5WDZetHJ .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub5WDZetHJ .item-wrapper {
  width: 100%;
}
.cid-ub5WDZetHJ img {
  height: 100%;
  object-fit: cover;
}
.cid-ub5WDZetHJ .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub5WDZetHJ .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub5WDZetHJ .carousel-control:hover {
  background-color: #465052;
}
.cid-ub5WDZetHJ .carousel-control-prev {
  left: 20px;
}
.cid-ub5WDZetHJ .carousel-control-next {
  right: 20px;
}
.cid-ub5WDZetHJ .carousel-indicators .active,
.cid-ub5WDZetHJ .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub5WDZetHJ .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub5WDZetHJ .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub5WDZetHJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub5WDZetHJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub5WDZetHJ .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub5WDZetHJ .text-wrapper,
  .cid-ub5WDZetHJ .nutrition,
  .cid-ub5WDZetHJ .price,
  .cid-ub5WDZetHJ .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub5WDZetHJ .text-wrapper,
  .cid-ub5WDZetHJ .nutrition,
  .cid-ub5WDZetHJ .price,
  .cid-ub5WDZetHJ .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub5WDZetHJ .text-wrapper,
  .cid-ub5WDZetHJ .nutrition,
  .cid-ub5WDZetHJ .price,
  .cid-ub5WDZetHJ .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub5WDZetHJ .text-wrapper,
  .cid-ub5WDZetHJ .nutrition,
  .cid-ub5WDZetHJ .price,
  .cid-ub5WDZetHJ .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub5WDZetHJ .text-wrapper,
  .cid-ub5WDZetHJ .nutrition,
  .cid-ub5WDZetHJ .price,
  .cid-ub5WDZetHJ .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub5WDZetHJ .content {
    text-align: center;
  }
}
.cid-ub5WDZetHJ .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub5WDZetHJ .nutrition {
  margin-bottom: 40px;
}
.cid-ub5WDZetHJ .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub5WDZetHJ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub5WDZetHJ .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub5WDZetHJ .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub5WDZetHJ .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub5WDZetHJ .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5WDZetHJ .tile-one {
    margin-right: 25px;
  }
}
.cid-ub5WDZetHJ .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub5WDZetHJ .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5WDZetHJ .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub5WDZetHJ .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub5WDZetHJ .tile-four {
    margin-top: 25px;
  }
}
.cid-ub5WDZetHJ svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub5WDZetHJ svg path {
  fill: #1f1437;
}
.cid-ub5WDZetHJ .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub5WDZetHJ .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub5WDZetHJ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub5WDZetHJ .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub5WDZetHJ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub5WDZetHJ .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDZetHJ .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDZetHJ .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDZetHJ .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5WDZetHJ .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub5WDZetHJ .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub5XF4HOKJ {
  background-color: #000000;
}
.cid-ub5XF4HOKJ .row {
  flex-direction: row-reverse;
}
.cid-ub5XF4HOKJ .container-fluid {
  padding: 0;
}
.cid-ub5XF4HOKJ .row {
  margin: 0;
}
.cid-ub5XF4HOKJ div[class*="col"] {
  padding: 0;
}
.cid-ub5XF4HOKJ .carousel,
.cid-ub5XF4HOKJ .carousel-inner,
.cid-ub5XF4HOKJ .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub5XF4HOKJ .item-wrapper {
  width: 100%;
}
.cid-ub5XF4HOKJ img {
  height: 100%;
  object-fit: cover;
}
.cid-ub5XF4HOKJ .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub5XF4HOKJ .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub5XF4HOKJ .carousel-control:hover {
  background-color: #465052;
}
.cid-ub5XF4HOKJ .carousel-control-prev {
  left: 20px;
}
.cid-ub5XF4HOKJ .carousel-control-next {
  right: 20px;
}
.cid-ub5XF4HOKJ .carousel-indicators .active,
.cid-ub5XF4HOKJ .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub5XF4HOKJ .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub5XF4HOKJ .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub5XF4HOKJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub5XF4HOKJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub5XF4HOKJ .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub5XF4HOKJ .text-wrapper,
  .cid-ub5XF4HOKJ .nutrition,
  .cid-ub5XF4HOKJ .price,
  .cid-ub5XF4HOKJ .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub5XF4HOKJ .text-wrapper,
  .cid-ub5XF4HOKJ .nutrition,
  .cid-ub5XF4HOKJ .price,
  .cid-ub5XF4HOKJ .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub5XF4HOKJ .text-wrapper,
  .cid-ub5XF4HOKJ .nutrition,
  .cid-ub5XF4HOKJ .price,
  .cid-ub5XF4HOKJ .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub5XF4HOKJ .text-wrapper,
  .cid-ub5XF4HOKJ .nutrition,
  .cid-ub5XF4HOKJ .price,
  .cid-ub5XF4HOKJ .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub5XF4HOKJ .text-wrapper,
  .cid-ub5XF4HOKJ .nutrition,
  .cid-ub5XF4HOKJ .price,
  .cid-ub5XF4HOKJ .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub5XF4HOKJ .content {
    text-align: center;
  }
}
.cid-ub5XF4HOKJ .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub5XF4HOKJ .nutrition {
  margin-bottom: 40px;
}
.cid-ub5XF4HOKJ .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub5XF4HOKJ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub5XF4HOKJ .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub5XF4HOKJ .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub5XF4HOKJ .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub5XF4HOKJ .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5XF4HOKJ .tile-one {
    margin-right: 25px;
  }
}
.cid-ub5XF4HOKJ .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub5XF4HOKJ .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5XF4HOKJ .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub5XF4HOKJ .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub5XF4HOKJ .tile-four {
    margin-top: 25px;
  }
}
.cid-ub5XF4HOKJ svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub5XF4HOKJ svg path {
  fill: #1f1437;
}
.cid-ub5XF4HOKJ .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub5XF4HOKJ .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub5XF4HOKJ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub5XF4HOKJ .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub5XF4HOKJ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub5XF4HOKJ .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XF4HOKJ .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XF4HOKJ .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XF4HOKJ .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XF4HOKJ .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub5XF4HOKJ .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub5XFKHgaA {
  background-color: #202020;
}
.cid-ub5XFKHgaA .row {
  flex-direction: row-reverse;
}
.cid-ub5XFKHgaA .container-fluid {
  padding: 0;
}
.cid-ub5XFKHgaA .row {
  margin: 0;
}
.cid-ub5XFKHgaA div[class*="col"] {
  padding: 0;
}
.cid-ub5XFKHgaA .carousel,
.cid-ub5XFKHgaA .carousel-inner,
.cid-ub5XFKHgaA .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub5XFKHgaA .item-wrapper {
  width: 100%;
}
.cid-ub5XFKHgaA img {
  height: 100%;
  object-fit: cover;
}
.cid-ub5XFKHgaA .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub5XFKHgaA .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub5XFKHgaA .carousel-control:hover {
  background-color: #465052;
}
.cid-ub5XFKHgaA .carousel-control-prev {
  left: 20px;
}
.cid-ub5XFKHgaA .carousel-control-next {
  right: 20px;
}
.cid-ub5XFKHgaA .carousel-indicators .active,
.cid-ub5XFKHgaA .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub5XFKHgaA .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub5XFKHgaA .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub5XFKHgaA .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub5XFKHgaA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub5XFKHgaA .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub5XFKHgaA .text-wrapper,
  .cid-ub5XFKHgaA .nutrition,
  .cid-ub5XFKHgaA .price,
  .cid-ub5XFKHgaA .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub5XFKHgaA .text-wrapper,
  .cid-ub5XFKHgaA .nutrition,
  .cid-ub5XFKHgaA .price,
  .cid-ub5XFKHgaA .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub5XFKHgaA .text-wrapper,
  .cid-ub5XFKHgaA .nutrition,
  .cid-ub5XFKHgaA .price,
  .cid-ub5XFKHgaA .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub5XFKHgaA .text-wrapper,
  .cid-ub5XFKHgaA .nutrition,
  .cid-ub5XFKHgaA .price,
  .cid-ub5XFKHgaA .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub5XFKHgaA .text-wrapper,
  .cid-ub5XFKHgaA .nutrition,
  .cid-ub5XFKHgaA .price,
  .cid-ub5XFKHgaA .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub5XFKHgaA .content {
    text-align: center;
  }
}
.cid-ub5XFKHgaA .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub5XFKHgaA .nutrition {
  margin-bottom: 40px;
}
.cid-ub5XFKHgaA .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub5XFKHgaA .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub5XFKHgaA .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub5XFKHgaA .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub5XFKHgaA .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub5XFKHgaA .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5XFKHgaA .tile-one {
    margin-right: 25px;
  }
}
.cid-ub5XFKHgaA .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub5XFKHgaA .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5XFKHgaA .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub5XFKHgaA .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub5XFKHgaA .tile-four {
    margin-top: 25px;
  }
}
.cid-ub5XFKHgaA svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub5XFKHgaA svg path {
  fill: #1f1437;
}
.cid-ub5XFKHgaA .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub5XFKHgaA .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub5XFKHgaA .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub5XFKHgaA .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub5XFKHgaA .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub5XFKHgaA .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XFKHgaA .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XFKHgaA .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XFKHgaA .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5XFKHgaA .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub5XFKHgaA .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub5ZpbO0ry {
  background-color: #000000;
}
.cid-ub5ZpbO0ry .row {
  flex-direction: row-reverse;
}
.cid-ub5ZpbO0ry .container-fluid {
  padding: 0;
}
.cid-ub5ZpbO0ry .row {
  margin: 0;
}
.cid-ub5ZpbO0ry div[class*="col"] {
  padding: 0;
}
.cid-ub5ZpbO0ry .carousel,
.cid-ub5ZpbO0ry .carousel-inner,
.cid-ub5ZpbO0ry .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub5ZpbO0ry .item-wrapper {
  width: 100%;
}
.cid-ub5ZpbO0ry img {
  height: 100%;
  object-fit: cover;
}
.cid-ub5ZpbO0ry .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub5ZpbO0ry .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub5ZpbO0ry .carousel-control:hover {
  background-color: #465052;
}
.cid-ub5ZpbO0ry .carousel-control-prev {
  left: 20px;
}
.cid-ub5ZpbO0ry .carousel-control-next {
  right: 20px;
}
.cid-ub5ZpbO0ry .carousel-indicators .active,
.cid-ub5ZpbO0ry .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub5ZpbO0ry .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub5ZpbO0ry .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub5ZpbO0ry .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub5ZpbO0ry .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub5ZpbO0ry .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub5ZpbO0ry .text-wrapper,
  .cid-ub5ZpbO0ry .nutrition,
  .cid-ub5ZpbO0ry .price,
  .cid-ub5ZpbO0ry .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub5ZpbO0ry .text-wrapper,
  .cid-ub5ZpbO0ry .nutrition,
  .cid-ub5ZpbO0ry .price,
  .cid-ub5ZpbO0ry .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub5ZpbO0ry .text-wrapper,
  .cid-ub5ZpbO0ry .nutrition,
  .cid-ub5ZpbO0ry .price,
  .cid-ub5ZpbO0ry .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub5ZpbO0ry .text-wrapper,
  .cid-ub5ZpbO0ry .nutrition,
  .cid-ub5ZpbO0ry .price,
  .cid-ub5ZpbO0ry .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub5ZpbO0ry .text-wrapper,
  .cid-ub5ZpbO0ry .nutrition,
  .cid-ub5ZpbO0ry .price,
  .cid-ub5ZpbO0ry .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub5ZpbO0ry .content {
    text-align: center;
  }
}
.cid-ub5ZpbO0ry .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub5ZpbO0ry .nutrition {
  margin-bottom: 40px;
}
.cid-ub5ZpbO0ry .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub5ZpbO0ry .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub5ZpbO0ry .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub5ZpbO0ry .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub5ZpbO0ry .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub5ZpbO0ry .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5ZpbO0ry .tile-one {
    margin-right: 25px;
  }
}
.cid-ub5ZpbO0ry .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub5ZpbO0ry .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5ZpbO0ry .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub5ZpbO0ry .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub5ZpbO0ry .tile-four {
    margin-top: 25px;
  }
}
.cid-ub5ZpbO0ry svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub5ZpbO0ry svg path {
  fill: #1f1437;
}
.cid-ub5ZpbO0ry .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub5ZpbO0ry .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub5ZpbO0ry .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub5ZpbO0ry .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub5ZpbO0ry .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub5ZpbO0ry .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpbO0ry .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpbO0ry .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpbO0ry .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpbO0ry .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub5ZpbO0ry .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub5ZpPOyte {
  background-color: #202020;
}
.cid-ub5ZpPOyte .row {
  flex-direction: row-reverse;
}
.cid-ub5ZpPOyte .container-fluid {
  padding: 0;
}
.cid-ub5ZpPOyte .row {
  margin: 0;
}
.cid-ub5ZpPOyte div[class*="col"] {
  padding: 0;
}
.cid-ub5ZpPOyte .carousel,
.cid-ub5ZpPOyte .carousel-inner,
.cid-ub5ZpPOyte .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub5ZpPOyte .item-wrapper {
  width: 100%;
}
.cid-ub5ZpPOyte img {
  height: 100%;
  object-fit: cover;
}
.cid-ub5ZpPOyte .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub5ZpPOyte .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub5ZpPOyte .carousel-control:hover {
  background-color: #465052;
}
.cid-ub5ZpPOyte .carousel-control-prev {
  left: 20px;
}
.cid-ub5ZpPOyte .carousel-control-next {
  right: 20px;
}
.cid-ub5ZpPOyte .carousel-indicators .active,
.cid-ub5ZpPOyte .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub5ZpPOyte .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub5ZpPOyte .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub5ZpPOyte .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub5ZpPOyte .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub5ZpPOyte .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub5ZpPOyte .text-wrapper,
  .cid-ub5ZpPOyte .nutrition,
  .cid-ub5ZpPOyte .price,
  .cid-ub5ZpPOyte .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub5ZpPOyte .text-wrapper,
  .cid-ub5ZpPOyte .nutrition,
  .cid-ub5ZpPOyte .price,
  .cid-ub5ZpPOyte .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub5ZpPOyte .text-wrapper,
  .cid-ub5ZpPOyte .nutrition,
  .cid-ub5ZpPOyte .price,
  .cid-ub5ZpPOyte .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub5ZpPOyte .text-wrapper,
  .cid-ub5ZpPOyte .nutrition,
  .cid-ub5ZpPOyte .price,
  .cid-ub5ZpPOyte .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub5ZpPOyte .text-wrapper,
  .cid-ub5ZpPOyte .nutrition,
  .cid-ub5ZpPOyte .price,
  .cid-ub5ZpPOyte .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub5ZpPOyte .content {
    text-align: center;
  }
}
.cid-ub5ZpPOyte .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub5ZpPOyte .nutrition {
  margin-bottom: 40px;
}
.cid-ub5ZpPOyte .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub5ZpPOyte .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub5ZpPOyte .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub5ZpPOyte .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub5ZpPOyte .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub5ZpPOyte .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5ZpPOyte .tile-one {
    margin-right: 25px;
  }
}
.cid-ub5ZpPOyte .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub5ZpPOyte .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub5ZpPOyte .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub5ZpPOyte .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub5ZpPOyte .tile-four {
    margin-top: 25px;
  }
}
.cid-ub5ZpPOyte svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub5ZpPOyte svg path {
  fill: #1f1437;
}
.cid-ub5ZpPOyte .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub5ZpPOyte .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub5ZpPOyte .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub5ZpPOyte .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub5ZpPOyte .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub5ZpPOyte .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpPOyte .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpPOyte .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpPOyte .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub5ZpPOyte .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub5ZpPOyte .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub60CBMlHt {
  background-color: #000000;
}
.cid-ub60CBMlHt .row {
  flex-direction: row-reverse;
}
.cid-ub60CBMlHt .container-fluid {
  padding: 0;
}
.cid-ub60CBMlHt .row {
  margin: 0;
}
.cid-ub60CBMlHt div[class*="col"] {
  padding: 0;
}
.cid-ub60CBMlHt .carousel,
.cid-ub60CBMlHt .carousel-inner,
.cid-ub60CBMlHt .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub60CBMlHt .item-wrapper {
  width: 100%;
}
.cid-ub60CBMlHt img {
  height: 100%;
  object-fit: cover;
}
.cid-ub60CBMlHt .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub60CBMlHt .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub60CBMlHt .carousel-control:hover {
  background-color: #465052;
}
.cid-ub60CBMlHt .carousel-control-prev {
  left: 20px;
}
.cid-ub60CBMlHt .carousel-control-next {
  right: 20px;
}
.cid-ub60CBMlHt .carousel-indicators .active,
.cid-ub60CBMlHt .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub60CBMlHt .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub60CBMlHt .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub60CBMlHt .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub60CBMlHt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub60CBMlHt .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub60CBMlHt .text-wrapper,
  .cid-ub60CBMlHt .nutrition,
  .cid-ub60CBMlHt .price,
  .cid-ub60CBMlHt .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub60CBMlHt .text-wrapper,
  .cid-ub60CBMlHt .nutrition,
  .cid-ub60CBMlHt .price,
  .cid-ub60CBMlHt .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub60CBMlHt .text-wrapper,
  .cid-ub60CBMlHt .nutrition,
  .cid-ub60CBMlHt .price,
  .cid-ub60CBMlHt .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub60CBMlHt .text-wrapper,
  .cid-ub60CBMlHt .nutrition,
  .cid-ub60CBMlHt .price,
  .cid-ub60CBMlHt .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub60CBMlHt .text-wrapper,
  .cid-ub60CBMlHt .nutrition,
  .cid-ub60CBMlHt .price,
  .cid-ub60CBMlHt .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub60CBMlHt .content {
    text-align: center;
  }
}
.cid-ub60CBMlHt .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub60CBMlHt .nutrition {
  margin-bottom: 40px;
}
.cid-ub60CBMlHt .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub60CBMlHt .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub60CBMlHt .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub60CBMlHt .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub60CBMlHt .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub60CBMlHt .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub60CBMlHt .tile-one {
    margin-right: 25px;
  }
}
.cid-ub60CBMlHt .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub60CBMlHt .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub60CBMlHt .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub60CBMlHt .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub60CBMlHt .tile-four {
    margin-top: 25px;
  }
}
.cid-ub60CBMlHt svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub60CBMlHt svg path {
  fill: #1f1437;
}
.cid-ub60CBMlHt .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub60CBMlHt .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub60CBMlHt .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub60CBMlHt .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub60CBMlHt .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub60CBMlHt .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60CBMlHt .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60CBMlHt .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60CBMlHt .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60CBMlHt .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub60CBMlHt .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub60D974yH {
  background-color: #202020;
}
.cid-ub60D974yH .row {
  flex-direction: row-reverse;
}
.cid-ub60D974yH .container-fluid {
  padding: 0;
}
.cid-ub60D974yH .row {
  margin: 0;
}
.cid-ub60D974yH div[class*="col"] {
  padding: 0;
}
.cid-ub60D974yH .carousel,
.cid-ub60D974yH .carousel-inner,
.cid-ub60D974yH .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub60D974yH .item-wrapper {
  width: 100%;
}
.cid-ub60D974yH img {
  height: 100%;
  object-fit: cover;
}
.cid-ub60D974yH .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub60D974yH .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub60D974yH .carousel-control:hover {
  background-color: #465052;
}
.cid-ub60D974yH .carousel-control-prev {
  left: 20px;
}
.cid-ub60D974yH .carousel-control-next {
  right: 20px;
}
.cid-ub60D974yH .carousel-indicators .active,
.cid-ub60D974yH .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub60D974yH .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub60D974yH .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub60D974yH .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub60D974yH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub60D974yH .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub60D974yH .text-wrapper,
  .cid-ub60D974yH .nutrition,
  .cid-ub60D974yH .price,
  .cid-ub60D974yH .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub60D974yH .text-wrapper,
  .cid-ub60D974yH .nutrition,
  .cid-ub60D974yH .price,
  .cid-ub60D974yH .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub60D974yH .text-wrapper,
  .cid-ub60D974yH .nutrition,
  .cid-ub60D974yH .price,
  .cid-ub60D974yH .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub60D974yH .text-wrapper,
  .cid-ub60D974yH .nutrition,
  .cid-ub60D974yH .price,
  .cid-ub60D974yH .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub60D974yH .text-wrapper,
  .cid-ub60D974yH .nutrition,
  .cid-ub60D974yH .price,
  .cid-ub60D974yH .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub60D974yH .content {
    text-align: center;
  }
}
.cid-ub60D974yH .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub60D974yH .nutrition {
  margin-bottom: 40px;
}
.cid-ub60D974yH .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub60D974yH .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub60D974yH .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub60D974yH .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub60D974yH .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub60D974yH .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub60D974yH .tile-one {
    margin-right: 25px;
  }
}
.cid-ub60D974yH .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub60D974yH .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub60D974yH .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub60D974yH .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub60D974yH .tile-four {
    margin-top: 25px;
  }
}
.cid-ub60D974yH svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub60D974yH svg path {
  fill: #1f1437;
}
.cid-ub60D974yH .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub60D974yH .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub60D974yH .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub60D974yH .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub60D974yH .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub60D974yH .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60D974yH .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60D974yH .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60D974yH .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub60D974yH .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub60D974yH .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub61q403YR {
  background-color: #000000;
}
.cid-ub61q403YR .row {
  flex-direction: row-reverse;
}
.cid-ub61q403YR .container-fluid {
  padding: 0;
}
.cid-ub61q403YR .row {
  margin: 0;
}
.cid-ub61q403YR div[class*="col"] {
  padding: 0;
}
.cid-ub61q403YR .carousel,
.cid-ub61q403YR .carousel-inner,
.cid-ub61q403YR .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub61q403YR .item-wrapper {
  width: 100%;
}
.cid-ub61q403YR img {
  height: 100%;
  object-fit: cover;
}
.cid-ub61q403YR .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub61q403YR .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub61q403YR .carousel-control:hover {
  background-color: #465052;
}
.cid-ub61q403YR .carousel-control-prev {
  left: 20px;
}
.cid-ub61q403YR .carousel-control-next {
  right: 20px;
}
.cid-ub61q403YR .carousel-indicators .active,
.cid-ub61q403YR .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub61q403YR .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub61q403YR .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub61q403YR .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub61q403YR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub61q403YR .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub61q403YR .text-wrapper,
  .cid-ub61q403YR .nutrition,
  .cid-ub61q403YR .price,
  .cid-ub61q403YR .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub61q403YR .text-wrapper,
  .cid-ub61q403YR .nutrition,
  .cid-ub61q403YR .price,
  .cid-ub61q403YR .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub61q403YR .text-wrapper,
  .cid-ub61q403YR .nutrition,
  .cid-ub61q403YR .price,
  .cid-ub61q403YR .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub61q403YR .text-wrapper,
  .cid-ub61q403YR .nutrition,
  .cid-ub61q403YR .price,
  .cid-ub61q403YR .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub61q403YR .text-wrapper,
  .cid-ub61q403YR .nutrition,
  .cid-ub61q403YR .price,
  .cid-ub61q403YR .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub61q403YR .content {
    text-align: center;
  }
}
.cid-ub61q403YR .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub61q403YR .nutrition {
  margin-bottom: 40px;
}
.cid-ub61q403YR .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub61q403YR .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub61q403YR .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub61q403YR .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub61q403YR .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub61q403YR .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub61q403YR .tile-one {
    margin-right: 25px;
  }
}
.cid-ub61q403YR .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub61q403YR .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub61q403YR .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub61q403YR .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub61q403YR .tile-four {
    margin-top: 25px;
  }
}
.cid-ub61q403YR svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub61q403YR svg path {
  fill: #1f1437;
}
.cid-ub61q403YR .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub61q403YR .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub61q403YR .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub61q403YR .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub61q403YR .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub61q403YR .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61q403YR .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61q403YR .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61q403YR .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61q403YR .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub61q403YR .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub61qzK9Hc {
  background-color: #202020;
}
.cid-ub61qzK9Hc .row {
  flex-direction: row-reverse;
}
.cid-ub61qzK9Hc .container-fluid {
  padding: 0;
}
.cid-ub61qzK9Hc .row {
  margin: 0;
}
.cid-ub61qzK9Hc div[class*="col"] {
  padding: 0;
}
.cid-ub61qzK9Hc .carousel,
.cid-ub61qzK9Hc .carousel-inner,
.cid-ub61qzK9Hc .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub61qzK9Hc .item-wrapper {
  width: 100%;
}
.cid-ub61qzK9Hc img {
  height: 100%;
  object-fit: cover;
}
.cid-ub61qzK9Hc .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub61qzK9Hc .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub61qzK9Hc .carousel-control:hover {
  background-color: #465052;
}
.cid-ub61qzK9Hc .carousel-control-prev {
  left: 20px;
}
.cid-ub61qzK9Hc .carousel-control-next {
  right: 20px;
}
.cid-ub61qzK9Hc .carousel-indicators .active,
.cid-ub61qzK9Hc .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub61qzK9Hc .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub61qzK9Hc .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub61qzK9Hc .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub61qzK9Hc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub61qzK9Hc .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub61qzK9Hc .text-wrapper,
  .cid-ub61qzK9Hc .nutrition,
  .cid-ub61qzK9Hc .price,
  .cid-ub61qzK9Hc .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub61qzK9Hc .text-wrapper,
  .cid-ub61qzK9Hc .nutrition,
  .cid-ub61qzK9Hc .price,
  .cid-ub61qzK9Hc .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub61qzK9Hc .text-wrapper,
  .cid-ub61qzK9Hc .nutrition,
  .cid-ub61qzK9Hc .price,
  .cid-ub61qzK9Hc .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub61qzK9Hc .text-wrapper,
  .cid-ub61qzK9Hc .nutrition,
  .cid-ub61qzK9Hc .price,
  .cid-ub61qzK9Hc .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub61qzK9Hc .text-wrapper,
  .cid-ub61qzK9Hc .nutrition,
  .cid-ub61qzK9Hc .price,
  .cid-ub61qzK9Hc .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub61qzK9Hc .content {
    text-align: center;
  }
}
.cid-ub61qzK9Hc .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub61qzK9Hc .nutrition {
  margin-bottom: 40px;
}
.cid-ub61qzK9Hc .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub61qzK9Hc .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub61qzK9Hc .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub61qzK9Hc .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub61qzK9Hc .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub61qzK9Hc .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub61qzK9Hc .tile-one {
    margin-right: 25px;
  }
}
.cid-ub61qzK9Hc .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub61qzK9Hc .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub61qzK9Hc .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub61qzK9Hc .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub61qzK9Hc .tile-four {
    margin-top: 25px;
  }
}
.cid-ub61qzK9Hc svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub61qzK9Hc svg path {
  fill: #1f1437;
}
.cid-ub61qzK9Hc .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub61qzK9Hc .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub61qzK9Hc .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub61qzK9Hc .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub61qzK9Hc .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub61qzK9Hc .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61qzK9Hc .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61qzK9Hc .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61qzK9Hc .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub61qzK9Hc .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub61qzK9Hc .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub62z1RfxN {
  background-color: #000000;
}
.cid-ub62z1RfxN .row {
  flex-direction: row-reverse;
}
.cid-ub62z1RfxN .container-fluid {
  padding: 0;
}
.cid-ub62z1RfxN .row {
  margin: 0;
}
.cid-ub62z1RfxN div[class*="col"] {
  padding: 0;
}
.cid-ub62z1RfxN .carousel,
.cid-ub62z1RfxN .carousel-inner,
.cid-ub62z1RfxN .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub62z1RfxN .item-wrapper {
  width: 100%;
}
.cid-ub62z1RfxN img {
  height: 100%;
  object-fit: cover;
}
.cid-ub62z1RfxN .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub62z1RfxN .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub62z1RfxN .carousel-control:hover {
  background-color: #465052;
}
.cid-ub62z1RfxN .carousel-control-prev {
  left: 20px;
}
.cid-ub62z1RfxN .carousel-control-next {
  right: 20px;
}
.cid-ub62z1RfxN .carousel-indicators .active,
.cid-ub62z1RfxN .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub62z1RfxN .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub62z1RfxN .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub62z1RfxN .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub62z1RfxN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub62z1RfxN .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub62z1RfxN .text-wrapper,
  .cid-ub62z1RfxN .nutrition,
  .cid-ub62z1RfxN .price,
  .cid-ub62z1RfxN .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub62z1RfxN .text-wrapper,
  .cid-ub62z1RfxN .nutrition,
  .cid-ub62z1RfxN .price,
  .cid-ub62z1RfxN .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub62z1RfxN .text-wrapper,
  .cid-ub62z1RfxN .nutrition,
  .cid-ub62z1RfxN .price,
  .cid-ub62z1RfxN .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub62z1RfxN .text-wrapper,
  .cid-ub62z1RfxN .nutrition,
  .cid-ub62z1RfxN .price,
  .cid-ub62z1RfxN .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub62z1RfxN .text-wrapper,
  .cid-ub62z1RfxN .nutrition,
  .cid-ub62z1RfxN .price,
  .cid-ub62z1RfxN .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub62z1RfxN .content {
    text-align: center;
  }
}
.cid-ub62z1RfxN .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub62z1RfxN .nutrition {
  margin-bottom: 40px;
}
.cid-ub62z1RfxN .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub62z1RfxN .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub62z1RfxN .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub62z1RfxN .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub62z1RfxN .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub62z1RfxN .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub62z1RfxN .tile-one {
    margin-right: 25px;
  }
}
.cid-ub62z1RfxN .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub62z1RfxN .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub62z1RfxN .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub62z1RfxN .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub62z1RfxN .tile-four {
    margin-top: 25px;
  }
}
.cid-ub62z1RfxN svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub62z1RfxN svg path {
  fill: #1f1437;
}
.cid-ub62z1RfxN .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub62z1RfxN .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub62z1RfxN .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub62z1RfxN .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub62z1RfxN .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub62z1RfxN .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub62z1RfxN .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub62z1RfxN .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub62z1RfxN .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub62z1RfxN .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub62z1RfxN .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub69qYVd0I {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-ub69qYVd0I .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ub69qYVd0I svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ub69qYVd0I g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ub69qYVd0I .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ub69qYVd0I .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ub69qYVd0I .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ub69qYVd0I .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ub69qYVd0I .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ub69qYVd0I .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ub69qYVd0I .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ub69qYVd0I .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ub69qYVd0I .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ub69qYVd0I .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub69qYVd0I .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub69qYVd0I .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ub69qYVd0I .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ub634KaHwL {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-ub634KaHwL .display-1 {
    letter-spacing: -6px;
  }
}
.cid-ub634KaHwL p {
  margin: 0;
}
.cid-ub634KaHwL .display-1 {
  line-height: 1;
}
.cid-ub634L3Ckr {
  background-color: #000000;
}
.cid-ub634L3Ckr .row {
  flex-direction: row-reverse;
}
.cid-ub634L3Ckr .container-fluid {
  padding: 0;
}
.cid-ub634L3Ckr .row {
  margin: 0;
}
.cid-ub634L3Ckr div[class*="col"] {
  padding: 0;
}
.cid-ub634L3Ckr .carousel,
.cid-ub634L3Ckr .carousel-inner,
.cid-ub634L3Ckr .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub634L3Ckr .item-wrapper {
  width: 100%;
}
.cid-ub634L3Ckr img {
  height: 100%;
  object-fit: cover;
}
.cid-ub634L3Ckr .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub634L3Ckr .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub634L3Ckr .carousel-control:hover {
  background-color: #465052;
}
.cid-ub634L3Ckr .carousel-control-prev {
  left: 20px;
}
.cid-ub634L3Ckr .carousel-control-next {
  right: 20px;
}
.cid-ub634L3Ckr .carousel-indicators .active,
.cid-ub634L3Ckr .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub634L3Ckr .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub634L3Ckr .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub634L3Ckr .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub634L3Ckr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub634L3Ckr .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub634L3Ckr .text-wrapper,
  .cid-ub634L3Ckr .nutrition,
  .cid-ub634L3Ckr .price,
  .cid-ub634L3Ckr .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub634L3Ckr .text-wrapper,
  .cid-ub634L3Ckr .nutrition,
  .cid-ub634L3Ckr .price,
  .cid-ub634L3Ckr .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub634L3Ckr .text-wrapper,
  .cid-ub634L3Ckr .nutrition,
  .cid-ub634L3Ckr .price,
  .cid-ub634L3Ckr .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub634L3Ckr .text-wrapper,
  .cid-ub634L3Ckr .nutrition,
  .cid-ub634L3Ckr .price,
  .cid-ub634L3Ckr .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub634L3Ckr .text-wrapper,
  .cid-ub634L3Ckr .nutrition,
  .cid-ub634L3Ckr .price,
  .cid-ub634L3Ckr .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub634L3Ckr .content {
    text-align: center;
  }
}
.cid-ub634L3Ckr .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub634L3Ckr .nutrition {
  margin-bottom: 40px;
}
.cid-ub634L3Ckr .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub634L3Ckr .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub634L3Ckr .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub634L3Ckr .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub634L3Ckr .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub634L3Ckr .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634L3Ckr .tile-one {
    margin-right: 25px;
  }
}
.cid-ub634L3Ckr .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub634L3Ckr .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634L3Ckr .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub634L3Ckr .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub634L3Ckr .tile-four {
    margin-top: 25px;
  }
}
.cid-ub634L3Ckr svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub634L3Ckr svg path {
  fill: #1f1437;
}
.cid-ub634L3Ckr .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub634L3Ckr .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub634L3Ckr .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub634L3Ckr .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub634L3Ckr .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub634L3Ckr .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634L3Ckr .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634L3Ckr .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634L3Ckr .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634L3Ckr .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub634L3Ckr .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub634LKBiu {
  background-color: #202020;
}
.cid-ub634LKBiu .row {
  flex-direction: row-reverse;
}
.cid-ub634LKBiu .container-fluid {
  padding: 0;
}
.cid-ub634LKBiu .row {
  margin: 0;
}
.cid-ub634LKBiu div[class*="col"] {
  padding: 0;
}
.cid-ub634LKBiu .carousel,
.cid-ub634LKBiu .carousel-inner,
.cid-ub634LKBiu .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub634LKBiu .item-wrapper {
  width: 100%;
}
.cid-ub634LKBiu img {
  height: 100%;
  object-fit: cover;
}
.cid-ub634LKBiu .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub634LKBiu .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub634LKBiu .carousel-control:hover {
  background-color: #465052;
}
.cid-ub634LKBiu .carousel-control-prev {
  left: 20px;
}
.cid-ub634LKBiu .carousel-control-next {
  right: 20px;
}
.cid-ub634LKBiu .carousel-indicators .active,
.cid-ub634LKBiu .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub634LKBiu .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub634LKBiu .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub634LKBiu .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub634LKBiu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub634LKBiu .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub634LKBiu .text-wrapper,
  .cid-ub634LKBiu .nutrition,
  .cid-ub634LKBiu .price,
  .cid-ub634LKBiu .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub634LKBiu .text-wrapper,
  .cid-ub634LKBiu .nutrition,
  .cid-ub634LKBiu .price,
  .cid-ub634LKBiu .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub634LKBiu .text-wrapper,
  .cid-ub634LKBiu .nutrition,
  .cid-ub634LKBiu .price,
  .cid-ub634LKBiu .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub634LKBiu .text-wrapper,
  .cid-ub634LKBiu .nutrition,
  .cid-ub634LKBiu .price,
  .cid-ub634LKBiu .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub634LKBiu .text-wrapper,
  .cid-ub634LKBiu .nutrition,
  .cid-ub634LKBiu .price,
  .cid-ub634LKBiu .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub634LKBiu .content {
    text-align: center;
  }
}
.cid-ub634LKBiu .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub634LKBiu .nutrition {
  margin-bottom: 40px;
}
.cid-ub634LKBiu .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub634LKBiu .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub634LKBiu .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub634LKBiu .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub634LKBiu .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub634LKBiu .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634LKBiu .tile-one {
    margin-right: 25px;
  }
}
.cid-ub634LKBiu .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub634LKBiu .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634LKBiu .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub634LKBiu .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub634LKBiu .tile-four {
    margin-top: 25px;
  }
}
.cid-ub634LKBiu svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub634LKBiu svg path {
  fill: #1f1437;
}
.cid-ub634LKBiu .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub634LKBiu .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub634LKBiu .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub634LKBiu .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub634LKBiu .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub634LKBiu .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634LKBiu .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634LKBiu .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634LKBiu .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634LKBiu .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub634LKBiu .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub634Mh7rb {
  background-color: #000000;
}
.cid-ub634Mh7rb .row {
  flex-direction: row-reverse;
}
.cid-ub634Mh7rb .container-fluid {
  padding: 0;
}
.cid-ub634Mh7rb .row {
  margin: 0;
}
.cid-ub634Mh7rb div[class*="col"] {
  padding: 0;
}
.cid-ub634Mh7rb .carousel,
.cid-ub634Mh7rb .carousel-inner,
.cid-ub634Mh7rb .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub634Mh7rb .item-wrapper {
  width: 100%;
}
.cid-ub634Mh7rb img {
  height: 100%;
  object-fit: cover;
}
.cid-ub634Mh7rb .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub634Mh7rb .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub634Mh7rb .carousel-control:hover {
  background-color: #465052;
}
.cid-ub634Mh7rb .carousel-control-prev {
  left: 20px;
}
.cid-ub634Mh7rb .carousel-control-next {
  right: 20px;
}
.cid-ub634Mh7rb .carousel-indicators .active,
.cid-ub634Mh7rb .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub634Mh7rb .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub634Mh7rb .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub634Mh7rb .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub634Mh7rb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub634Mh7rb .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub634Mh7rb .text-wrapper,
  .cid-ub634Mh7rb .nutrition,
  .cid-ub634Mh7rb .price,
  .cid-ub634Mh7rb .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub634Mh7rb .text-wrapper,
  .cid-ub634Mh7rb .nutrition,
  .cid-ub634Mh7rb .price,
  .cid-ub634Mh7rb .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub634Mh7rb .text-wrapper,
  .cid-ub634Mh7rb .nutrition,
  .cid-ub634Mh7rb .price,
  .cid-ub634Mh7rb .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub634Mh7rb .text-wrapper,
  .cid-ub634Mh7rb .nutrition,
  .cid-ub634Mh7rb .price,
  .cid-ub634Mh7rb .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub634Mh7rb .text-wrapper,
  .cid-ub634Mh7rb .nutrition,
  .cid-ub634Mh7rb .price,
  .cid-ub634Mh7rb .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub634Mh7rb .content {
    text-align: center;
  }
}
.cid-ub634Mh7rb .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub634Mh7rb .nutrition {
  margin-bottom: 40px;
}
.cid-ub634Mh7rb .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub634Mh7rb .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub634Mh7rb .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub634Mh7rb .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub634Mh7rb .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub634Mh7rb .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634Mh7rb .tile-one {
    margin-right: 25px;
  }
}
.cid-ub634Mh7rb .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub634Mh7rb .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634Mh7rb .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub634Mh7rb .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub634Mh7rb .tile-four {
    margin-top: 25px;
  }
}
.cid-ub634Mh7rb svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub634Mh7rb svg path {
  fill: #1f1437;
}
.cid-ub634Mh7rb .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub634Mh7rb .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub634Mh7rb .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub634Mh7rb .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub634Mh7rb .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub634Mh7rb .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634Mh7rb .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634Mh7rb .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634Mh7rb .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634Mh7rb .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub634Mh7rb .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub634MRPA4 {
  background-color: #202020;
}
.cid-ub634MRPA4 .row {
  flex-direction: row-reverse;
}
.cid-ub634MRPA4 .container-fluid {
  padding: 0;
}
.cid-ub634MRPA4 .row {
  margin: 0;
}
.cid-ub634MRPA4 div[class*="col"] {
  padding: 0;
}
.cid-ub634MRPA4 .carousel,
.cid-ub634MRPA4 .carousel-inner,
.cid-ub634MRPA4 .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub634MRPA4 .item-wrapper {
  width: 100%;
}
.cid-ub634MRPA4 img {
  height: 100%;
  object-fit: cover;
}
.cid-ub634MRPA4 .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub634MRPA4 .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub634MRPA4 .carousel-control:hover {
  background-color: #465052;
}
.cid-ub634MRPA4 .carousel-control-prev {
  left: 20px;
}
.cid-ub634MRPA4 .carousel-control-next {
  right: 20px;
}
.cid-ub634MRPA4 .carousel-indicators .active,
.cid-ub634MRPA4 .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub634MRPA4 .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub634MRPA4 .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub634MRPA4 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub634MRPA4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub634MRPA4 .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub634MRPA4 .text-wrapper,
  .cid-ub634MRPA4 .nutrition,
  .cid-ub634MRPA4 .price,
  .cid-ub634MRPA4 .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub634MRPA4 .text-wrapper,
  .cid-ub634MRPA4 .nutrition,
  .cid-ub634MRPA4 .price,
  .cid-ub634MRPA4 .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub634MRPA4 .text-wrapper,
  .cid-ub634MRPA4 .nutrition,
  .cid-ub634MRPA4 .price,
  .cid-ub634MRPA4 .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub634MRPA4 .text-wrapper,
  .cid-ub634MRPA4 .nutrition,
  .cid-ub634MRPA4 .price,
  .cid-ub634MRPA4 .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub634MRPA4 .text-wrapper,
  .cid-ub634MRPA4 .nutrition,
  .cid-ub634MRPA4 .price,
  .cid-ub634MRPA4 .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub634MRPA4 .content {
    text-align: center;
  }
}
.cid-ub634MRPA4 .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub634MRPA4 .nutrition {
  margin-bottom: 40px;
}
.cid-ub634MRPA4 .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub634MRPA4 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub634MRPA4 .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub634MRPA4 .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub634MRPA4 .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub634MRPA4 .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634MRPA4 .tile-one {
    margin-right: 25px;
  }
}
.cid-ub634MRPA4 .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub634MRPA4 .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634MRPA4 .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub634MRPA4 .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub634MRPA4 .tile-four {
    margin-top: 25px;
  }
}
.cid-ub634MRPA4 svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub634MRPA4 svg path {
  fill: #1f1437;
}
.cid-ub634MRPA4 .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub634MRPA4 .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub634MRPA4 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub634MRPA4 .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub634MRPA4 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub634MRPA4 .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634MRPA4 .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634MRPA4 .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634MRPA4 .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634MRPA4 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub634MRPA4 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub634NtCCb {
  background-color: #000000;
}
.cid-ub634NtCCb .row {
  flex-direction: row-reverse;
}
.cid-ub634NtCCb .container-fluid {
  padding: 0;
}
.cid-ub634NtCCb .row {
  margin: 0;
}
.cid-ub634NtCCb div[class*="col"] {
  padding: 0;
}
.cid-ub634NtCCb .carousel,
.cid-ub634NtCCb .carousel-inner,
.cid-ub634NtCCb .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub634NtCCb .item-wrapper {
  width: 100%;
}
.cid-ub634NtCCb img {
  height: 100%;
  object-fit: cover;
}
.cid-ub634NtCCb .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub634NtCCb .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub634NtCCb .carousel-control:hover {
  background-color: #465052;
}
.cid-ub634NtCCb .carousel-control-prev {
  left: 20px;
}
.cid-ub634NtCCb .carousel-control-next {
  right: 20px;
}
.cid-ub634NtCCb .carousel-indicators .active,
.cid-ub634NtCCb .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub634NtCCb .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub634NtCCb .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub634NtCCb .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub634NtCCb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub634NtCCb .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub634NtCCb .text-wrapper,
  .cid-ub634NtCCb .nutrition,
  .cid-ub634NtCCb .price,
  .cid-ub634NtCCb .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub634NtCCb .text-wrapper,
  .cid-ub634NtCCb .nutrition,
  .cid-ub634NtCCb .price,
  .cid-ub634NtCCb .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub634NtCCb .text-wrapper,
  .cid-ub634NtCCb .nutrition,
  .cid-ub634NtCCb .price,
  .cid-ub634NtCCb .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub634NtCCb .text-wrapper,
  .cid-ub634NtCCb .nutrition,
  .cid-ub634NtCCb .price,
  .cid-ub634NtCCb .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub634NtCCb .text-wrapper,
  .cid-ub634NtCCb .nutrition,
  .cid-ub634NtCCb .price,
  .cid-ub634NtCCb .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub634NtCCb .content {
    text-align: center;
  }
}
.cid-ub634NtCCb .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub634NtCCb .nutrition {
  margin-bottom: 40px;
}
.cid-ub634NtCCb .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub634NtCCb .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub634NtCCb .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub634NtCCb .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub634NtCCb .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub634NtCCb .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634NtCCb .tile-one {
    margin-right: 25px;
  }
}
.cid-ub634NtCCb .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub634NtCCb .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634NtCCb .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub634NtCCb .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub634NtCCb .tile-four {
    margin-top: 25px;
  }
}
.cid-ub634NtCCb svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub634NtCCb svg path {
  fill: #1f1437;
}
.cid-ub634NtCCb .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub634NtCCb .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub634NtCCb .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub634NtCCb .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub634NtCCb .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub634NtCCb .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NtCCb .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NtCCb .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NtCCb .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NtCCb .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub634NtCCb .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub634NW3ws {
  background-color: #202020;
}
.cid-ub634NW3ws .row {
  flex-direction: row-reverse;
}
.cid-ub634NW3ws .container-fluid {
  padding: 0;
}
.cid-ub634NW3ws .row {
  margin: 0;
}
.cid-ub634NW3ws div[class*="col"] {
  padding: 0;
}
.cid-ub634NW3ws .carousel,
.cid-ub634NW3ws .carousel-inner,
.cid-ub634NW3ws .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-ub634NW3ws .item-wrapper {
  width: 100%;
}
.cid-ub634NW3ws img {
  height: 100%;
  object-fit: cover;
}
.cid-ub634NW3ws .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff2d55;
  opacity: 1;
  top: 50%;
}
.cid-ub634NW3ws .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-ub634NW3ws .carousel-control:hover {
  background-color: #465052;
}
.cid-ub634NW3ws .carousel-control-prev {
  left: 20px;
}
.cid-ub634NW3ws .carousel-control-next {
  right: 20px;
}
.cid-ub634NW3ws .carousel-indicators .active,
.cid-ub634NW3ws .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ub634NW3ws .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-ub634NW3ws .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ub634NW3ws .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-ub634NW3ws .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub634NW3ws .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-ub634NW3ws .text-wrapper,
  .cid-ub634NW3ws .nutrition,
  .cid-ub634NW3ws .price,
  .cid-ub634NW3ws .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ub634NW3ws .text-wrapper,
  .cid-ub634NW3ws .nutrition,
  .cid-ub634NW3ws .price,
  .cid-ub634NW3ws .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ub634NW3ws .text-wrapper,
  .cid-ub634NW3ws .nutrition,
  .cid-ub634NW3ws .price,
  .cid-ub634NW3ws .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ub634NW3ws .text-wrapper,
  .cid-ub634NW3ws .nutrition,
  .cid-ub634NW3ws .price,
  .cid-ub634NW3ws .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ub634NW3ws .text-wrapper,
  .cid-ub634NW3ws .nutrition,
  .cid-ub634NW3ws .price,
  .cid-ub634NW3ws .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ub634NW3ws .content {
    text-align: center;
  }
}
.cid-ub634NW3ws .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-ub634NW3ws .nutrition {
  margin-bottom: 40px;
}
.cid-ub634NW3ws .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ub634NW3ws .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ub634NW3ws .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-ub634NW3ws .nutrition-wrap {
    width: 100%;
  }
}
.cid-ub634NW3ws .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub634NW3ws .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634NW3ws .tile-one {
    margin-right: 25px;
  }
}
.cid-ub634NW3ws .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-ub634NW3ws .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-ub634NW3ws .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-ub634NW3ws .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-ub634NW3ws .tile-four {
    margin-top: 25px;
  }
}
.cid-ub634NW3ws svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-ub634NW3ws svg path {
  fill: #1f1437;
}
.cid-ub634NW3ws .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-ub634NW3ws .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-ub634NW3ws .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-ub634NW3ws .price-text-wrap {
    justify-content: center;
  }
}
.cid-ub634NW3ws .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
  opacity: 0;
}
.cid-ub634NW3ws .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NW3ws .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NW3ws .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NW3ws .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ub634NW3ws .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ub634NW3ws .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-ub69qYVd0I {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-ub69qYVd0I .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ub69qYVd0I svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ub69qYVd0I g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ub69qYVd0I .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ub69qYVd0I .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ub69qYVd0I .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ub69qYVd0I .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ub69qYVd0I .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ub69qYVd0I .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ub69qYVd0I .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ub69qYVd0I .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ub69qYVd0I .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ub69qYVd0I .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub69qYVd0I .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub69qYVd0I .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ub69qYVd0I .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ub68xhvUyf {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1373x915.jpg");
}
@media (min-width: 992px) {
  .cid-ub68xhvUyf .display-1 {
    letter-spacing: -6px;
  }
}
.cid-ub68xhvUyf p {
  margin: 0;
}
.cid-ub68xhvUyf .display-1 {
  line-height: 1;
}
.cid-ub68Qnf3kP {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ub68Qnf3kP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-ub68Qnf3kP .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-ub68Qnf3kP textarea {
  min-height: 150px;
}
.cid-ub68Qnf3kP .row2 {
  justify-content: space-between;
  border: 2px solid #000000 !important;
  padding: 3rem;
}
.cid-ub68Qnf3kP h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-ub68Qnf3kP h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-ub68Qnf3kP form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-ub68Qnf3kP .form-control,
.cid-ub68Qnf3kP .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #000000 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ub68Qnf3kP .form-control::-webkit-input-placeholder,
.cid-ub68Qnf3kP .field-input::-webkit-input-placeholder,
.cid-ub68Qnf3kP .form-control::-webkit-input-placeholder,
.cid-ub68Qnf3kP .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-ub68Qnf3kP .form-control:-moz-placeholder,
.cid-ub68Qnf3kP .field-input:-moz-placeholder,
.cid-ub68Qnf3kP .form-control:-moz-placeholder,
.cid-ub68Qnf3kP .field-input:-moz-placeholder {
  color: #000000;
}
.cid-ub68Qnf3kP .form-control:hover,
.cid-ub68Qnf3kP .field-input:hover,
.cid-ub68Qnf3kP .form-control:focus,
.cid-ub68Qnf3kP .field-input:focus {
  background-color: transparent;
  border-color: #000000 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ub68Qnf3kP .form-control:hover::-webkit-input-placeholder,
.cid-ub68Qnf3kP .field-input:hover::-webkit-input-placeholder,
.cid-ub68Qnf3kP .form-control:focus::-webkit-input-placeholder,
.cid-ub68Qnf3kP .field-input:focus::-webkit-input-placeholder,
.cid-ub68Qnf3kP .form-control:hover::-webkit-input-placeholder,
.cid-ub68Qnf3kP .field-input:hover::-webkit-input-placeholder,
.cid-ub68Qnf3kP .form-control:focus::-webkit-input-placeholder,
.cid-ub68Qnf3kP .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-ub68Qnf3kP .form-control:hover:-moz-placeholder,
.cid-ub68Qnf3kP .field-input:hover:-moz-placeholder,
.cid-ub68Qnf3kP .form-control:focus:-moz-placeholder,
.cid-ub68Qnf3kP .field-input:focus:-moz-placeholder,
.cid-ub68Qnf3kP .form-control:hover:-moz-placeholder,
.cid-ub68Qnf3kP .field-input:hover:-moz-placeholder,
.cid-ub68Qnf3kP .form-control:focus:-moz-placeholder,
.cid-ub68Qnf3kP .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-ub68Qnf3kP .jq-number__spin:hover,
.cid-ub68Qnf3kP .jq-number__spin:focus {
  background-color: transparent;
  border-color: #000000 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ub68Qnf3kP .jq-number__spin {
  background-color: transparent;
  border-color: #000000 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ub68Qnf3kP input::-webkit-clear-button {
  display: none;
}
.cid-ub68Qnf3kP input::-webkit-inner-spin-button {
  display: none;
}
.cid-ub68Qnf3kP input::-webkit-outer-spin-button {
  display: none;
}
.cid-ub68Qnf3kP input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-ub68Qnf3kP .container {
    padding: 0 2rem;
  }
  .cid-ub68Qnf3kP .row2 {
    padding: 1rem 0;
  }
}
.cid-ub68Qnf3kP H2 {
  color: #000000;
}
.cid-ub68Qnf3kP .mbr-text,
.cid-ub68Qnf3kP .mbr-section-btn {
  color: #000000;
}
.cid-ub69qYVd0I {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-ub69qYVd0I .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ub69qYVd0I svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-ub69qYVd0I g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-ub69qYVd0I .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-ub69qYVd0I .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-ub69qYVd0I .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-ub69qYVd0I .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ub69qYVd0I .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ub69qYVd0I .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ub69qYVd0I .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ub69qYVd0I .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-ub69qYVd0I .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-ub69qYVd0I .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ub69qYVd0I .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ub69qYVd0I .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub69qYVd0I .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ub69qYVd0I .media-container-row .row-copirayt p {
  width: 100%;
}
