.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.9rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.665rem + (2.9 - 1.665) * ((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))));
  }
  .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: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3c3d3d !important;
}
.bg-success {
  background-color: #2e96ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #af8e00 !important;
}
.bg-danger {
  background-color: #c7b1ff !important;
}
.btn-primary {
  background: linear-gradient(90deg, #3c3d3d, #3c3d3d 65%, #6f7070) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3c3d3d !important;
  border-color: #3c3d3d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #555757 !important;
  border-color: #555757 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555757 !important;
  border-color: #555757 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #0844ff, #0844ff 65%, #6e91ff) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0844ff !important;
  border-color: #0844ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #2e96ff, #2e96ff 65%, #94c9ff) !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
}
.btn-warning {
  background: linear-gradient(90deg, #af8e00, #af8e00 65%, #ffd316) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #af8e00 !important;
  border-color: #af8e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e2b700 !important;
  border-color: #e2b700 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e2b700 !important;
  border-color: #e2b700 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #c7b1ff, #c7b1ff 65%, #ffffff) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c7b1ff !important;
  border-color: #c7b1ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ece4ff !important;
  border-color: #ece4ff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ece4ff !important;
  border-color: #ece4ff !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3c3d3d;
  color: #3c3d3d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #111111 !important;
  background-color: transparent !important;
  border-color: #111111 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c3d3d !important;
  border-color: #3c3d3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0844ff;
  color: #0844ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002bb0 !important;
  background-color: transparent !important;
  border-color: #002bb0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0844ff !important;
  border-color: #0844ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e96ff;
  color: #2e96ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006bd6 !important;
  background-color: transparent !important;
  border-color: #006bd6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #af8e00;
  color: #af8e00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #584800 !important;
  background-color: transparent !important;
  border-color: #584800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #af8e00 !important;
  border-color: #af8e00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c7b1ff;
  color: #c7b1ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #895aff !important;
  background-color: transparent !important;
  border-color: #895aff !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c7b1ff !important;
  border-color: #c7b1ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3c3d3d !important;
}
.text-secondary {
  color: #0844ff !important;
}
.text-success {
  color: #2e96ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #af8e00 !important;
}
.text-danger {
  color: #c7b1ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #090a0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0027a1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0063c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #493b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7e4bff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3c3d3d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #af8e00;
}
.alert-danger {
  background-color: #c7b1ff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3c3d3d;
  border-color: #3c3d3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3c3d3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #afb0b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fafcff;
}
.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: #ffd830;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3c3d3d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #3c3d3d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3c3d3d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3c3d3d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3c3d3d;
  border-bottom-color: #3c3d3d;
}
.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: #3c3d3d !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: #0844ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233c3d3d' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.icon-wrap {
  border-radius: 24px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-ulxF5Z6mC2 {
  z-index: 1000;
  width: 100%;
}
.cid-ulxF5Z6mC2 nav.navbar {
  position: fixed;
}
.cid-ulxF5Z6mC2 .navbar-nav {
  margin: auto;
}
.cid-ulxF5Z6mC2 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulxF5Z6mC2 .dropdown-item:hover,
.cid-ulxF5Z6mC2 .dropdown-item:focus {
  background: #3c3d3d !important;
  color: white !important;
}
.cid-ulxF5Z6mC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulxF5Z6mC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulxF5Z6mC2 .navbar-short,
.cid-ulxF5Z6mC2 .opened {
  background: #121212 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-ulxF5Z6mC2 .navbar-short .nav-link,
.cid-ulxF5Z6mC2 .opened .nav-link,
.cid-ulxF5Z6mC2 .navbar-short .navbar-caption,
.cid-ulxF5Z6mC2 .opened .navbar-caption,
.cid-ulxF5Z6mC2 .navbar-short .mbr-iconfont,
.cid-ulxF5Z6mC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ulxF5Z6mC2 .navbar-short .hamburger span,
.cid-ulxF5Z6mC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ulxF5Z6mC2 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ulxF5Z6mC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulxF5Z6mC2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulxF5Z6mC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulxF5Z6mC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulxF5Z6mC2 .container {
  display: flex;
  margin: auto;
}
.cid-ulxF5Z6mC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulxF5Z6mC2 .dropdown-menu,
.cid-ulxF5Z6mC2 .navbar.opened {
  background: #121212 !important;
}
.cid-ulxF5Z6mC2 .nav-item:focus,
.cid-ulxF5Z6mC2 .nav-link:focus {
  outline: none;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulxF5Z6mC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulxF5Z6mC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulxF5Z6mC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 18, 18, 0.6);
}
.cid-ulxF5Z6mC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ulxF5Z6mC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulxF5Z6mC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulxF5Z6mC2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-ulxF5Z6mC2 .navbar.collapsed {
  justify-content: center;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulxF5Z6mC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulxF5Z6mC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulxF5Z6mC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulxF5Z6mC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulxF5Z6mC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulxF5Z6mC2 .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-ulxF5Z6mC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulxF5Z6mC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulxF5Z6mC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulxF5Z6mC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulxF5Z6mC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulxF5Z6mC2 .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-ulxF5Z6mC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulxF5Z6mC2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulxF5Z6mC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulxF5Z6mC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulxF5Z6mC2 .dropdown-item.active,
.cid-ulxF5Z6mC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulxF5Z6mC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulxF5Z6mC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulxF5Z6mC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulxF5Z6mC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-ulxF5Z6mC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulxF5Z6mC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulxF5Z6mC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulxF5Z6mC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulxF5Z6mC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulxF5Z6mC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulxF5Z6mC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulxF5Z6mC2 .navbar {
    height: 70px;
  }
  .cid-ulxF5Z6mC2 .navbar.opened {
    height: auto;
  }
  .cid-ulxF5Z6mC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulxF5Z6mC2 p {
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 15px 5px 10px 5px;
}
.cid-ulxF5Z6mC2 h6 {
  text-align: center;
  font-size: 14px;
  padding: 5px 0px;
}
.cid-ulxF5Z6mC2 .contato {
  left: -70px;
  width: 12em;
}
@media (max-width: 768px) {
  .cid-ulxF5Z6mC2 .contato {
    left: 0;
    width: auto;
  }
  .cid-ulxF5Z6mC2 .container {
    padding: 0 !important;
  }
}
.cid-ulxF5Z6mC2 .znv-float-button {
  background: #2c9e54 url('https://img.icons8.com/m_outlined/512/FFFFFF/whatsapp.png') 1px no-repeat;
  background-size: 35px;
  background-position: center;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 62px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 62px;
  z-index: 999999;
}
.cid-ulxF5Z6mC2 a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: bold;
}
.cid-ulxF5Z6mC2 [aria-label]::after {
  font-weight: 600;
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -100%;
  left: -155px;
  z-index: 5000;
  pointer-events: none;
  padding: 6px 8px;
  text-decoration: none;
  font-size: .9em;
  color: #fff;
  background-color: #2c9e54;
}
.cid-ulxF5Z6mC2 [aria-label]:hover::after {
  display: block;
}
.cid-uuSL08QQES {
  background-image: url("../../../assets/images/bartender-fills-beer-mug-from-beer-tap-1-2000x1333.jpg");
}
.cid-uuSL08QQES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuSL08QQES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuSL08QQES .container {
    padding: 0 30px;
  }
}
.cid-uuSL08QQES .row {
  justify-content: center;
}
.cid-uuSL08QQES .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uuSL08QQES .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uuSL08QQES .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uuSL08QQES .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uuSL08QQES .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uuSL08QQES .mbr-desc {
  color: #dcb300;
}
.cid-uuSL08QQES .mbr-section-title {
  color: #ffffff;
}
.cid-uuSL08QQES .mbr-text {
  color: #ffffff;
}
.cid-uw5zoH23R0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fcfbf2;
}
.cid-uw5zoH23R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5zoH23R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uw5zoH23R0 .container {
    padding: 0 16px;
  }
}
.cid-uw5zoH23R0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uw5zoH23R0 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uw5zoH23R0 .mbr-section-title {
  color: #ffffff;
}
.cid-uw5zoH23R0 .mbr-section-title,
.cid-uw5zoH23R0 .mbr-section-btn {
  text-align: center;
  color: #252525;
}
.cid-uw5yGuuX2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf2;
}
.cid-uw5yGuuX2b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uw5yGuuX2b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5yGuuX2b .container {
    padding: 0 20px;
  }
}
.cid-uw5yGuuX2b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 400px;
  max-width: 280px;
}
@media (max-width: 767px) {
  .cid-uw5yGuuX2b .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uw5yGuuX2b .embla__slide:nth-child(2n) {
  min-width: 400px;
  max-width: 280px;
}
@media (max-width: 767px) {
  .cid-uw5yGuuX2b .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uw5yGuuX2b .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uw5yGuuX2b .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uw5yGuuX2b .embla__slide .slide-content {
  width: 100%;
}
.cid-uw5yGuuX2b .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.cid-uw5yGuuX2b .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uw5yGuuX2b .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw5yGuuX2b .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uw5yGuuX2b .embla__button--next,
.cid-uw5yGuuX2b .embla__button--prev {
  display: flex;
}
.cid-uw5yGuuX2b .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #1e1d1c !important;
  color: #f2ede4 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uw5yGuuX2b .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uw5yGuuX2b .embla__button:hover {
  opacity: .6 !important;
}
.cid-uw5yGuuX2b .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uw5yGuuX2b .embla__button.embla__button--next {
  right: 0;
}
.cid-uw5yGuuX2b .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uw5yGuuX2b .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uw5yGuuX2b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uw5yGuuX2b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uw5yGuuX2b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufFCGh4jfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #252525;
}
.cid-ufFCGh4jfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCGh4jfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCGh4jfc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCGh4jfc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFCGh4jfc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCGh4jfc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCGh4jfc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCGh4jfc .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item {
    margin-bottom: 28px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCGh4jfc .item .item-wrapper:hover,
.cid-ufFCGh4jfc .item .item-wrapper:focus {
  border: 2px solid #c47d00;
  background-color: #c47d00;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap {
  border: 1px solid #121212;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 80px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  margin-top: 20px;
  font-size: 50px;
  color: #078efb;
  background: linear-gradient(90deg, #af8e00, #e2b700 65%, #ffd316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 10px;
  color: #078efb;
}
.cid-ufFCGh4jfc .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-ufFCGh4jfc .mbr-text,
.cid-ufFCGh4jfc .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFCGh4jfc .mbr-desc,
.cid-ufFCGh4jfc .desc-wrapper {
  color: #252525;
  text-align: center;
}
.cid-ufFCGh4jfc .item-desc {
  color: #9aa0a6;
}
.cid-ufFCGh4jfc .item-title {
  color: #ffffff;
  font-size: 25px;
}
.cid-ufFCGh4jfc .item-text {
  color: #ffffff;
}
.cid-ufFCGh4jfc .icon-wrapper {
  text-align: right;
}
.cid-ufFCGh4jfc P {
  opacity: 0.6 !important;
}
.cid-ufFCNNgItc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFCNNgItc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCNNgItc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCNNgItc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCNNgItc .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCNNgItc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCNNgItc .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .image-wrapper img {
    height: 350px;
  }
}
.cid-ufFCNNgItc .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCNNgItc .mbr-text,
.cid-ufFCNNgItc .text-wrapper {
  color: #b2b8be;
}
.cid-uvUBkOuZ1m {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-uvUBkOuZ1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvUBkOuZ1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvUBkOuZ1m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uvUBkOuZ1m .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uvUBkOuZ1m .embla__button--next,
.cid-uvUBkOuZ1m .embla__button--prev {
  display: flex;
}
.cid-uvUBkOuZ1m .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvUBkOuZ1m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvUBkOuZ1m .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uvUBkOuZ1m .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvUBkOuZ1m .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uvUBkOuZ1m .embla__button {
    top: auto;
  }
}
.cid-uvUBkOuZ1m .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uvUBkOuZ1m .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uvUBkOuZ1m .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uvUBkOuZ1m .embla {
  position: relative;
  width: 100%;
}
.cid-uvUBkOuZ1m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uvUBkOuZ1m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvUBkOuZ1m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvUBkOuZ1m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvVt4vHkvi {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #060606;
}
.cid-uvVt4vHkvi .title-wrapper .mbr-section-title {
  margin-top: 55px;
}
@media (max-width: 992px) {
  .cid-uvVt4vHkvi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvVt4vHkvi .container {
    padding: 0 22px;
  }
}
.cid-uvVt4vHkvi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 180px;
  max-width: 180px;
}
@media (max-width: 767px) {
  .cid-uvVt4vHkvi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvVt4vHkvi .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvVt4vHkvi .embla__slide .slide-content {
    display: block;
  }
}
.cid-uvVt4vHkvi .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvVt4vHkvi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvVt4vHkvi .embla__button--next,
.cid-uvVt4vHkvi .embla__button--prev {
  display: flex;
}
.cid-uvVt4vHkvi .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uvVt4vHkvi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvVt4vHkvi .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uvVt4vHkvi .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uvVt4vHkvi .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uvVt4vHkvi .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uvVt4vHkvi .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uvVt4vHkvi .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uvVt4vHkvi .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uvVt4vHkvi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvVt4vHkvi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvVt4vHkvi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvVt4vHkvi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvUFhrYo2R {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #121212;
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvUFhrYo2R .mbr-text {
  color: #767676;
}
.cid-uvUFhrYo2R .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvUFhrYo2R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uvUFhrYo2R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uvUFhrYo2R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uvUFhrYo2R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uvUFhrYo2R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uvUFhrYo2R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulxF5Z6mC2 {
  z-index: 1000;
  width: 100%;
}
.cid-ulxF5Z6mC2 nav.navbar {
  position: fixed;
}
.cid-ulxF5Z6mC2 .navbar-nav {
  margin: auto;
}
.cid-ulxF5Z6mC2 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulxF5Z6mC2 .dropdown-item:hover,
.cid-ulxF5Z6mC2 .dropdown-item:focus {
  background: #3c3d3d !important;
  color: white !important;
}
.cid-ulxF5Z6mC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulxF5Z6mC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulxF5Z6mC2 .navbar-short,
.cid-ulxF5Z6mC2 .opened {
  background: #121212 !important;
  opacity: 1;
  transition: all 0.3s;
}
.cid-ulxF5Z6mC2 .navbar-short .nav-link,
.cid-ulxF5Z6mC2 .opened .nav-link,
.cid-ulxF5Z6mC2 .navbar-short .navbar-caption,
.cid-ulxF5Z6mC2 .opened .navbar-caption,
.cid-ulxF5Z6mC2 .navbar-short .mbr-iconfont,
.cid-ulxF5Z6mC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ulxF5Z6mC2 .navbar-short .hamburger span,
.cid-ulxF5Z6mC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ulxF5Z6mC2 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ulxF5Z6mC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulxF5Z6mC2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulxF5Z6mC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulxF5Z6mC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulxF5Z6mC2 .container {
  display: flex;
  margin: auto;
}
.cid-ulxF5Z6mC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulxF5Z6mC2 .dropdown-menu,
.cid-ulxF5Z6mC2 .navbar.opened {
  background: #121212 !important;
}
.cid-ulxF5Z6mC2 .nav-item:focus,
.cid-ulxF5Z6mC2 .nav-link:focus {
  outline: none;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulxF5Z6mC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulxF5Z6mC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulxF5Z6mC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulxF5Z6mC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 18, 18, 0.6);
}
.cid-ulxF5Z6mC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ulxF5Z6mC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulxF5Z6mC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulxF5Z6mC2 .navbar .navbar-collapse {
  z-index: 1;
}
.cid-ulxF5Z6mC2 .navbar.collapsed {
  justify-content: center;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulxF5Z6mC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulxF5Z6mC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulxF5Z6mC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulxF5Z6mC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulxF5Z6mC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulxF5Z6mC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulxF5Z6mC2 .navbar .navbar-logo img {
    height: 4.5rem !important;
  }
  .cid-ulxF5Z6mC2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulxF5Z6mC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulxF5Z6mC2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulxF5Z6mC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulxF5Z6mC2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulxF5Z6mC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulxF5Z6mC2 .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-ulxF5Z6mC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulxF5Z6mC2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulxF5Z6mC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulxF5Z6mC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulxF5Z6mC2 .dropdown-item.active,
.cid-ulxF5Z6mC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulxF5Z6mC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulxF5Z6mC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulxF5Z6mC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulxF5Z6mC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
}
.cid-ulxF5Z6mC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulxF5Z6mC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulxF5Z6mC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulxF5Z6mC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulxF5Z6mC2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxF5Z6mC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulxF5Z6mC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxF5Z6mC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulxF5Z6mC2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulxF5Z6mC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulxF5Z6mC2 .navbar {
    height: 70px;
  }
  .cid-ulxF5Z6mC2 .navbar.opened {
    height: auto;
  }
  .cid-ulxF5Z6mC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulxF5Z6mC2 p {
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 15px 5px 10px 5px;
}
.cid-ulxF5Z6mC2 h6 {
  text-align: center;
  font-size: 14px;
  padding: 5px 0px;
}
.cid-ulxF5Z6mC2 .contato {
  left: -70px;
  width: 12em;
}
@media (max-width: 768px) {
  .cid-ulxF5Z6mC2 .contato {
    left: 0;
    width: auto;
  }
  .cid-ulxF5Z6mC2 .container {
    padding: 0 !important;
  }
}
.cid-ulxF5Z6mC2 .znv-float-button {
  background: #2c9e54 url('https://img.icons8.com/m_outlined/512/FFFFFF/whatsapp.png') 1px no-repeat;
  background-size: 35px;
  background-position: center;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 62px;
  position: fixed;
  right: 20px;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  width: 62px;
  z-index: 999999;
}
.cid-ulxF5Z6mC2 a {
  color: #e92c6c;
  text-decoration: none;
  font-weight: bold;
}
.cid-ulxF5Z6mC2 [aria-label]::after {
  font-weight: 600;
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -100%;
  left: -155px;
  z-index: 5000;
  pointer-events: none;
  padding: 6px 8px;
  text-decoration: none;
  font-size: .9em;
  color: #fff;
  background-color: #2c9e54;
}
.cid-ulxF5Z6mC2 [aria-label]:hover::after {
  display: block;
}
.cid-uvVniOhijH {
  background-image: url("../../../assets/images/close-up-hands-pouring-beer-glass-2000x1334.jpg");
}
.cid-uvVniOhijH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVniOhijH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVniOhijH .mbr-section-title {
  color: #ffffff;
}
.cid-uvVniOhijH .mbr-text,
.cid-uvVniOhijH .mbr-section-btn {
  color: #ffffff;
}
.cid-uvVolLHb5p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvVolLHb5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVolLHb5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVolLHb5p .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uvVolLHb5p .icon-box {
  background: #dcb300;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvVolLHb5p .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvVolLHb5p .card {
    margin-bottom: 2rem;
  }
  .cid-uvVolLHb5p .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uwFbFfUgih {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #060606;
}
.cid-uwFbFfUgih .title-wrapper .mbr-section-title {
  margin-top: 55px;
}
@media (max-width: 992px) {
  .cid-uwFbFfUgih .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uwFbFfUgih .container {
    padding: 0 22px;
  }
}
.cid-uwFbFfUgih .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 180px;
  max-width: 180px;
}
@media (max-width: 767px) {
  .cid-uwFbFfUgih .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwFbFfUgih .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uwFbFfUgih .embla__slide .slide-content {
    display: block;
  }
}
.cid-uwFbFfUgih .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwFbFfUgih .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uwFbFfUgih .embla__button--next,
.cid-uwFbFfUgih .embla__button--prev {
  display: flex;
}
.cid-uwFbFfUgih .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwFbFfUgih .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwFbFfUgih .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uwFbFfUgih .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uwFbFfUgih .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uwFbFfUgih .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uwFbFfUgih .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwFbFfUgih .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uwFbFfUgih .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uwFbFfUgih .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwFbFfUgih .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwFbFfUgih .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwFbFfUgih .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvUFhrYo2R {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #121212;
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvUFhrYo2R .mbr-text {
  color: #767676;
}
.cid-uvUFhrYo2R .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uvUFhrYo2R .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-uvUFhrYo2R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uvUFhrYo2R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uvUFhrYo2R .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uvUFhrYo2R .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uvUFhrYo2R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvUFhrYo2R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
