@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);





body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f9e2af !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
  color: #9d700c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #f2c050;
  color: #f2c050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d700c;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9d700c !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !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: #f9e2af !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f2c050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f9e2af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
}
#scrollToTop a i:before {
  background: #ffbc00;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
}
.mbr-arrow a i {
  color: #ffbc00;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #f9e2af;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9e2af;
  color: #000000;
}
.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-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9e2af;
  border-bottom-color: #f9e2af;
}
.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: #f9e2af !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: #f5aeb5 !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='%23f9e2af' %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-rcoDDNUkJD .nav-item:focus,
.cid-rcoDDNUkJD .nav-link:focus {
  outline: none;
}
.cid-rcoDDNUkJD .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-rcoDDNUkJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rcoDDNUkJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rcoDDNUkJD .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-rcoDDNUkJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rcoDDNUkJD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rcoDDNUkJD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rcoDDNUkJD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rcoDDNUkJD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rcoDDNUkJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rcoDDNUkJD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rcoDDNUkJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rcoDDNUkJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rcoDDNUkJD .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-rcoDDNUkJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rcoDDNUkJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rcoDDNUkJD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rcoDDNUkJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rcoDDNUkJD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rcoDDNUkJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rcoDDNUkJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rcoDDNUkJD .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-rcoDDNUkJD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rcoDDNUkJD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rcoDDNUkJD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rcoDDNUkJD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rcoDDNUkJD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rcoDDNUkJD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rcoDDNUkJD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rcoDDNUkJD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rcoDDNUkJD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rcoDDNUkJD .navbar-brand {
  -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-rcoDDNUkJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rcoDDNUkJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rcoDDNUkJD .dropdown-item.active,
.cid-rcoDDNUkJD .dropdown-item:active {
  background-color: transparent;
}
.cid-rcoDDNUkJD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rcoDDNUkJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rcoDDNUkJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rcoDDNUkJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rcoDDNUkJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rcoDDNUkJD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rcoDDNUkJD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rcoDDNUkJD .navbar-buttons {
  text-align: center;
}
.cid-rcoDDNUkJD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rcoDDNUkJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rcoDDNUkJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rcoDDNUkJD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rcoDDNUkJD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rcoDDNUkJD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rcoDDNUkJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcoDDNUkJD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rcoDDNUkJD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rcoDDNUkJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rcoDDNUkJD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rcoDDNUkJD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rcoDDNUkJD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rcoDDNUkJD .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-rcoDDNUkJD .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rcoDDNUkJD .nav-link:hover,
.cid-rcoDDNUkJD .dropdown-item:hover,
.cid-rcoDDNUkJD .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rcoDDNUkJD .navbar {
    height: 77px;
  }
  .cid-rcoDDNUkJD .navbar.opened {
    height: auto;
  }
}
.cid-rcoDQK8isq .modal-body .close {
  background: #1b1b1b;
}
.cid-rcoDQK8isq .modal-body .close span {
  font-style: normal;
}
.cid-rcoDQK8isq .carousel-inner > .active,
.cid-rcoDQK8isq .carousel-inner > .next,
.cid-rcoDQK8isq .carousel-inner > .prev {
  display: table;
}
.cid-rcoDQK8isq .carousel-control .icon-next,
.cid-rcoDQK8isq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rcoDQK8isq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcoDQK8isq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rcoDQK8isq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rcoDQK8isq .boxed-slider > div {
  position: relative;
}
.cid-rcoDQK8isq .container img {
  width: 100%;
}
.cid-rcoDQK8isq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rcoDQK8isq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rcoDQK8isq .mbr-table-cell {
  padding: 0;
}
.cid-rcoDQK8isq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rcoDQK8isq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rcoDQK8isq .mbr-overlay {
  z-index: 1;
}
.cid-rcoDQK8isq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rcoDQK8isq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rcoDQK8isq .carousel-item .container {
    width: 100%;
  }
}
.cid-rcoDQK8isq .carousel-item-next.carousel-item-left,
.cid-rcoDQK8isq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rcoDQK8isq .active.carousel-item-right,
.cid-rcoDQK8isq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rcoDQK8isq .active.carousel-item-left,
.cid-rcoDQK8isq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rcoDQK8isq .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rcoDQK8isq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rcoDQK8isq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rcoDQK8isq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rcoDQK8isq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rcoDQK8isq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rcoDQK8isq .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rcoDQK8isq .mbr-slider .carousel-indicators li.active,
.cid-rcoDQK8isq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rcoDQK8isq .mbr-slider .carousel-indicators li::after,
.cid-rcoDQK8isq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rcoDQK8isq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rcoDQK8isq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rcoDQK8isq .mbr-slider > .container img {
  width: 100%;
}
.cid-rcoDQK8isq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rcoDQK8isq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rcoDQK8isq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rcoDQK8isq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rcoDQK8isq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rcoDQK8isq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rcoDQK8isq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rcoDQK8isq .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rcoDQK8isq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rcoDQK8isq .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rcoDQK8isq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rcoDQK8isq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rcoDQK8isq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rcoSLFblJG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rcoSLFblJG .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rcoSLFblJG .text-block {
  position: relative;
  z-index: 0;
}
.cid-rcoSLFblJG .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-rcoSLFblJG .box {
  left: 20%;
}
.cid-rcoSLFblJG .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rcoSLFblJG .mbr-section-text,
.cid-rcoSLFblJG .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rcoSLFblJG .text-box {
    display: none;
  }
  .cid-rcoSLFblJG .mbr-section-title,
  .cid-rcoSLFblJG .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rcoSLFblJG .box {
    display: none;
  }
  .cid-rcoSLFblJG .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rcoSLFblJG .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rcoSLFblJG .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rcoSOZAAho {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rcoSOZAAho .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rcoSOZAAho .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rcoSOZAAho .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rcoSOZAAho .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rcoSOZAAho .text-element {
  padding: 1rem;
}
.cid-rcoSOZAAho .main,
.cid-rcoSOZAAho .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-rcoSOZAAho .main:first-child {
    padding-top: 1rem;
  }
  .cid-rcoSOZAAho .image-element,
  .cid-rcoSOZAAho .text-element {
    margin-bottom: 1rem;
  }
  .cid-rcoSOZAAho .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rcoSOZAAho .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rcoSOZAAho .image-element,
  .cid-rcoSOZAAho .text-element {
    margin-bottom: 0;
  }
  .cid-rcoSOZAAho .main:first-child {
    padding-top: 0;
  }
}
.cid-rcoSSe1dn5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rcoSSe1dn5 .mbr-text {
  margin: 0;
}
.cid-rcoSSe1dn5 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rcoSSe1dn5 .row-element,
.cid-rcoSSe1dn5 .image-element {
  padding: 0;
}
.cid-rcoSSe1dn5 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rcoSSe1dn5 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rcoSSe1dn5 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rcoSSe1dn5 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rcoSSe1dn5 .carousel-item.active,
.cid-rcoSSe1dn5 .carousel-item-next,
.cid-rcoSSe1dn5 .carousel-item-prev {
  display: flex;
}
.cid-rcoSSe1dn5 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
}
.cid-rcoSSe1dn5 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #f9e2af;
}
.cid-rcoSSe1dn5 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
}
.cid-rcoSSe1dn5 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rcoSSe1dn5 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rcoSSe1dn5 .carousel-controls {
    display: block;
  }
  .cid-rcoSSe1dn5 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rcoSSe1dn5 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rcoSSe1dn5 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rcoSSe1dn5 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rcoSSe1dn5 .text-element {
    padding: 1rem;
  }
  .cid-rcoSSe1dn5 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rcoSSe1dn5 .image-element {
    min-width: 50%;
  }
  .cid-rcoSSe1dn5 .media-container-row {
    width: 100%;
  }
}
.cid-rcoSUc1aDM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("https://cdn.fux.tv/images/key-2323278_1920.jpg");
}
.cid-rcoSUc1aDM .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rcoSUc1aDM .menu-item .special-label {
  display: none;
}
.cid-rcoSUc1aDM .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-rcoSUc1aDM .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rcoSUc1aDM .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rcoSUc1aDM .special-label {
  color: #fff;
}
.cid-rcoSUc1aDM .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rcoSUc1aDM .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rcoSUc1aDM .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rcoSUc1aDM .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rcoSUc1aDM .menu-row {
  margin: 0;
}
.cid-rcoSUc1aDM .group-title {
  color: #9f3942;
  font-weight: bold;
}
.cid-rcoSYH9NBR {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rcoSYH9NBR .mbr-section-title {
  letter-spacing: 0.1em;
  text-align: center;
}
.cid-rcoSYH9NBR .mbr-section-subtitle {
  color: #f9e2af;
}
.cid-rcoSYH9NBR .image-wrap img {
  width: 100%;
}
.cid-rcoSYH9NBR .mbr-desc {
  width: 100%;
}
.cid-rcoSYH9NBR .tab-content {
  padding: 4rem 3rem 3rem 3rem;
  border-top: 3px solid #f9e2af;
  -webkit-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 26px -5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.cid-rcoSYH9NBR .nav {
  border: none;
}
.cid-rcoSYH9NBR .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rcoSYH9NBR .card-box {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-rcoSYH9NBR .card-box .mbr-price {
  margin: 0;
}
.cid-rcoSYH9NBR .card-box .mbr-text {
  line-height: 1;
}
.cid-rcoSYH9NBR .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  padding: .5rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border: 0 !important;
}
.cid-rcoSYH9NBR .nav-tabs .nav-link:hover {
  color: #f9e2af;
  border: 0 !important;
}
.cid-rcoSYH9NBR .nav-tabs .nav-link.active {
  color: #f9e2af;
  border: 0 !important;
  background-color: transparent;
  position: relative;
}
@media (max-width: 767px) {
  .cid-rcoSYH9NBR .container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-rcoT7yADB4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #85bfd0;
  background: linear-gradient(90deg, #85bfd0, #e2f7df);
}
.cid-rcoT7yADB4 .mbr-section-title {
  margin-bottom: 0;
}
.cid-rcoT7yADB4 .mbr-role {
  padding-bottom: .5rem;
}
.cid-rcoT7yADB4 .mbr-iconfont {
  color: #cccccc;
  font-size: 1rem;
}
.cid-rcoT7yADB4 .mbr-iconfont:hover {
  color: #f5aeb5;
}
.cid-rcoT7yADB4 .image-wrap {
  position: relative;
  height: 100%;
}
.cid-rcoT7yADB4 .image-wrap img {
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-rcoT7yADB4 .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  height: 400px;
}
.cid-rcoT7yADB4 .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
}
.cid-rcoT7yADB4 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rcoT7yADB4 .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-rcoT7yADB4 .card-bottom {
  background-color: #ffffff;
  position: absolute;
  left: 15px;
  bottom: -92px;
  padding: 0 .5rem;
  width: calc(100% - 30px);
  transition: bottom 0.2s ease-in;
}
.cid-rcoT7yADB4 .card-bottom:hover {
  bottom: 0;
}
.cid-rqIUOY1H74 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rqIUOY1H74 .content {
    text-align: center;
  }
  .cid-rqIUOY1H74 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rqIUOY1H74 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rqIUOY1H74 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rqIUOY1H74 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rqIUOY1H74 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rqIUOY1H74 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rqIUOY1H74 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rqIUOY1H74 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rqIUOY1H74 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqIUOY1H74 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqIUOY1H74 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqIUOY1H74 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rqIUOY1H74 P {
  color: #f9e2af;
}
.cid-rcoTkoNkXp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rcoTkoNkXp .content {
    text-align: center;
  }
  .cid-rcoTkoNkXp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rcoTkoNkXp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rcoTkoNkXp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rcoTkoNkXp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rcoTkoNkXp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rcoTkoNkXp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rcoTkoNkXp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rcoTkoNkXp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rcoTkoNkXp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rcoTkoNkXp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rcoTkoNkXp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rcoTkoNkXp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rcoTkoNkXp P {
  color: #149dcc;
}
