@import url(https://fonts.googleapis.com/css?family=Lexend+Deca:100,200,300,400,500,600,700,800,900&display=swap);





body {
  font-family: 'Lexend Deca', sans-serif;
}
.display-1 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 4.062rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4992rem;
}
.display-2 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 3.187rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 5.0992rem;
}
.display-4 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.437rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.8992rem;
}
.display-7 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.2rem;
  line-height: 2;
}
.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: 768px) {
  .display-1 {
    font-size: 2.8434rem;
    font-size: calc( 2.0717rem + (4.062 - 2.0717) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0717rem + (4.062 - 2.0717) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5496rem;
    font-size: calc( 1.76545rem + (3.187 - 1.76545) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.76545rem + (3.187 - 1.76545) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.9496rem;
    font-size: calc( 1.5029499999999998rem + (2.437 - 1.5029499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5029499999999998rem + (2.437 - 1.5029499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffad00 !important;
}
.bg-success {
  background-color: #fdda25 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #888888 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b37900 !important;
  border-color: #b37900 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b37900 !important;
  border-color: #b37900 !important;
}
.btn-primary:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fdda25 !important;
  border-color: #fdda25 !important;
  color: #231d00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #231d00 !important;
  background-color: #d4b202 !important;
  border-color: #d4b202 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #231d00 !important;
  background-color: #d4b202 !important;
  border-color: #d4b202 !important;
}
.btn-success:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #888888 !important;
  border-color: #888888 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #626262 !important;
  border-color: #626262 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #626262 !important;
  border-color: #626262 !important;
}
.btn-warning:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffad00;
  color: #ffad00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffad00;
  border-color: #ffad00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffad00 !important;
  border-color: #ffad00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fdda25;
  color: #fdda25;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #231d00;
  background-color: #fdda25;
  border-color: #fdda25;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #231d00 !important;
  background-color: #fdda25 !important;
  border-color: #fdda25 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #888888;
  color: #888888;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #888888;
  border-color: #888888;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #888888 !important;
  border-color: #888888 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ffad00 !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fdda25 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #888888 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffce66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #feeb8a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bbbbbb !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #333333 !important;
}
a.text-white:hover {
  color: #000000 !important;
}
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: #61728a;
}
.alert-warning {
  background-color: #888888;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffad00;
  border-color: #ffad00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffad00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffefcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcef;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
blockquote {
  border-color: #ffad00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffad00;
  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: #ffad00;
  border-bottom-color: #ffad00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffad00 !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: #282f39 !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='https://www.w3.org/2000/svg' stroke='%23ffad00' %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-rZqcaGjRSg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZqcaGjRSg .nav-item,
.cid-rZqcaGjRSg .nav-link,
.cid-rZqcaGjRSg .navbar-caption {
  font-weight: normal;
}
.cid-rZqcaGjRSg .nav-item:focus,
.cid-rZqcaGjRSg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZqcaGjRSg .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZqcaGjRSg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZqcaGjRSg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZqcaGjRSg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZqcaGjRSg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZqcaGjRSg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZqcaGjRSg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZqcaGjRSg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZqcaGjRSg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZqcaGjRSg .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZqcaGjRSg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rZqcaGjRSg .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rZqcaGjRSg .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZqcaGjRSg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZqcaGjRSg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZqcaGjRSg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZqcaGjRSg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-rZqcaGjRSg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZqcaGjRSg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZqcaGjRSg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZqcaGjRSg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZqcaGjRSg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZqcaGjRSg .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZqcaGjRSg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZqcaGjRSg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZqcaGjRSg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZqcaGjRSg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZqcaGjRSg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZqcaGjRSg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZqcaGjRSg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZqcaGjRSg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZqcaGjRSg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZqcaGjRSg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZqcaGjRSg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZqcaGjRSg .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rZqcaGjRSg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZqcaGjRSg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZqcaGjRSg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZqcaGjRSg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZqcaGjRSg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZqcaGjRSg .dropdown-item.active,
.cid-rZqcaGjRSg .dropdown-item:active {
  background-color: transparent;
}
.cid-rZqcaGjRSg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZqcaGjRSg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZqcaGjRSg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rZqcaGjRSg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZqcaGjRSg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZqcaGjRSg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZqcaGjRSg .navbar-buttons {
  text-align: center;
}
.cid-rZqcaGjRSg .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZqcaGjRSg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZqcaGjRSg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZqcaGjRSg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZqcaGjRSg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZqcaGjRSg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZqcaGjRSg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZqcaGjRSg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZqcaGjRSg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZqcaGjRSg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZqcaGjRSg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZqcaGjRSg .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rZqcaGjRSg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZqcaGjRSg .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZqcaGjRSg .soc-item {
  margin: .5rem .3rem;
}
.cid-rZqcaGjRSg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZqcaGjRSg .navbar {
    height: 77px;
  }
  .cid-rZqcaGjRSg .navbar.opened {
    height: auto;
  }
  .cid-rZqcaGjRSg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZqcRWiMig {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-rZqcRWiMig .content-left-wrapper .mbr-section-subtitle {
  color: #b6af8b;
}
.cid-rZqcRWiMig .content-left-wrapper .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-rZqcRWiMig .content-left-wrapper .btn .mbr-iconfont {
  order: 2;
  margin-left: 24px;
}
.cid-rZqcRWiMig .content-left-wrapper .mbr-section-subtitle,
.cid-rZqcRWiMig .mbr-section-btn {
  color: #ffffff;
}
.cid-sJoiu0UCyw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sJoiu0UCyw .img-wrap img {
  width: 100%;
}
.cid-sJoiu0UCyw .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-sJoiu0UCyw .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-sJoiu0UCyw .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-sJoiu0UCyw .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-sJoiu0UCyw .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-sJoiu0UCyw .btn {
  margin: 0px !important;
}
.cid-sJoiu0UCyw .btn.btn-success-outline {
  color: #000000;
}
.cid-sJoiu0UCyw .btn.btn-sm {
  padding: 7px 39px;
}
.cid-sJoiu0UCyw .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-sJoiu0UCyw .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-sJoiu0UCyw .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-sJoiu0UCyw .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-sJoiu0UCyw .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
  .cid-sJoiu0UCyw * {
    text-align: center;
  }
}
.cid-sJoiu0UCyw .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-sJoiu0UCyw .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-sJoiu0UCyw .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-sJoiu0UCyw .mbr-section-subtitle,
.cid-sJoiu0UCyw .mbr-section-btn {
  color: #ffffff;
}
.cid-rZqcTHHwOL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rZqcTHHwOL .wrapping {
  background-color: #181818;
  padding: 3rem;
  justify-content: space-between;
  align-items: center;
}
.cid-rZqcTHHwOL .wrapping .mbr-section-title {
  color: #ffffff;
}
.cid-rZqcTHHwOL .wrapping .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rZqcTHHwOL .wrapping .mbr-text {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-rZqcTHHwOL .wrapping .btn.btn-md {
  font-weight: 500;
  line-height: 1.5;
}
.cid-rZqcTHHwOL .wrapping .text-wrap .mbr-text,
.cid-rZqcTHHwOL .mbr-section-btn {
  color: #ffffff;
}
.cid-sJolQpnCJ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sJolQpnCJ8 .text-wrap {
  margin-top: 32px;
}
.cid-sJolQpnCJ8 .content-right-wrapper {
  background-color: #333333;
  padding: 32px;
}
.cid-sJolQpnCJ8 .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-sJolQpnCJ8 .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-sJolQpnCJ8 .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-sJolQpnCJ8 .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-sJolQpnCJ8 .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #000000;
}
.cid-sJoqyrx6Ao {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sJoqyrx6Ao .mbr-section-title {
  color: #06182d;
}
.cid-sJoqyrx6Ao .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sJoqyrx6Ao .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sJoqyrx6Ao .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sJoqyrx6Ao .mbr-section-text {
  color: #999999;
}
.cid-sJoqyrx6Ao .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-sJoqyrx6Ao .carousel {
  width: 85%;
  margin: auto;
}
.cid-sJoqyrx6Ao .carousel-item {
  justify-content: center;
}
.cid-sJoqyrx6Ao .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sJoqyrx6Ao .carousel-item .wrap-img {
  text-align: center;
}
.cid-sJoqyrx6Ao .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sJoqyrx6Ao .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-sJoqyrx6Ao .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sJoqyrx6Ao .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sJoqyrx6Ao .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sJoqyrx6Ao .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sJoqyrx6Ao .cloneditem-1,
.cid-sJoqyrx6Ao .cloneditem-2,
.cid-sJoqyrx6Ao .cloneditem-3,
.cid-sJoqyrx6Ao .cloneditem-4,
.cid-sJoqyrx6Ao .cloneditem-5 {
  display: none;
}
.cid-sJoqyrx6Ao .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJoqyrx6Ao .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sJoqyrx6Ao .carousel-inner {
    opacity: 0.8;
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides2 .cloneditem-1,
  .cid-sJoqyrx6Ao .carousel-inner.slides2 .cloneditem-2,
  .cid-sJoqyrx6Ao .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides3 .cloneditem-1,
  .cid-sJoqyrx6Ao .carousel-inner.slides3 .cloneditem-2,
  .cid-sJoqyrx6Ao .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides4 .cloneditem-1,
  .cid-sJoqyrx6Ao .carousel-inner.slides4 .cloneditem-2,
  .cid-sJoqyrx6Ao .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides5 .cloneditem-1,
  .cid-sJoqyrx6Ao .carousel-inner.slides5 .cloneditem-2,
  .cid-sJoqyrx6Ao .carousel-inner.slides5 .cloneditem-3,
  .cid-sJoqyrx6Ao .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sJoqyrx6Ao .carousel-inner.slides6 .cloneditem-1,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 .cloneditem-2,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 .cloneditem-3,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 .cloneditem-4,
  .cid-sJoqyrx6Ao .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sJoqyrx6Ao .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-sJoqyrx6Ao .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-sJoqyrx6Ao .carousel-control-prev {
    left: -10px !important;
  }
  .cid-sJoqyrx6Ao .carousel-control-next {
    right: -10px !important;
  }
}
.cid-rZqcWGkQpN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rZqcWGkQpN .logo-footer {
  line-height: normal;
}
.cid-rZqcWGkQpN .logo-footer .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-rZqcWGkQpN .copyright {
  display: flex;
  align-items: center;
}
.cid-rZqcWGkQpN .copyright .mbr-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  align-self: center;
  flex-wrap: wrap;
}
.cid-rZqcWGkQpN .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZqcWGkQpN .social-btns a:focus {
  text-decoration: none;
}
.cid-rZqcWGkQpN .social-btns .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rZqcWGkQpN .copyrightPart {
  display: flex;
}
.cid-rZqcWGkQpN .copyrightPart .wrap {
  justify-content: space-between;
  color: #61728a;
}
.cid-rZqcWGkQpN .mbr-text {
  color: #ffffff;
}
.cid-sHYk3ViIim {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 400px) {
  .cid-sHYk3ViIim h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sHYk3ViIim h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sHYk3ViIim .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sHYk3ViIim .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-sHYk3ViIim .socicon-bg-twitter {
  color: #4da7de;
}
.cid-sHYk3ViIim .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sHYk3ViIim .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sHYk3ViIim .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sHYk3ViIim .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sHYk3ViIim .socicon-bg-mail {
  color: #134785;
}
.cid-sHYk3ViIim .btn-social {
  border: none !important;
}
.cid-sHYk3ViIim .btn-social:hover {
  color: #ffffff;
  background: #0f0f0f;
}
.cid-sHYk3ViIim [class^="socicon-"]:before,
.cid-sHYk3ViIim [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sHYk3ViIim .btn {
    font-size: 20px !important;
  }
}
.cid-rRO2bVxeST {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #0f0f0f;
}
.cid-rRO2bVxeST .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-rRO2bVxeST .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2bVxeST .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2bVxeST .title__address {
  margin-bottom: 20px;
}
.cid-rRO2bVxeST .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRO2bVxeST .privacy {
    text-align: left;
  }
}
.cid-rRO2bVxeST .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRO2bVxeST .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2bVxeST .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #000000 !important;
  font-size: 16px;
  color: #ffffff;
}
.cid-rRO2bVxeST .input-group-btn {
  padding-left: 0;
}
.cid-rRO2bVxeST .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rRO2bVxeST .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2bVxeST .mbr-form .btn {
  margin: 0;
}
.cid-rRO2bVxeST input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-rRO2bVxeST input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2bVxeST .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2bVxeST .divider {
    margin: 0 0 20px;
  }
}