@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
  --color-orange-primary: #b37551;
  --color-orange-primary-hover: #ab6d48;
  --color-blue: #DB8453;
  --color-brown-dark: #998068;
  --color-brown-light: #c3b4a4;
  --color-sand: #bbb4af;
  --color-light: #ebe9e2;
  --color-dark: #0F1926;
  --font-primary: 'Montserrat', sans-serif;
}


.fa-check{
  color: var(--color-orange-primary);
}

.wrapper-icon-cat{
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-icon-cat img{
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.btn-custom{
  transition: all 0.4s ease-in-out;
  background-color: var(--color-blue);
  border: 2px solid var(--color-blue);
  color: white;
  padding: 18px 35px;
    border-radius: 0 30px 30px 30px;
  font-size: 14px !important;
}
.btn-custom:hover{
   color: white;
   background-color: var(--color-orange-primary-hover);
   border-color: var(--color-orange-primary-hover);
}

.border__image{
  border-radius: 30px;
}

.hero__image{
  width: 100%;
}
 /* PRICE */
 .save{
  color: var(--color-orange-primary);
  text-align: left !important;
  font-weight: bold;
  font-size: 2rem;
}
.price{
  color: var(--color-dark);
  text-align: left !important;
  font-size: 2.4rem;
  font-weight: bold;
}
.price-before{
  font-size: 2rem;
}
.free{
  text-align: left !important;
  font-size: 1.1rem;
  color: var(--color-orange-primary);
  font-weight: bold;
}

.mbr-section-btn{
 margin-top: 35px !important;
 text-align: left !important;
}
.cid-thXxBCTjvj .navbar-buttons,
.cid-snhz20VR9d .mbr-section{
 margin-top: 0 !important;
}
/* END BTN CUSTOM */

body {
  font-family: var(--font-primary);
}
.display-1 {
  font-family: var(--font-primary);
  color: var(--color-orange-primary);
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 800 !important;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: var(--font-primary);
  font-size: 45px !important;
    line-height: 47px !important;
  color: var(--color-orange-primary);
  font-weight: 800 !important;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: var(--font-primary);
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: var(--font-primary);
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: var(--font-primary);
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !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: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.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: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  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: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !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: #3c71d3 !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='%23848abd' %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-thXxBCTjvj .dropdown-menu {
  padding: 12px 0;
}
.cid-thXxBCTjvj .dropdown-item:hover,
.cid-thXxBCTjvj .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-thXxBCTjvj .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-thXxBCTjvj .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-thXxBCTjvj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXxBCTjvj .nav-link {
  position: relative;
}
.cid-thXxBCTjvj .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-thXxBCTjvj .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXxBCTjvj .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-thXxBCTjvj .dropdown-menu,
.cid-thXxBCTjvj .navbar.opened {
  background: var(--color-light) !important;
}
.cid-thXxBCTjvj .nav-item:focus,
.cid-thXxBCTjvj .nav-link:focus {
  outline: none;
}
.cid-thXxBCTjvj .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-thXxBCTjvj .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-thXxBCTjvj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXxBCTjvj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXxBCTjvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thXxBCTjvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thXxBCTjvj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXxBCTjvj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXxBCTjvj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: var(--color-light);
}
.cid-thXxBCTjvj .navbar.opened {
  transition: all 0.3s;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  padding: 0px 30px 30px 30px;
}
.cid-thXxBCTjvj .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-thXxBCTjvj .navbar.opened .container .navbar-brand {
  padding: 1rem 0 0rem;
}
.cid-thXxBCTjvj .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-thXxBCTjvj .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-thXxBCTjvj .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-thXxBCTjvj .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-thXxBCTjvj .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-thXxBCTjvj .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-thXxBCTjvj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-thXxBCTjvj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXxBCTjvj .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-thXxBCTjvj .navbar.collapsed.opened {
  position: fixed;
}
.cid-thXxBCTjvj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-thXxBCTjvj .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-thXxBCTjvj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thXxBCTjvj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXxBCTjvj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXxBCTjvj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-thXxBCTjvj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXxBCTjvj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXxBCTjvj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXxBCTjvj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXxBCTjvj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXxBCTjvj .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-thXxBCTjvj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXxBCTjvj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXxBCTjvj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-thXxBCTjvj .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-thXxBCTjvj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thXxBCTjvj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXxBCTjvj .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXxBCTjvj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-thXxBCTjvj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thXxBCTjvj .navbar.navbar-short {
  background: var(--color-light) !important;
  min-height: 60px;
}
.cid-thXxBCTjvj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thXxBCTjvj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thXxBCTjvj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thXxBCTjvj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXxBCTjvj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thXxBCTjvj .dropdown-item.active,
.cid-thXxBCTjvj .dropdown-item:active {
  background-color: transparent;
}
.cid-thXxBCTjvj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  text-transform: uppercase !important;
  color: var(--color-dark) !important;
}
.cid-thXxBCTjvj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXxBCTjvj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXxBCTjvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: var(--color-light);
}
.cid-thXxBCTjvj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXxBCTjvj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXxBCTjvj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thXxBCTjvj .navbar-buttons {
  text-align: center;
}
.cid-thXxBCTjvj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thXxBCTjvj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: var(--color-orange-primary);
}
.cid-thXxBCTjvj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thXxBCTjvj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thXxBCTjvj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thXxBCTjvj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXxBCTjvj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXxBCTjvj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXxBCTjvj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXxBCTjvj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXxBCTjvj .navbar-dropdown {
  position: fixed;
}
.cid-thXxBCTjvj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thXxBCTjvj .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-thXxBCTjvj .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-thXxBCTjvj .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thXxBCTjvj .navbar {
    height: 77px;
  }
  .cid-thXxBCTjvj .navbar.opened {
    height: auto;
  }
  .cid-thXxBCTjvj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXxC6IJwI {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/hero__lg.jpg");
  background-position: center;
  background-size: cover;
}
.cid-thXxC6IJwI .mbr-section-title.display-2 {
  font-size: 55px;
  line-height: 60px;
}
.cid-thXxC6IJwI .mbr-section-subtitle.display-5 {
  font-size: 20px;
  color: var(--color-dark);
  line-height: 1.385;
}
.cid-thXxC6IJwI .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-thXxC6IJwI .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.cid-thXxC6IJwI .mbr-section-subtitle,
.cid-thXxC6IJwI .mbr-section-btn {
  text-align: left;
}
.cid-thXzhtLsDD {
  padding-top: 79px;
  padding-bottom: 72px;
  background-image: url("../../../assets/images/back-cat-1.jpg");
  background-position: center;
  background-size: cover;
}
.wrapper-brown{
  background-color: rgba(187, 180, 175, 0.5);
  padding: 70px;
  border-radius: 30px;
}
.cid-thXzhtLsDD .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-thXzhtLsDD .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-thXzhtLsDD .mbr-text,
.cid-thXzhtLsDD .mbr-section-btn {
  text-align: left;
  color: var(--color-dark);
}
.cid-thXzjdIiP7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../../images/back-cat-2.jpg');
  background-position: center;
  background-size: cover;
}
.cid-thXzjdIiP7 img {
  width: 100%;
}
.cid-thXzjdIiP7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-thXzjdIiP7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-thXzjdIiP7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-thXzjdIiP7 .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-thXzjdIiP7 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-thXzjdIiP7 .contents {
  margin-top: 36px;
}
.cid-thXzjdIiP7 .contents .content-text {
  color: var(--color-dark);
  font-weight: 400;
}
.cid-thXzjdIiP7 .mbr-section-btn {
  margin-top: 8px;
}
.cid-thXzjdIiP7 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-thXzjdIiP7 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-thXzjdIiP7 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-thXzjdIiP7 .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-thXzjdIiP7 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-thXzjdIiP7 .mbr-list .list li {
  line-height: 1.75;
}
.cid-thXzjdIiP7 .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-thXzjdIiP7 .mbr-section-title,
.cid-thXzjdIiP7 .mbr-section-btn {
  text-align: left;
}
.cid-thXzjdIiP7 .contents .mbr-text,
.cid-thXzjdIiP7 .mbr-section-btn {
  text-align: left;
}
.cid-thXzjWOc6i {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../../images/back-cat-3.jpg');
  background-position: center;
  background-size: cover;
}
.cid-thXzjWOc6i .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-thXzjWOc6i img {
  width: 100%;
}
.cid-thXzjWOc6i .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-thXzjWOc6i .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-thXzjWOc6i .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-thXzjWOc6i .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-thXzjWOc6i .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-thXzjWOc6i .contents {
  margin-top: 36px;
}
.cid-thXzjWOc6i .contents .content-text {
  color: var(--color-dark);
  font-weight: 400;
}
.cid-thXzjWOc6i .mbr-section-btn {
  margin-top: 8px;
}
.cid-thXzjWOc6i .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-thXzjWOc6i .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-thXzjWOc6i .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-thXzjWOc6i .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-thXzjWOc6i .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-thXzjWOc6i .mbr-list .list li {
  line-height: 1.75;
}
.cid-thXzjWOc6i .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-thXzjWOc6i .mbr-section-title,
.cid-thXzjWOc6i .mbr-section-btn {
  text-align: left;
}
.cid-thXzjWOc6i .contents .mbr-text,
.cid-thXzjWOc6i .mbr-section-btn {
  text-align: left;
}
.cid-thXK7orhLj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/back-cat-video.jpg");
  background-position: center;
  background-size: cover;
}
.cid-thXK7orhLj .mbr-overlay {
  background: linear-gradient(135deg, #6f3f7c, #5849aa);
}
.cid-thXK7orhLj .container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.cid-thXK7orhLj .badge_wrap {
  width: 100%;
}
.cid-thXK7orhLj .badge_wrap .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}
.cid-thXK7orhLj .badge_wrap .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-thXK7orhLj .mbr-section-title {
  width: 100%;
}
.cid-thXK7orhLj .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-thXK7orhLj .mbr-section-subtitle {
  width: 100%;
}
.cid-thXK7orhLj .box {
  min-height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-thXK7orhLj .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-thXK7orhLj .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: var(--color-orange-primary) !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-thXK7orhLj .mbr-media span:hover {
  opacity: 1;
  color: var(--color-orange-primary-hover) !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-thXK7orhLj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-thXK7orhLj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thXK7orhLj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thXK7orhLj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thXK7orhLj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thXK7orhLj a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-thXK7orhLj .box {
    height: 250px;
  }
}
.cid-thXK7orhLj .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-thXK7orhLj .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-thXzke1ix6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../../images/back-cat-2.jpg');
  background-position: center;
  background-size: cover;
}
.cid-thXzke1ix6 img {
  width: 100%;
}
.cid-thXzke1ix6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-thXzke1ix6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-thXzke1ix6 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-thXzke1ix6 .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-thXzke1ix6 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-thXzke1ix6 .contents {
  margin-top: 36px;
}
.cid-thXzke1ix6 .contents .content-text {
  color: var(--color-dark);
  font-weight: 400;
}
.cid-thXzke1ix6 .mbr-section-btn {
  margin-top: 8px;
}
.cid-thXzke1ix6 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-thXzke1ix6 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-thXzke1ix6 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-thXzke1ix6 .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-thXzke1ix6 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-thXzke1ix6 .mbr-list .list li {
  line-height: 1.75;
}
.cid-thXzke1ix6 .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-thXzke1ix6 .mbr-section-title,
.cid-thXzke1ix6 .mbr-section-btn {
  text-align: left;
}
.cid-thXzke1ix6 .contents .mbr-text,
.cid-thXzke1ix6 .mbr-section-btn {
  text-align: left;
}
.cid-thXzkxZcrq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../../images/back-cat-3.jpg');
  background-position: center;
  background-size: cover;
}
.cid-thXzkxZcrq .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-thXzkxZcrq img {
  width: 100%;
}
.cid-thXzkxZcrq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-thXzkxZcrq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-thXzkxZcrq .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-thXzkxZcrq .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-thXzkxZcrq .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-thXzkxZcrq .contents {
  margin-top: 36px;
}
.cid-thXzkxZcrq .contents .content-text {
  color: var(--color-dark);
  font-weight: 400;
}
.cid-thXzkxZcrq .mbr-section-btn {
  margin-top: 8px;
}
.cid-thXzkxZcrq .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-thXzkxZcrq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-thXzkxZcrq .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-thXzkxZcrq .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-thXzkxZcrq .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-thXzkxZcrq .mbr-list .list li {
  line-height: 1.75;
}
.cid-thXzkxZcrq .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-thXzkxZcrq .mbr-section-title,
.cid-thXzkxZcrq .mbr-section-btn {
  text-align: left;
}
.cid-thXzkxZcrq .contents .mbr-text,
.cid-thXzkxZcrq .mbr-section-btn {
  text-align: left;
}
.cid-thXJZBX8nR {
  background-image: url("../../../assets/images/back-image.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cid-thXJZBX8nR::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(187, 180, 175, 0.4);
  z-index: -1;
}
.cid-thXJZBX8nR .block {
  height: 512px;
}
@media (max-width: 992px) {
  .cid-thXJZBX8nR .block {
    height: 256px;
  }
}
.cid-thXK3IiMUA {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background: url('../../images/back-reviews.jpg');
  background-position: center;
  background-size: cover;
}
.cid-thXK3IiMUA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-thXK3IiMUA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-thXK3IiMUA .mbr-section-title {
  color: var(--color-orange-primary);
}
.cid-thXK3IiMUA .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-thXK3IiMUA .main-text {
  color: #606060;
}
.cid-thXK3IiMUA .carousel {
  z-index: 2;
  position: relative;
}
.cid-thXK3IiMUA .user {
  padding: 0 !important;
}
.cid-thXK3IiMUA .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-thXK3IiMUA .carousel-item.active,
.cid-thXK3IiMUA .carousel-item-next,
.cid-thXK3IiMUA .carousel-item-prev {
  display: flex;
}
.cid-thXK3IiMUA .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-thXK3IiMUA .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-thXK3IiMUA .details .info {
  padding-left: 20px;
}
.cid-thXK3IiMUA .details .info .user_name {
  margin: 0;
}
.cid-thXK3IiMUA .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-thXK3IiMUA .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-thXK3IiMUA .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-thXK3IiMUA .carousel-controls a {
  font-size: 2rem;
}
.cid-thXK3IiMUA .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-thXK3IiMUA .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-thXK3IiMUA ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-thXK3IiMUA .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: var(--color-orange-primary);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-thXK3IiMUA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-thXK3IiMUA .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: var(--color-orange-primary);
  transition: all 200ms ease-in-out;
}
.cid-thXK3IiMUA .user_text {
  color: #707070;
  text-align: left;
}
.cid-thXK3IiMUA .user_text p.display-5 {
  line-height: 1.54;
}
.cid-thXK3IiMUA .user_desk {
  color: #767676;
}
.cid-thXK3IiMUA .user_desk,
.cid-thXK3IiMUA .carousel-item {
  text-align: left;
}
.cid-thXK3IiMUA .carousel-item {
  padding-right: 20px;
}
.cid-thXK3IiMUA .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-thXK3IiMUA .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-thXK3IiMUA .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-thXK3IiMUA .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-thXL0VExhJ {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thXL0VExhJ img {
  width: 100%;
}
.cid-thXL0VExhJ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-thXL0VExhJ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-thXL0VExhJ .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-thXL0VExhJ .panel-group {
  margin-top: 36px;
}
.cid-thXL0VExhJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-thXL0VExhJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-thXL0VExhJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-thXL0VExhJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thXL0VExhJ .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-thXL0VExhJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-thXL0VExhJ .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-thXL0VExhJ .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-thXL0VExhJ .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-thXL0VExhJ .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-thXL0VExhJ .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-thXL0VExhJ .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-thXL0VExhJ .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-thXL0VExhJ .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-thXL0VExhJ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-thXL0VExhJ * {
    text-align: left;
  }
}
.cid-thXxC6IJwI .mbr-section-title, .cid-thXxC6IJwI .mbr-section-btn {
  font-size: 52px;
  text-align: left;
  line-height: 57px;
}

@media (max-width:768px){
  .cid-thXxBCTjvj ul.navbar-nav{
    margin-bottom: 30px;
  }
  .cid-thXxC6IJwI .mbr-section-title,
.cid-thXxC6IJwI .mbr-section-btn {
    font-size: 37px;
    text-align: left;
    line-height: 43px;
}
  .cid-thXxC6IJwI {
    padding-top: 111px;
    padding-bottom: 40px;
    background-image: url(../../../assets/images/hero__sm.jpg);
    background-position: center;
    background-size: cover;
}
.hero__image{
  margin-top: 50px;
}
}


 /*========================================== FOOTER TOP WITH ICONS======================= */
 .footer-top{
  padding: 50px 0;
  background: var(--color-dark);
}
.footer-top .container{
  width: 80%;
  margin: 0 auto;
}
.footer-top .container .row-footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-top .container .row-footer .col-footer{
  width: 25%;
  color: var(--color-light);
  text-align: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-top .container .row-footer .col-footer h4{
  font-size: 14px;
  font-family: var(--font-primary);
  font-weight: normal;
}
.footer-top i{
  font-size: 33px !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 992px){
  .footer-top .container .row-footer .col-footer{
      width: 50%;
  }
}
@media screen and (max-width: 768px){
  .footer-top .container .row-footer .col-footer{
      width: 50%;
  }
  .footer-top .container .row-footer .col-footer h4{
  font-size: 12px;
  font-family: var(--font-primary);
}
}
/*========================================== END FOOTER TOP WITH ICONS======================= */

.footer-middle, .footer-middle .container{
width: 100%;
background: var(--color-dark);
}
.footer-middle .row-footer{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 20px 0;
}
.footer-middle .col-footer-12{
width: 50%;
text-align: center;
}
@media screen and (max-width: 768px){
.footer-middle .col-footer-12 {
    width: 100% !important;
}
.footer-middle a, .footer-middle p{
    font-size: 12px !important;
}
}
.footer-middle a{
text-decoration: none;
padding: 0 3px;
transition-duration: 0.3s;
color: var(--color-orange-primary) !important;
font-size: 16px;
font-family: var(--font-text);
}
.footer-middle a:hover{
color: var(--color-blue) !important;
}
.footer-middle p{
color: var(--color-light);
font-size: 16px;
font-family: var(--font-primary);
}



.cid-sZvk4JBheX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: var(--color-sand);
}
.cid-sZvk4JBheX .mbr-overlay {
  background: #010304;
  opacity: 0.5;
}
.cid-sZvk4JBheX .item:focus,
.cid-sZvk4JBheX span:focus {
  outline: none;
}
.cid-sZvk4JBheX .item-wrapper {
  position: relative;
}
.cid-sZvk4JBheX .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sZvk4JBheX .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-sZvk4JBheX .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-sZvk4JBheX .mbr-text,
.cid-sZvk4JBheX .mbr-section-btn {
  text-align: left;
}
.cid-sZvk4JBheX .item-title {
  text-align: left;
}
.cid-sZvk4JBheX .item-subtitle {
  text-align: left;
}
.cid-sZvk4JBheX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sZvk4JBheX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-sZvk4JBheX .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sZvk4JBheX .embla__slide {
    min-width: 375px;
  }
}
.cid-sZvk4JBheX .embla__button--next,
.cid-sZvk4JBheX .embla__button--prev {
  display: flex;
}
.cid-sZvk4JBheX .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: var(--color-orange-primary);
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
}
.cid-sZvk4JBheX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sZvk4JBheX .embla__button:hover {
  background-color: var(--color-orange-primary-hover);
  color: #fff;
  transform: scale(1.05);
}
.cid-sZvk4JBheX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sZvk4JBheX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sZvk4JBheX .embla__button {
    top: auto;
  }
}
.cid-sZvk4JBheX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sZvk4JBheX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sZvk4JBheX .embla {
  position: relative;
  width: 100%;
}
.cid-sZvk4JBheX .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-sZvk4JBheX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sZvk4JBheX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sZvk4JBheX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sZvk4JBheX .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sZvk4JBheX .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sZvk4JBheX .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 19px;
  margin: 0 8px;
  border: 1px solid #eff0f6;
  background-color: var(--color-light);
}
.cid-sZvk4JBheX .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  /* padding: 0px 20px 20px; */
  display: flex;
  justify-content: center;
}
.cid-sZvk4JBheX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sZvk4JBheX .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sZvk4JBheX .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sZvk4JBheX .shadow:hover .number,
.cid-sZvk4JBheX .shadow:hover .card-title {
  color: #bbbbbb !important;
}
.cid-sZvk4JBheX .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-sZvk4JBheX .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-sZvk4JBheX .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-sZvk4JBheX H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-sZvk4JBheX .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-sZvk4JBheX .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-sZvk4JBheX .link-title {
  display: inline-block;
}
.cid-sZvk4JBheX .margin {
  margin-right: 14px;
}
.cid-sZvk4JBheX .article {
  display: contents;
}
.cid-sZvk4JBheX .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-sZvk4JBheX .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-sZvk4JBheX .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-sZvk4JBheX .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-sZvk4JBheX .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-sZvk4JBheX .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-sZvk4JBheX .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sZvk4JBheX .btn {
  margin-top: 20px;
}
.cid-sZvk4JBheX .card-title,
.cid-sZvk4JBheX .iconfont-wrapper {
  text-align: center;
  color: #3b006b;
}
.cid-sZvk4JBheX a.btn > span {
  margin-left: 0.5rem;
}

.cid-sZvk4JBheX .item-img{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.cid-snhz20VR9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-snhz20VR9d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snhz20VR9d form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 1rem;
  }
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-snhz20VR9d .mbr-section-title {
  color: #4479d9;
}
 /*===================SECTION FORM =========================================*/
     /* SECTION HERE YOU PUT THE BACKGROUND IMAGE IF YOU WANT IT*/
     .cid-snhz20VR9d{
      background: url('../../images/back-form.jpg');
      background-position: center;
      background-size: cover;
      position: relative;
      z-index: 1;
  }
  .cid-snhz20VR9d:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(187, 180, 175, 0.4);
      z-index: -1;
  }
  /* END SECTION */

  /* CONTAINER FORM: HERE YOU CAN REMOVE SHADOW FORM*/
  .cid-snhz20VR9d .div-container-form{
      -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
      -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
      box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
  }
  /* END CONTAINER FORM */

  /* BOX FORM HEADER */
  .cid-snhz20VR9d .header-form,
  .body-form{
      font-family: var(--font-primary);
      /* background: #f5f3f4; */
      background: var(--color-light);
      height: auto;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  /* END BOX FORM HEADER */

  /* BOX FORM BODY */
  .cid-snhz20VR9d form.mbr-form{
      /* background: #274c77; */
      background: var(--color-brown-dark);
      width: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
  /*END BOX FORM BODY */

  /* INPUTS FORM-CONTROL */
  .cid-snhz20VR9d .form-control{
      color: #656565;
      background-color: #f5f5f5;
      border-radius: .25rem;
      padding-left: 8px !important;
  }
  /* END INPUTS FORM-CONTROL */

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label{
      color: #f5f5f5;
  }
  /* END LABEL FORM-CONTROL */

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label a:hover{
      color: #b9d5fd;
  }
  /* END LABEL FORM-CONTROL */
  
  /* 1 TEXT OFFER*/
  .cid-snhz20VR9d .text-offer-form{
      color: var(--color-orange-primary);
      font-size: 3.3rem;
      letter-spacing: 6px;
      font-weight: bold;
      padding-top: 15px;
      text-align: center !important;
  }
  /* END TEXT OFFER */
  
  /* 2 TEXT TIME YOU RECIVE ORDER */
  .cid-snhz20VR9d .text-hours-form{
      text-align: center !important;
      
  }
  /* TEXT TIME YOU RECIVE ORDER */

  /* 3 TEXT FINISH SOON */
  .cid-snhz20VR9d .text-soon-form{
      text-align: center !important;
      /* background: #0b7fab; */
      background: var(--color-brown-dark);
      color: white;
      letter-spacing: 3px;
      padding: 4px 4px;
      border-radius: 2px;
      margin: 10px 0;
  }
  /* END TEXT FINISH SOON */

  /* 4 TEXT PRODUCT */
  .cid-snhz20VR9d .text-product-form{
      text-align: center;
      padding: 10px 0;
      font-size: 1.3rem !important;
  }
  .cid-snhz20VR9d .text-product-form .form-price{
      font-weight: bolder !important;
  }
  /* END TEXT PRODUCT */
 
  /* 5 TEXT ICONS FREE SHIPPING */
  .cid-snhz20VR9d .box-icons{
      /* background: #0b7fab; */
      background: var(--color-dark);
      color: white;
      padding: 20px;
      margin-bottom: 20px;

  }
  .cid-snhz20VR9d .text-icons{
      font-size: 1.1rem;
      text-align: center;
  }
  /* END TEXT ICONS FREE SHIPPING */  
      
  /* MEDIA QUERIES */
  @media screen and (max-width:768px){
      .cid-snhz20VR9d .text-offer-form{
          font-size: 2.4rem !important;
          letter-spacing: 2px !important;
      }
      .cid-snhz20VR9d .text-hours-form{
          font-size: 1rem !important;
      }
      .cid-snhz20VR9d .text-soon-form{
          font-size: 1.2rem !important;
          letter-spacing: 0px !important;
      }
      .cid-snhz20VR9d .text-product-form{
          font-size: 1.1rem !important;
      }
  }
  /* END MEDIA QUERIES */



  @media (max-width:768px){
    .wrapper-brown {
      background-color: rgba(187, 180, 175, 0.8);
      padding: 25px;
      border-radius: 30px;
  }
  .cid-thXzhtLsDD{
    background: url('../../images/back-1-sm.jpg');
    background-position: center;
    background-size: cover;
  }

.cid-thXK7orhLj{
  background: url('../../images/back-video-sm.jpg');
  background-repeat: no-repeat;
}
.cid-thXK3IiMUA{
  background: url('../../images/back-reviews-sm.jpg');
  background-repeat: no-repeat;
}

.display-2 {
  font-family: var(--font-primary);
  font-size: 38px !important;
  line-height: 41px !important;
  color: var(--color-orange-primary);
  font-weight: 800 !important;
}
.border__image{
  margin-bottom: 50px;
}

.cid-thXK7orhLj .modalWindow .modalWindow-video {
  height: calc(100vw);
  width: 80vw;
  margin: 0 auto;
}

  }