body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rXPEpfNFyw {
  background-image: url("../../../assets/images/libro01-web-1020x963.png");
}
.cid-rXPEpfNFyw .push__top {
  padding-top: 80px;
}
.cid-rXPEpfNFyw .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 660px;
}
.cid-rXPEpfNFyw .title__block {
  width: 70%;
}
.cid-rXPEpfNFyw .mbr-section-subtitle,
.cid-rXPEpfNFyw .bottom__about__text,
.cid-rXPEpfNFyw .bottom__subtitle {
  line-height: 25px;
}
.cid-rXPEpfNFyw .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #283742;
}
.cid-rXPEpfNFyw .mbr-section-title {
  line-height: 57px;
  color: #000000;
}
.cid-rXPEpfNFyw .widget__number {
  margin-bottom: 8px;
  color: #000000;
}
.cid-rXPEpfNFyw .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #0c57a9;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rXPEpfNFyw .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  color: #0c57a9;
  margin-bottom: 25px;
}
.cid-rXPEpfNFyw .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rXPEpfNFyw .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rXPEpfNFyw .bottom__about {
  width: 90%;
  background-color: rgba(12, 87, 169, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-rXPEpfNFyw .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rXPEpfNFyw .date__block {
    margin-top: 50px;
  }
  .cid-rXPEpfNFyw .mbr-section-title {
    line-height: 1;
  }
  .cid-rXPEpfNFyw .push__top {
    padding-top: 30px;
  }
  .cid-rXPEpfNFyw .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rXPEpfNFyw .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rXPEpfNFyw .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rXPEpfNFyw .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rXPEpfNFyw .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rXPEpfNFyw .title__block {
    width: 100%;
  }
  .cid-rXPEpfNFyw .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rXPEpfNFyw .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rXPEpfNFyw .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rXPEpfNFyw .divider {
    margin-bottom: 10px;
  }
  .cid-rXPEpfNFyw a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rXPEpfNFyw .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rXPEpfNFyw .widget__text {
  color: #000000;
}
.cid-rXQkJ74xwQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXQkJ74xwQ .mbr-text,
.cid-rXQkJ74xwQ .mbr-section-btn {
  color: #767676;
}
.cid-rXQkJ74xwQ p {
  z-index: 2;
  position: relative;
}
.cid-rXQkJ74xwQ .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rXQkJ74xwQ .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(47, 45, 54, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rXQkJ74xwQ .ico1 {
  font-size: 2rem;
}
.cid-rXQkJ74xwQ .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rXQkJ74xwQ H3 {
  color: #149dcc;
}
.cid-rXVhYIdNTy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rXVhYIdNTy .content__block {
  padding: 30px 15px;
}
.cid-rXVhYIdNTy .mbr-text {
  margin-bottom: 30px;
}
.cid-rXVhYIdNTy .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-rXVhYIdNTy .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-rXVhYIdNTy .bottom__text {
  margin: 10px 0;
}
.cid-rXVhYIdNTy .btn {
  margin-top: 0;
}
.cid-rXVhYIdNTy .btn:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.cid-rXVhYIdNTy .image {
  width: 100%;
}
.cid-rXVhYIdNTy .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rXVhYIdNTy .image {
    margin-bottom: 10px;
  }
  .cid-rXVhYIdNTy .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rXVgtQEID9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f7fd;
}
.cid-rXVgtQEID9 .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rXVgtQEID9 .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-rXVgtQEID9 .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-rXVgtQEID9 .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-rXVgtQEID9 .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-rXVgtQEID9 .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-rXVgtQEID9 .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-rXVgtQEID9 .bot {
    padding-bottom: 20px;
  }
}
.cid-rXVgtQEID9 .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-rXVgtQEID9 .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-rXVgtQEID9 .bot__text {
  color: #ffffff;
  opacity: .7;
}
.cid-rXVgtQEID9 .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-rXVgtQEID9 .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-rXVgtQEID9 .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-rXVgtQEID9 .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-rXVgtQEID9 .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-rXWm22vwvT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rXWm22vwvT .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rXWm22vwvT .mbr-text {
  margin-bottom: 20px;
}
.cid-rXWm22vwvT .wrap {
  margin-bottom: 30px;
}
.cid-rXWm22vwvT .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rXWm22vwvT .card__wrap:hover .author,
.cid-rXWm22vwvT .card__wrap:hover .date,
.cid-rXWm22vwvT .card__wrap:hover .category__content,
.cid-rXWm22vwvT .card__wrap:hover .category__estimate,
.cid-rXWm22vwvT .card__wrap:hover .content__title,
.cid-rXWm22vwvT .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-rXWm22vwvT .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rXWm22vwvT .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rXWm22vwvT .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-rXWm22vwvT .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rXWm22vwvT .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rXWm22vwvT .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-rXWm22vwvT .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-rXWm22vwvT .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rXWm22vwvT .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rXWm22vwvT .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rXWm22vwvT .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
  top: 0 ;
}
.cid-rXWm22vwvT .card__content > div {
  pointer-events: all;
}
.cid-rXWm22vwvT .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-rXWm22vwvT .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-rXWm22vwvT .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rXWm22vwvT .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rXWm22vwvT .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-rXWm22vwvT .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rXWm22vwvT .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-rXXbePuzpV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #283742;
}
.cid-rXXbePuzpV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rXXbePuzpV .media-content {
  padding-left: 2rem;
}
.cid-rXXbePuzpV textarea {
  min-height: 150px;
}
.cid-rXXbePuzpV .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-rXXbePuzpV .form-control,
.cid-rXXbePuzpV .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rXXbePuzpV .form-control input::-webkit-input-placeholder,
.cid-rXXbePuzpV .field-input input::-webkit-input-placeholder,
.cid-rXXbePuzpV .form-control textarea::-webkit-input-placeholder,
.cid-rXXbePuzpV .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rXXbePuzpV .form-control input:-moz-placeholder,
.cid-rXXbePuzpV .field-input input:-moz-placeholder,
.cid-rXXbePuzpV .form-control textarea:-moz-placeholder,
.cid-rXXbePuzpV .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rXXbePuzpV .form-control:hover,
.cid-rXXbePuzpV .field-input:hover,
.cid-rXXbePuzpV .form-control:focus,
.cid-rXXbePuzpV .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rXXbePuzpV .form-control:hover input::-webkit-input-placeholder,
.cid-rXXbePuzpV .field-input:hover input::-webkit-input-placeholder,
.cid-rXXbePuzpV .form-control:focus input::-webkit-input-placeholder,
.cid-rXXbePuzpV .field-input:focus input::-webkit-input-placeholder,
.cid-rXXbePuzpV .form-control:hover textarea::-webkit-input-placeholder,
.cid-rXXbePuzpV .field-input:hover textarea::-webkit-input-placeholder,
.cid-rXXbePuzpV .form-control:focus textarea::-webkit-input-placeholder,
.cid-rXXbePuzpV .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rXXbePuzpV .form-control:hover input:-moz-placeholder,
.cid-rXXbePuzpV .field-input:hover input:-moz-placeholder,
.cid-rXXbePuzpV .form-control:focus input:-moz-placeholder,
.cid-rXXbePuzpV .field-input:focus input:-moz-placeholder,
.cid-rXXbePuzpV .form-control:hover textarea:-moz-placeholder,
.cid-rXXbePuzpV .field-input:hover textarea:-moz-placeholder,
.cid-rXXbePuzpV .form-control:focus textarea:-moz-placeholder,
.cid-rXXbePuzpV .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rXXbePuzpV .jq-number__spin:hover,
.cid-rXXbePuzpV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rXXbePuzpV .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rXXbePuzpV .jq-selectbox li,
.cid-rXXbePuzpV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rXXbePuzpV .jq-selectbox li:hover,
.cid-rXXbePuzpV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rXXbePuzpV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rXXbePuzpV .jq-number__spin.minus:hover:after,
.cid-rXXbePuzpV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rXXbePuzpV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rXXbePuzpV .jq-number__spin.minus:after,
.cid-rXXbePuzpV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rXXbePuzpV input::-webkit-clear-button {
  display: none;
}
.cid-rXXbePuzpV input::-webkit-inner-spin-button {
  display: none;
}
.cid-rXXbePuzpV input::-webkit-outer-spin-button {
  display: none;
}
.cid-rXXbePuzpV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rXXbePuzpV .mbr-text,
.cid-rXXbePuzpV .mbr-section-btn {
  color: #80c7fe;
}
.cid-rXXbePuzpV .text2,
.cid-rXXbePuzpV .mbr-section-btn {
  color: #ebeaed;
}
@media (max-width: 992px) {
  .cid-rXXbePuzpV .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-rXXbePuzpV H1 {
  color: #ffffff;
}
.cid-sAs92WqG5f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-sAs92WqG5f .content__block {
  padding: 50px 15px;
}
.cid-sAs92WqG5f .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sAs92WqG5f .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sAs92WqG5f .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sAs92WqG5f .image {
  perspective: 3500px;
  position: relative;
}
.cid-sAs92WqG5f .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sAs92WqG5f .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAs92WqG5f .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sAs92WqG5f .mbr-section-btn .btn-white-outline:hover {
  color: #d90a2c !important;
}
@media (max-width: 991px) {
  .cid-sAs92WqG5f .content__block {
    padding: 30px 15px;
  }
  .cid-sAs92WqG5f .mbr-figure {
    padding: 0;
  }
  .cid-sAs92WqG5f .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sAs92WqG5f .lg-push {
    right: 13%;
  }
  .cid-sAs92WqG5f .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sAs92WqG5f .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sAs92WqG5f .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sAs92WqG5f .mbr-text,
.cid-sAs92WqG5f .mbr-section-btn {
  color: #ffffff;
}
.cid-sAs9Pqbk0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f2f3f7;
}
.cid-sAs9Pqbk0J .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sAs9Pqbk0J .plan-body {
  padding-bottom: 3rem;
}
.cid-sAs9Pqbk0J .plan-header {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sAs9Pqbk0J .price {
  color: #d90a2c;
}
.cid-sAs9Pqbk0J .plan {
  word-break: break-word;
  background-color: #ffffff;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
  background: #f2f3f7;
}
.cid-sAs9Pqbk0J .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sAs9Pqbk0J .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
.cid-sAs9Pqbk0J .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sAs9Pqbk0J .plan {
    margin-bottom: 2rem;
  }
}
.cid-sAs9Pqbk0J .price-term {
  color: #6c758f;
}
.cid-sAs9Pqbk0J UL {
  color: #6c758f;
}
.cid-sAs9Pqbk0J .plan-title {
  color: #6c758f;
}
.cid-sAs9Pqbk0J .title {
  text-align: center;
  color: #36187d;
}
.cid-sAsaaKJTZQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sAsaaKJTZQ a:link {
  text-decoration: none;
}
.cid-sAsaaKJTZQ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sAsaaKJTZQ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sAsaaKJTZQ .inner-text {
  line-height: 3em;
}
.cid-sAsaaKJTZQ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAsaaKJTZQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sAsaaKJTZQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sAsaaKJTZQ .content-text,
.cid-sAsaaKJTZQ .inner-text {
  color: #c1c1c1;
}
