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





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((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.4 * (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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #876832 !important;
}
.bg-info {
  background-color: #e9d0a7 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #e9d0a7 !important;
  border-color: #e9d0a7 !important;
  color: #74531d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #74531d !important;
  background-color: #daaf6a !important;
  border-color: #daaf6a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #74531d !important;
  background-color: #daaf6a !important;
  border-color: #daaf6a !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e9d0a7 !important;
  border-color: #e9d0a7 !important;
  color: #74531d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #74531d !important;
  background-color: #daaf6a !important;
  border-color: #daaf6a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #74531d !important;
  background-color: #daaf6a !important;
  border-color: #daaf6a !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #876832 !important;
  border-color: #876832 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f3d1d !important;
  border-color: #4f3d1d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f3d1d !important;
  border-color: #4f3d1d !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #d5a455;
  color: #d5a455;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #74531d;
  background-color: #e9d0a7;
  border-color: #e9d0a7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #74531d !important;
  background-color: #e9d0a7 !important;
  border-color: #e9d0a7 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #d5a455;
  color: #d5a455;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #74531d;
  background-color: #e9d0a7;
  border-color: #e9d0a7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #74531d !important;
  background-color: #e9d0a7 !important;
  border-color: #e9d0a7 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #3d2f16;
  color: #3d2f16;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #876832;
  border-color: #876832;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #876832 !important;
  border-color: #876832 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #444444 !important;
}
.text-secondary {
  color: #e9d0a7 !important;
}
.text-success {
  color: #876832 !important;
}
.text-info {
  color: #e9d0a7 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d5a455 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3d2f16 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d5a455 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e9d0a7;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #767676;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #caa96f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #444444;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #444444;
  border-bottom-color: #444444;
}
.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: #444444 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e9d0a7 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23444444' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rY20Qp3CNg .nav-item:focus,
.cid-rY20Qp3CNg .nav-link:focus {
  outline: none;
}
.cid-rY20Qp3CNg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e9d0a7;
  background: none;
}
.cid-rY20Qp3CNg .navbar.opened {
  transition: all .3s;
  background: #e9d0a7 !important;
}
.cid-rY20Qp3CNg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rY20Qp3CNg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rY20Qp3CNg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rY20Qp3CNg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rY20Qp3CNg .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-rY20Qp3CNg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rY20Qp3CNg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rY20Qp3CNg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rY20Qp3CNg .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-rY20Qp3CNg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rY20Qp3CNg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rY20Qp3CNg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rY20Qp3CNg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rY20Qp3CNg .navbar.navbar-short {
  background: #e9d0a7 !important;
  min-height: 60px;
}
.cid-rY20Qp3CNg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rY20Qp3CNg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rY20Qp3CNg .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rY20Qp3CNg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rY20Qp3CNg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rY20Qp3CNg .dropdown-item.active,
.cid-rY20Qp3CNg .dropdown-item:active {
  background-color: transparent;
}
.cid-rY20Qp3CNg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rY20Qp3CNg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rY20Qp3CNg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rY20Qp3CNg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9d0a7;
}
.cid-rY20Qp3CNg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rY20Qp3CNg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY20Qp3CNg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rY20Qp3CNg .navbar-buttons {
  text-align: center;
}
.cid-rY20Qp3CNg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY20Qp3CNg .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rY20Qp3CNg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY20Qp3CNg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rY20Qp3CNg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rY20Qp3CNg .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rY20Qp3CNg .nav-link:hover,
.cid-rY20Qp3CNg .dropdown-item:hover,
.cid-rY20Qp3CNg .icons-menu .mbr-iconfont:hover {
  color: #000000 !important;
}
.cid-rY20UPvTJF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/lewitzki-geschaeft-brandplatz02-945x716.jpg");
}
.cid-rY20UPvTJF .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rY20UPvTJF .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rY20UPvTJF .card-img span {
  font-size: 100px;
}
.cid-rY20UPvTJF .mbr-section-title,
.cid-rY20UPvTJF .card-img {
  color: #000000;
}
.cid-rY20UPvTJF .mbr-text,
.cid-rY20UPvTJF .mbr-section-btn {
  color: #251900;
}
.cid-rY26OtAiRA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-rY26OtAiRA .main,
.cid-rY26OtAiRA .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-rY26OtAiRA .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-rY26OtAiRA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rY26OtAiRA .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rY26OtAiRA .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-rY26OtAiRA .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-rY26OtAiRA .mbr-iconfont {
  font-size: 3rem;
  color: #e9d0a7;
}
@media (max-width: 991px) {
  .cid-rY26OtAiRA .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rY26OtAiRA .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rY26OtAiRA .image-element,
  .cid-rY26OtAiRA .text-element {
    margin-bottom: 0;
  }
  .cid-rY26OtAiRA .main:first-child {
    padding-top: 0;
  }
}
.cid-rY26OtAiRA .mbr-section-subtitle,
.cid-rY26OtAiRA .card-text,
.cid-rY26OtAiRA .mbr-section-btn {
  color: #8d97ad;
}
.cid-rY26OtAiRA .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-rY26OtAiRA .mbr-section-title {
  text-align: center;
}
.cid-rY26OtAiRA .card-text,
.cid-rY26OtAiRA .mbr-section-btn {
  color: #000000;
}
.cid-rYoNkruJqp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/lewitzki-geschaeft-brandplatz02-945x716.jpg");
}
.cid-rYoNkruJqp .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rYoNkruJqp .content-panel {
  padding: 3rem;
  background-color: #e9d0a7;
}
@media (min-width: 767px) {
  .cid-rYoNkruJqp .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-rYoNkruJqp .google-map {
  width: 100%;
  height: 30rem;
}
.cid-rYoNkruJqp .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rYoNkruJqp .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rYoNkruJqp .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rYoNkruJqp .adress-block {
  color: #232323;
}
.cid-rYoNkruJqp .mbr-section-subtitle {
  color: #000000;
}
.cid-rYoNkruJqp .mbr-section-title {
  color: #000000;
}
.cid-s05gMAJ13D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s05gMAJ13D a:link {
  text-decoration: none;
}
.cid-s05gMAJ13D .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s05gMAJ13D .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s05gMAJ13D .inner-text {
  line-height: 3em;
}
.cid-s05gMAJ13D .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s05gMAJ13D .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s05gMAJ13D .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s05gMAJ13D .content-text,
.cid-s05gMAJ13D .inner-text {
  color: #c1c1c1;
}
.cid-rY20Qp3CNg .nav-item:focus,
.cid-rY20Qp3CNg .nav-link:focus {
  outline: none;
}
.cid-rY20Qp3CNg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #e9d0a7;
  background: none;
}
.cid-rY20Qp3CNg .navbar.opened {
  transition: all .3s;
  background: #e9d0a7 !important;
}
.cid-rY20Qp3CNg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rY20Qp3CNg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rY20Qp3CNg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rY20Qp3CNg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rY20Qp3CNg .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-rY20Qp3CNg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rY20Qp3CNg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rY20Qp3CNg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rY20Qp3CNg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rY20Qp3CNg .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-rY20Qp3CNg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rY20Qp3CNg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rY20Qp3CNg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rY20Qp3CNg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rY20Qp3CNg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rY20Qp3CNg .navbar.navbar-short {
  background: #e9d0a7 !important;
  min-height: 60px;
}
.cid-rY20Qp3CNg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rY20Qp3CNg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rY20Qp3CNg .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rY20Qp3CNg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rY20Qp3CNg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rY20Qp3CNg .dropdown-item.active,
.cid-rY20Qp3CNg .dropdown-item:active {
  background-color: transparent;
}
.cid-rY20Qp3CNg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rY20Qp3CNg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rY20Qp3CNg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rY20Qp3CNg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9d0a7;
}
.cid-rY20Qp3CNg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rY20Qp3CNg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY20Qp3CNg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rY20Qp3CNg .navbar-buttons {
  text-align: center;
}
.cid-rY20Qp3CNg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY20Qp3CNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY20Qp3CNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY20Qp3CNg .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rY20Qp3CNg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY20Qp3CNg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rY20Qp3CNg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rY20Qp3CNg .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rY20Qp3CNg .nav-link:hover,
.cid-rY20Qp3CNg .dropdown-item:hover,
.cid-rY20Qp3CNg .icons-menu .mbr-iconfont:hover {
  color: #000000 !important;
}
.cid-rZx3Zx0yKr {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #e9d0a7;
}
.cid-rZx3Zx0yKr .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffffff;
}
.cid-rZx3Zx0yKr img {
  width: 100%;
}
.cid-rZx3Zx0yKr p {
  margin-top: 6rem;
}
.cid-rZx3Zx0yKr .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rZx3Zx0yKr .content-wrapper {
  padding-top: 2rem !important;
}
.cid-rZx3Zx0yKr h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
.cid-rZx3Zx0yKr .cid-rZx3Zx0yKr {
  margin-top: 2rem !important;
}
@media (max-width: 1200px) {
  .cid-rZx3Zx0yKr .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rZx3Zx0yKr p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rZx3Zx0yKr .back {
    width: 100%;
    height: 75%;
  }
  .cid-rZx3Zx0yKr .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rZx3Zx0yKr p {
    margin-top: 4rem;
  }
}
.cid-rZx3Zx0yKr .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rZx3Zx0yKr .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rZx3Zx0yKr .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rZx3Zx0yKr h4 {
    right: 2rem;
  }
}
.cid-rZx6YmJhkM {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/bg02-1780x2154.jpg");
}
.cid-rZx6YmJhkM .row {
  justify-content: flex-end;
}
.cid-rZx6YmJhkM .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-color: #ffffff;
}
.cid-rZx6YmJhkM .block {
  background-color: #e9d0a7;
}
.cid-rZx6YmJhkM img {
  width: 100%;
}
.cid-rZx6YmJhkM .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-rZx6YmJhkM .content {
  max-width: 600px;
}
.cid-rZx6YmJhkM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rZx6YmJhkM .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rZx6YmJhkM h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-rZx6YmJhkM .content-wrapper {
    padding: 0rem 0rem;
  }
  .cid-rZx6YmJhkM h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rZx6YmJhkM .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-s05c6XkX4C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9d0a7;
}
.cid-s05c6XkX4C img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s05c6XkX4C img:hover {
  transform: scale(1.1);
}
.cid-s05c6XkX4C .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s05c6XkX4C h2 {
  padding: 0;
  margin: 0;
}
.cid-s05c6XkX4C .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s05c6XkX4C .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s05c6XkX4C .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-s05c6XkX4C .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s05c6XkX4C .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s05c6XkX4C .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s05c6XkX4C .mbr-iconfont {
  margin: 0!important;
}
.cid-s05c6XkX4C .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s05c6XkX4C .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s05c6XkX4C .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s05c6XkX4C .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s05c6XkX4C .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s05c6XkX4C H2 {
  color: #333333;
}
.cid-s05c6XkX4C .mbr-text {
  color: #000000;
}
.cid-s05c0VI1xX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9d0a7;
}
.cid-s05c0VI1xX img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s05c0VI1xX img:hover {
  transform: scale(1.1);
}
.cid-s05c0VI1xX .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s05c0VI1xX h2 {
  padding: 0;
  margin: 0;
}
.cid-s05c0VI1xX .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s05c0VI1xX .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s05c0VI1xX .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s05c0VI1xX .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s05c0VI1xX .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s05c0VI1xX .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s05c0VI1xX .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s05c0VI1xX .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s05c0VI1xX .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s05c0VI1xX H2 {
  color: #333333;
}
.cid-s05c0VI1xX .mbr-text {
  color: #000000;
}
.cid-s05dquM1cW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9d0a7;
}
.cid-s05dquM1cW img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s05dquM1cW img:hover {
  transform: scale(1.1);
}
.cid-s05dquM1cW .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s05dquM1cW h2 {
  padding: 0;
  margin: 0;
}
.cid-s05dquM1cW .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s05dquM1cW .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s05dquM1cW .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-s05dquM1cW .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s05dquM1cW .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s05dquM1cW .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s05dquM1cW .mbr-iconfont {
  margin: 0!important;
}
.cid-s05dquM1cW .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s05dquM1cW .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s05dquM1cW .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s05dquM1cW .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s05dquM1cW .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s05dquM1cW H2 {
  color: #333333;
}
.cid-s05dquM1cW .mbr-text {
  color: #000000;
}
.cid-s05gUjlRjm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s05gUjlRjm a:link {
  text-decoration: none;
}
.cid-s05gUjlRjm .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s05gUjlRjm .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s05gUjlRjm .inner-text {
  line-height: 3em;
}
.cid-s05gUjlRjm .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s05gUjlRjm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s05gUjlRjm .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s05gUjlRjm .content-text,
.cid-s05gUjlRjm .inner-text {
  color: #c1c1c1;
}
