.btn {
  border-width: 2px;
}
body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c4c4c8;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: #97979e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6ec7f2;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent !important;
  border-color: #1ea8eb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fafafa;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.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: #fafafa !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: #fafafa !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='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tYP6WXduHf {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #22a5e5;
}
.cid-tYP6WXduHf .mbr-text,
.cid-tYP6WXduHf .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tYP6WXduHf .mbr-section-title,
  .cid-tYP6WXduHf .mbr-section-btn,
  .cid-tYP6WXduHf .mbr-text {
    text-align: center;
  }
}
.cid-tYP6WXduHf .mbr-section-subtitle {
  color: #161616;
  letter-spacing: 6px;
}
.cid-tYP6WXduHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYP6WXduHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYP6WXduHf .mbr-section-title {
  color: #fafafa;
}
.cid-tXssUZQ1Y8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-tXssUZQ1Y8 .mbr-text,
.cid-tXssUZQ1Y8 .mbr-section-btn {
  color: #fafafa;
}
.cid-tXssUZQ1Y8 .row {
  justify-content: start;
}
.cid-tXssUZQ1Y8 .mbr-section-title {
  color: #fafafa;
}
.cid-tXssUZQ1Y8 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tXssUZQ1Y8 .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-tXssUZQ1Y8 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tXssUZQ1Y8 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tXssUZQ1Y8 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tXssUZQ1Y8 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tXssUZQ1Y8 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tXssUZQ1Y8 .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tXssUZQ1Y8 .mbr-section-title,
.cid-tXssUZQ1Y8 .card-box {
  text-align: center;
}
.cid-taOwgHUAs2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c1541c;
}
.cid-taOwgHUAs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwgHUAs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwgHUAs2 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-taOwgHUAs2 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-taOwgHUAs2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taOwgHUAs2 .item-wrapper .w-100 {
  height: 300px;
}
.cid-taOwgHUAs2 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwgHUAs2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taOwgHUAs2 .carousel-control,
.cid-taOwgHUAs2 .close {
  background: #1b1b1b;
}
.cid-taOwgHUAs2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taOwgHUAs2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-taOwgHUAs2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taOwgHUAs2 .close::before {
  content: '\e91a';
}
.cid-taOwgHUAs2 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taOwgHUAs2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taOwgHUAs2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taOwgHUAs2 .carousel-indicators li.active,
.cid-taOwgHUAs2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taOwgHUAs2 .carousel-indicators li::after,
.cid-taOwgHUAs2 .carousel-indicators li::before {
  content: none;
}
.cid-taOwgHUAs2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .carousel-indicators {
    display: none;
  }
}
.cid-taOwgHUAs2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .carousel-inner > .active {
  display: block;
}
.cid-taOwgHUAs2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taOwgHUAs2 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taOwgHUAs2 .carousel-control,
  .cid-taOwgHUAs2 .carousel-indicators,
  .cid-taOwgHUAs2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taOwgHUAs2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taOwgHUAs2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taOwgHUAs2 .carousel-indicators .active,
.cid-taOwgHUAs2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taOwgHUAs2 .carousel-indicators .active {
  background: #fafafa;
}
.cid-taOwgHUAs2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taOwgHUAs2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taOwgHUAs2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taOwgHUAs2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taOwgHUAs2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taOwgHUAs2 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taOwgHUAs2 .carousel {
  width: 100%;
}
.cid-taOwgHUAs2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taOwgHUAs2 .modal.fade .modal-dialog,
.cid-taOwgHUAs2 .modal.in .modal-dialog {
  transform: none;
}
.cid-taOwgHUAs2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taOwgHUAs2 H6 {
  text-align: center;
}
.cid-taOwgHUAs2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwgHUAs2 .rotate {
    top: -6px;
  }
}
.cid-taOwgHUAs2 .title-relative {
  position: relative;
}
.cid-taOwgHUAs2 .mbr-section-title,
.cid-taOwgHUAs2 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-taOwgHUAs2 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-taOwgHUAs2 .item-content {
    padding: 1rem;
  }
}
.cid-taOwgHUAs2 .mbr-text,
.cid-taOwgHUAs2 .item-title {
  color: #fafafa;
}
.cid-taOwgHUAs2 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-taOwgHUAs2 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-taOwgHUAs2 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-taOwgHUAs2 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-taOwgHUAs2 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-taOwgHUAs2 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-taOwgHUAs2 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tKCSXSn6ms {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c1541c;
}
.cid-tKCSXSn6ms .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKCSXSn6ms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKCSXSn6ms .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tKCSXSn6ms .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tKCSXSn6ms .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKCSXSn6ms .item-wrapper .w-100 {
  height: 300px;
}
.cid-tKCSXSn6ms .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tKCSXSn6ms .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKCSXSn6ms .carousel-control,
.cid-tKCSXSn6ms .close {
  background: #1b1b1b;
}
.cid-tKCSXSn6ms .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKCSXSn6ms .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKCSXSn6ms .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKCSXSn6ms .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKCSXSn6ms .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKCSXSn6ms .close::before {
  content: '\e91a';
}
.cid-tKCSXSn6ms .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tKCSXSn6ms .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKCSXSn6ms .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKCSXSn6ms .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKCSXSn6ms .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKCSXSn6ms .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKCSXSn6ms .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKCSXSn6ms .carousel-indicators li.active,
.cid-tKCSXSn6ms .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKCSXSn6ms .carousel-indicators li::after,
.cid-tKCSXSn6ms .carousel-indicators li::before {
  content: none;
}
.cid-tKCSXSn6ms .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKCSXSn6ms .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKCSXSn6ms .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKCSXSn6ms .carousel-indicators {
    display: none;
  }
}
.cid-tKCSXSn6ms .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKCSXSn6ms .carousel-inner > .active {
  display: block;
}
.cid-tKCSXSn6ms .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKCSXSn6ms .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKCSXSn6ms .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKCSXSn6ms .carousel-control,
  .cid-tKCSXSn6ms .carousel-indicators,
  .cid-tKCSXSn6ms .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKCSXSn6ms .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKCSXSn6ms .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKCSXSn6ms .carousel-indicators .active,
.cid-tKCSXSn6ms .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKCSXSn6ms .carousel-indicators .active {
  background: #fafafa;
}
.cid-tKCSXSn6ms .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKCSXSn6ms .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKCSXSn6ms .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKCSXSn6ms .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKCSXSn6ms .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKCSXSn6ms .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKCSXSn6ms .carousel {
  width: 100%;
}
.cid-tKCSXSn6ms .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKCSXSn6ms .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKCSXSn6ms .modal.fade .modal-dialog,
.cid-tKCSXSn6ms .modal.in .modal-dialog {
  transform: none;
}
.cid-tKCSXSn6ms .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKCSXSn6ms H6 {
  text-align: center;
}
.cid-tKCSXSn6ms .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKCSXSn6ms .rotate {
    top: -6px;
  }
}
.cid-tKCSXSn6ms .title-relative {
  position: relative;
}
.cid-tKCSXSn6ms .mbr-section-title,
.cid-tKCSXSn6ms .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tKCSXSn6ms .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tKCSXSn6ms .item-content {
    padding: 1rem;
  }
}
.cid-tKCSXSn6ms .mbr-text,
.cid-tKCSXSn6ms .item-title {
  color: #fafafa;
}
.cid-tKCSXSn6ms .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tKCSXSn6ms .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tKCSXSn6ms .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tKCSXSn6ms .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tKCSXSn6ms .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tKCSXSn6ms .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tKCSXSn6ms .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tKCTdcDxvk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c1541c;
}
.cid-tKCTdcDxvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKCTdcDxvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKCTdcDxvk .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tKCTdcDxvk .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tKCTdcDxvk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKCTdcDxvk .item-wrapper .w-100 {
  height: 300px;
}
.cid-tKCTdcDxvk .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tKCTdcDxvk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKCTdcDxvk .carousel-control,
.cid-tKCTdcDxvk .close {
  background: #1b1b1b;
}
.cid-tKCTdcDxvk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKCTdcDxvk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKCTdcDxvk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKCTdcDxvk .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKCTdcDxvk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKCTdcDxvk .close::before {
  content: '\e91a';
}
.cid-tKCTdcDxvk .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tKCTdcDxvk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKCTdcDxvk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKCTdcDxvk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKCTdcDxvk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKCTdcDxvk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKCTdcDxvk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKCTdcDxvk .carousel-indicators li.active,
.cid-tKCTdcDxvk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKCTdcDxvk .carousel-indicators li::after,
.cid-tKCTdcDxvk .carousel-indicators li::before {
  content: none;
}
.cid-tKCTdcDxvk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKCTdcDxvk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKCTdcDxvk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKCTdcDxvk .carousel-indicators {
    display: none;
  }
}
.cid-tKCTdcDxvk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKCTdcDxvk .carousel-inner > .active {
  display: block;
}
.cid-tKCTdcDxvk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKCTdcDxvk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKCTdcDxvk .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKCTdcDxvk .carousel-control,
  .cid-tKCTdcDxvk .carousel-indicators,
  .cid-tKCTdcDxvk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKCTdcDxvk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKCTdcDxvk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKCTdcDxvk .carousel-indicators .active,
.cid-tKCTdcDxvk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKCTdcDxvk .carousel-indicators .active {
  background: #fafafa;
}
.cid-tKCTdcDxvk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKCTdcDxvk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKCTdcDxvk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKCTdcDxvk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKCTdcDxvk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKCTdcDxvk .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKCTdcDxvk .carousel {
  width: 100%;
}
.cid-tKCTdcDxvk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKCTdcDxvk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKCTdcDxvk .modal.fade .modal-dialog,
.cid-tKCTdcDxvk .modal.in .modal-dialog {
  transform: none;
}
.cid-tKCTdcDxvk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKCTdcDxvk H6 {
  text-align: center;
}
.cid-tKCTdcDxvk .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKCTdcDxvk .rotate {
    top: -6px;
  }
}
.cid-tKCTdcDxvk .title-relative {
  position: relative;
}
.cid-tKCTdcDxvk .mbr-section-title,
.cid-tKCTdcDxvk .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tKCTdcDxvk .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tKCTdcDxvk .item-content {
    padding: 1rem;
  }
}
.cid-tKCTdcDxvk .mbr-text,
.cid-tKCTdcDxvk .item-title {
  color: #fafafa;
}
.cid-tKCTdcDxvk .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tKCTdcDxvk .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tKCTdcDxvk .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tKCTdcDxvk .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tKCTdcDxvk .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tKCTdcDxvk .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tKCTdcDxvk .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-taOwhm7MiC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #22a5e5;
}
.cid-taOwhm7MiC .mbr-text,
.cid-taOwhm7MiC .mbr-section-btn {
  color: #fafafa;
}
.cid-taOwhm7MiC .row {
  justify-content: start;
}
.cid-taOwhm7MiC .mbr-section-title {
  color: #fafafa;
}
.cid-taOwhm7MiC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper {
    flex-direction: column-reverse;
  }
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-taOwhm7MiC .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-taOwidkAcI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1541c;
}
.cid-taOwidkAcI .rotate {
  transform: rotate(225deg);
}
.cid-taOwidkAcI svg {
  transition: all 0.4s;
}
.cid-taOwidkAcI a:hover > svg {
  transform: rotate(315deg);
}
.cid-taOwidkAcI .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOwidkAcI .style-button {
    transform: translateY(-165px);
  }
}
.cid-taOwmuyXYe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-taOwmuyXYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwmuyXYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwmuyXYe .mbr-section-title,
.cid-taOwmuyXYe .mbr-text,
.cid-taOwmuyXYe .card-title,
.cid-taOwmuyXYe .num {
  color: #fafafa;
}
.cid-taOwmuyXYe .title .num {
  width: 100%;
  display: block;
}
.cid-taOwmuyXYe .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-taOwmuyXYe .content-column {
    margin-bottom: 2rem;
  }
  .cid-taOwmuyXYe .p-center {
    padding: 30px 0;
  }
}
.cid-taOwmuyXYe .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwmuyXYe .rotate {
    top: 30px;
  }
}
.cid-taOwmuyXYe .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-taOwmuyXYe .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-taOwmOG9rv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c1541c;
  background-position: initial !important;
}
.cid-taOwmOG9rv .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-taOwmOG9rv .mbr-section-title {
  color: #fafafa;
  text-align: left;
  margin-bottom: 70px;
}
.cid-taOwmOG9rv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 58%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-taOwmOG9rv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-taOwmOG9rv .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-taOwmOG9rv .embla__slide {
    min-width: 375px;
  }
}
.cid-taOwmOG9rv .embla__button--next,
.cid-taOwmOG9rv .embla__button--prev {
  display: flex;
}
.cid-taOwmOG9rv .embla__button {
  transition: background-color 300ms ease, transform 300ms ease;
  border: 1px solid #2b2b2b;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -16%;
  margin-top: -1.5rem;
  background-color: #fafafa;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-taOwmOG9rv .embla__button {
    top: -18%;
  }
}
.cid-taOwmOG9rv .embla__button:disabled {
  cursor: default;
}
.cid-taOwmOG9rv .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-taOwmOG9rv .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-taOwmOG9rv .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-taOwmOG9rv .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-taOwmOG9rv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-taOwmOG9rv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-taOwmOG9rv .embla {
  position: relative;
  width: 100%;
}
.cid-taOwmOG9rv .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-taOwmOG9rv .embla__viewport {
    margin-left: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-taOwmOG9rv .embla__viewport {
    margin-left: 0;
  }
}
.cid-taOwmOG9rv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-taOwmOG9rv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-taOwmOG9rv .embla__container {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 426px) and (max-width: 991px) {
  .cid-taOwmOG9rv .embla__container {
    margin-top: 30px;
  }
}
.cid-taOwmOG9rv .shadow {
  border-radius: 4px;
  overflow: visible;
  padding: 0 15px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.cid-taOwmOG9rv .card-title {
  margin: 35px 0;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
.cid-taOwmOG9rv .card-text {
  color: #000000;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 50px;
  line-height: 31px;
}
.cid-taOwmOG9rv .card-title,
.cid-taOwmOG9rv .iconfont-wrapper {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-taOwmOG9rv .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-taOwmOG9rv .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-taOwmOG9rv .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-taOwmOG9rv .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-taOwmOG9rv .embla__container {
    transform: translateX(-25px);
  }
  .cid-taOwmOG9rv .embla__slide {
    min-width: 290px;
  }
}
@media (max-width: 420px) and (max-width: 425px) {
  .cid-taOwmOG9rv .embla__button--next {
    right: 20px;
    top: -35px;
  }
  .cid-taOwmOG9rv .embla__button--prev {
    right: 30px;
    top: -35px;
  }
}
.cid-taOwmOG9rv .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwmOG9rv .rotate {
    top: 30px;
  }
}
.cid-taOwo0l45a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-taOwo0l45a .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwo0l45a .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-taOwo0l45a .row {
    flex-direction: column-reverse;
  }
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-taOwo0l45a .image-wrapper {
    display: none;
  }
  .cid-taOwo0l45a .card-title {
    line-height: 46px !important;
  }
}
.cid-taOwo0l45a .content-wrapper {
  background: #22a5e5;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-taOwo0l45a .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-taOwo0l45a .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-taOwo0l45a .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-taOwo0l45a .card-title,
.cid-taOwo0l45a .mbr-text {
  color: #fafafa;
}
.cid-taOwo0l45a .card-title {
  line-height: 69px;
}
@media (min-width: 991px) {
  .cid-taOwo0l45a .card-title-position {
    margin-left: 25rem;
  }
  .cid-taOwo0l45a .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-taOwo0l45a .mbr-text {
  padding-left: 50px;
}
.cid-taOwo0l45a .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-taOwo0l45a .arrow-text {
    display: none;
  }
  .cid-taOwo0l45a .mbr-text {
    padding-left: 0;
  }
}
.cid-taOwo0l45a .for-arrow {
  position: relative;
}
.cid-taOws3pn0j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1541c;
}
.cid-taOws3pn0j .rotate {
  transform: rotate(225deg);
}
.cid-taOws3pn0j svg {
  transition: all 0.4s;
}
.cid-taOws3pn0j a:hover > svg {
  transform: rotate(315deg);
}
.cid-taOws3pn0j .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOws3pn0j .style-button {
    transform: translateY(-165px);
  }
}
.cid-tKCZFrfmNO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  margin-top: -3px;
  background-color: #22a5e5;
}
.cid-tKCZFrfmNO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-tKCZFrfmNO .content {
  border: 3px solid #fafafa;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tKCZFrfmNO .content {
    padding: 125px 234px 92px;
  }
}
.cid-tKCZFrfmNO label {
  font-weight: 700;
}
.cid-tKCZFrfmNO .title {
  position: absolute;
  border-radius: 20px;
  background-color: #fafafa;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tKCZFrfmNO .title {
    min-width: 200px;
  }
}
.cid-tKCZFrfmNO form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tKCZFrfmNO form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tKCZFrfmNO form .form-control::placeholder {
  color: #adadad;
}
.cid-tKCZFrfmNO form .mbr-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tKCZFrfmNO form .mbr-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tKCZFrfmNO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tKCZFrfmNO form textarea {
  height: 80px;
}
.cid-tKCZFrfmNO form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tKCZFrfmNO form .checkbox {
  margin-left: 20px;
}
.cid-tKCZFrfmNO .btn-secondary {
  color: #000000 !important;
}
.cid-tKCZFrfmNO .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tKCZFrfmNO label span {
  color: #a94442;
}
.cid-tKCZFrfmNO .checkbox,
.cid-tKCZFrfmNO .form-group {
  margin-bottom: 1rem;
}
.cid-tKCZFrfmNO LABEL {
  color: #fafafa;
}
.cid-tKCZFrfmNO .mbr-section-title {
  color: #161616;
}
.cid-tLjozBc9Tj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tLjozBc9Tj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLjozBc9Tj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLjozBc9Tj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLjozBc9Tj .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLjozBc9Tj .container {
  padding: 0;
}
.cid-tLjozBc9Tj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLjozBc9Tj .icon-focus {
  display: none;
}
.cid-tLjozBc9Tj .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tLjozBc9Tj .btn-primary-outline:hover {
  background: transparent !important;
  color: #fafafa !important;
}
.cid-tLjozBc9Tj li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tLjozBc9Tj li {
  position: relative;
}
.cid-tLjozBc9Tj .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tLjozBc9Tj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tLjozBc9Tj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tLjozBc9Tj .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tLjozBc9Tj .btn {
  font-family: Jost !important;
}
.cid-tLjozBc9Tj .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tLjozBc9Tj .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tLjozBc9Tj .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tLjozBc9Tj li:not(:last-child):after {
    top: 9px;
  }
  .cid-tLjozBc9Tj .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-u9eWpnOQWM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1541c;
}
.cid-u9eWpnOQWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9eWpnOQWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9eWpnOQWM .mbr-section-title,
.cid-u9eWpnOQWM .mbr-text,
.cid-u9eWpnOQWM .card-title,
.cid-u9eWpnOQWM .num {
  color: #fafafa;
}
.cid-u9eWpnOQWM .title .num {
  width: 100%;
  display: block;
}
.cid-u9eWpnOQWM .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-u9eWpnOQWM .content-column {
    margin-bottom: 2rem;
  }
  .cid-u9eWpnOQWM .p-center {
    padding: 30px 0;
  }
}
.cid-u9eWpnOQWM .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9eWpnOQWM .rotate {
    top: 30px;
  }
}
.cid-u9eWpnOQWM .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-u9eWpnOQWM .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-taOwtmmLSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-taOwtmmLSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwtmmLSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwtmmLSb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .row {
    text-align: center;
  }
  .cid-taOwtmmLSb .row > div {
    margin: auto;
  }
  .cid-taOwtmmLSb .social-row {
    justify-content: center;
  }
  .cid-taOwtmmLSb .soc-item {
    padding-top: 0 !important;
  }
}
.cid-taOwtmmLSb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-taOwtmmLSb .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taOwtmmLSb .list {
    margin-bottom: 0rem;
  }
}
.cid-taOwtmmLSb .mbr-text,
.cid-taOwtmmLSb .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-taOwtmmLSb .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-taOwtmmLSb .soc-item:last-child {
  margin-right: 0;
}
.cid-taOwtmmLSb .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-taOwtmmLSb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-taOwtmmLSb .self-center {
  align-self: center;
}
.cid-taOwtmmLSb .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-taOwtmmLSb .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .indent-up {
    margin-bottom: 0;
  }
}
.cid-taOwtmmLSb .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-taOwtmmLSb .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-taOwtmmLSb .position {
    text-align: center;
  }
}
.cid-taOwtmmLSb .pt-16 {
  padding-top: 16px;
}
.cid-taOwtmmLSb .pb-16 {
  padding-bottom: 16px;
}
.cid-taOwtmmLSb P {
  color: #fafafa;
}
.cid-u1C5ZSe8Fp {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u1C5ZSe8Fp .navbar-dropdown {
  position: relative !important;
}
.cid-u1C5ZSe8Fp .navbar-dropdown {
  position: absolute !important;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1C5ZSe8Fp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1C5ZSe8Fp .dropdown-item:hover,
.cid-u1C5ZSe8Fp .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-u1C5ZSe8Fp .dropdown-item:hover span {
  color: white;
}
.cid-u1C5ZSe8Fp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1C5ZSe8Fp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1C5ZSe8Fp .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-u1C5ZSe8Fp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1C5ZSe8Fp .container {
    flex-wrap: nowrap;
  }
}
.cid-u1C5ZSe8Fp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1C5ZSe8Fp .dropdown-menu,
.cid-u1C5ZSe8Fp .navbar.opened {
  background: #22a5e5 !important;
}
.cid-u1C5ZSe8Fp .nav-item:focus,
.cid-u1C5ZSe8Fp .nav-link:focus {
  outline: none;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1C5ZSe8Fp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1C5ZSe8Fp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1C5ZSe8Fp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(34, 165, 229, 0);
}
.cid-u1C5ZSe8Fp .navbar.opened {
  transition: all 0.3s;
}
.cid-u1C5ZSe8Fp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1C5ZSe8Fp .navbar .navbar-logo img {
  width: auto;
}
.cid-u1C5ZSe8Fp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1C5ZSe8Fp .navbar.collapsed {
  justify-content: center;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1C5ZSe8Fp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1C5ZSe8Fp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1C5ZSe8Fp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1C5ZSe8Fp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1C5ZSe8Fp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1C5ZSe8Fp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1C5ZSe8Fp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1C5ZSe8Fp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1C5ZSe8Fp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1C5ZSe8Fp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1C5ZSe8Fp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1C5ZSe8Fp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1C5ZSe8Fp .dropdown-item.active,
.cid-u1C5ZSe8Fp .dropdown-item:active {
  background-color: transparent;
}
.cid-u1C5ZSe8Fp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1C5ZSe8Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-u1C5ZSe8Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1C5ZSe8Fp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1C5ZSe8Fp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1C5ZSe8Fp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1C5ZSe8Fp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar {
    height: 70px;
  }
  .cid-u1C5ZSe8Fp .navbar.opened {
    height: auto;
  }
  .cid-u1C5ZSe8Fp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKD5O0d8F3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-2.jpg");
}
.cid-tKD5O0d8F3 .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tKD5O0d8F3 .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tKD5O0d8F3 .card-btn svg {
  transition: all 0.4s;
}
.cid-tKD5O0d8F3 .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tKD5O0d8F3 .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tKD5O0d8F3 .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tKD5O0d8F3 .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tKD5O0d8F3 .column {
  display: flex;
  flex-direction: column;
}
.cid-tKD5O0d8F3 .mbr-card-title,
.cid-tKD5O0d8F3 .mbr-text {
  color: #fafafa;
}
.cid-tKD5O0d8F3 .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tKD5O0d8F3 .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tKD5O0Yxex {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-tKD5O0Yxex .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKD5O0Yxex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKD5O0Yxex .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tKD5O0Yxex .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tKD5O0Yxex .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKD5O0Yxex .item-wrapper .w-100 {
  height: 300px;
}
.cid-tKD5O0Yxex .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tKD5O0Yxex .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKD5O0Yxex .carousel-control,
.cid-tKD5O0Yxex .close {
  background: #1b1b1b;
}
.cid-tKD5O0Yxex .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKD5O0Yxex .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKD5O0Yxex .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKD5O0Yxex .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKD5O0Yxex .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKD5O0Yxex .close::before {
  content: '\e91a';
}
.cid-tKD5O0Yxex .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tKD5O0Yxex .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKD5O0Yxex .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKD5O0Yxex .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKD5O0Yxex .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKD5O0Yxex .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKD5O0Yxex .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKD5O0Yxex .carousel-indicators li.active,
.cid-tKD5O0Yxex .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKD5O0Yxex .carousel-indicators li::after,
.cid-tKD5O0Yxex .carousel-indicators li::before {
  content: none;
}
.cid-tKD5O0Yxex .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKD5O0Yxex .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O0Yxex .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O0Yxex .carousel-indicators {
    display: none;
  }
}
.cid-tKD5O0Yxex .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKD5O0Yxex .carousel-inner > .active {
  display: block;
}
.cid-tKD5O0Yxex .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKD5O0Yxex .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKD5O0Yxex .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKD5O0Yxex .carousel-control,
  .cid-tKD5O0Yxex .carousel-indicators,
  .cid-tKD5O0Yxex .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O0Yxex .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKD5O0Yxex .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKD5O0Yxex .carousel-indicators .active,
.cid-tKD5O0Yxex .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKD5O0Yxex .carousel-indicators .active {
  background: #fafafa;
}
.cid-tKD5O0Yxex .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKD5O0Yxex .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKD5O0Yxex .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKD5O0Yxex .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKD5O0Yxex .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKD5O0Yxex .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKD5O0Yxex .carousel {
  width: 100%;
}
.cid-tKD5O0Yxex .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKD5O0Yxex .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKD5O0Yxex .modal.fade .modal-dialog,
.cid-tKD5O0Yxex .modal.in .modal-dialog {
  transform: none;
}
.cid-tKD5O0Yxex .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKD5O0Yxex H6 {
  text-align: center;
}
.cid-tKD5O0Yxex .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKD5O0Yxex .rotate {
    top: -6px;
  }
}
.cid-tKD5O0Yxex .title-relative {
  position: relative;
}
.cid-tKD5O0Yxex .mbr-section-title,
.cid-tKD5O0Yxex .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tKD5O0Yxex .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O0Yxex .item-content {
    padding: 1rem;
  }
}
.cid-tKD5O0Yxex .mbr-text,
.cid-tKD5O0Yxex .item-title {
  color: #fafafa;
}
.cid-tKD5O0Yxex .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tKD5O0Yxex .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tKD5O0Yxex .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tKD5O0Yxex .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tKD5O0Yxex .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tKD5O0Yxex .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tKD5O0Yxex .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tKD5O1w938 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-tKD5O1w938 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKD5O1w938 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKD5O1w938 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tKD5O1w938 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tKD5O1w938 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKD5O1w938 .item-wrapper .w-100 {
  height: 300px;
}
.cid-tKD5O1w938 .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tKD5O1w938 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKD5O1w938 .carousel-control,
.cid-tKD5O1w938 .close {
  background: #1b1b1b;
}
.cid-tKD5O1w938 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKD5O1w938 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKD5O1w938 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKD5O1w938 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKD5O1w938 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKD5O1w938 .close::before {
  content: '\e91a';
}
.cid-tKD5O1w938 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tKD5O1w938 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKD5O1w938 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKD5O1w938 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKD5O1w938 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKD5O1w938 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKD5O1w938 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKD5O1w938 .carousel-indicators li.active,
.cid-tKD5O1w938 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKD5O1w938 .carousel-indicators li::after,
.cid-tKD5O1w938 .carousel-indicators li::before {
  content: none;
}
.cid-tKD5O1w938 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKD5O1w938 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O1w938 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O1w938 .carousel-indicators {
    display: none;
  }
}
.cid-tKD5O1w938 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKD5O1w938 .carousel-inner > .active {
  display: block;
}
.cid-tKD5O1w938 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKD5O1w938 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKD5O1w938 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKD5O1w938 .carousel-control,
  .cid-tKD5O1w938 .carousel-indicators,
  .cid-tKD5O1w938 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O1w938 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKD5O1w938 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKD5O1w938 .carousel-indicators .active,
.cid-tKD5O1w938 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKD5O1w938 .carousel-indicators .active {
  background: #fafafa;
}
.cid-tKD5O1w938 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKD5O1w938 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKD5O1w938 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKD5O1w938 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKD5O1w938 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKD5O1w938 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKD5O1w938 .carousel {
  width: 100%;
}
.cid-tKD5O1w938 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKD5O1w938 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKD5O1w938 .modal.fade .modal-dialog,
.cid-tKD5O1w938 .modal.in .modal-dialog {
  transform: none;
}
.cid-tKD5O1w938 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKD5O1w938 H6 {
  text-align: center;
}
.cid-tKD5O1w938 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKD5O1w938 .rotate {
    top: -6px;
  }
}
.cid-tKD5O1w938 .title-relative {
  position: relative;
}
.cid-tKD5O1w938 .mbr-section-title,
.cid-tKD5O1w938 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tKD5O1w938 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O1w938 .item-content {
    padding: 1rem;
  }
}
.cid-tKD5O1w938 .mbr-text,
.cid-tKD5O1w938 .item-title {
  color: #fafafa;
}
.cid-tKD5O1w938 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tKD5O1w938 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tKD5O1w938 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tKD5O1w938 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tKD5O1w938 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tKD5O1w938 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tKD5O1w938 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tKD5O22xoG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-tKD5O22xoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKD5O22xoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKD5O22xoG .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-tKD5O22xoG .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-tKD5O22xoG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKD5O22xoG .item-wrapper .w-100 {
  height: 300px;
}
.cid-tKD5O22xoG .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tKD5O22xoG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKD5O22xoG .carousel-control,
.cid-tKD5O22xoG .close {
  background: #1b1b1b;
}
.cid-tKD5O22xoG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKD5O22xoG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKD5O22xoG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKD5O22xoG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKD5O22xoG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKD5O22xoG .close::before {
  content: '\e91a';
}
.cid-tKD5O22xoG .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-tKD5O22xoG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKD5O22xoG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKD5O22xoG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKD5O22xoG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKD5O22xoG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKD5O22xoG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKD5O22xoG .carousel-indicators li.active,
.cid-tKD5O22xoG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKD5O22xoG .carousel-indicators li::after,
.cid-tKD5O22xoG .carousel-indicators li::before {
  content: none;
}
.cid-tKD5O22xoG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKD5O22xoG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O22xoG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O22xoG .carousel-indicators {
    display: none;
  }
}
.cid-tKD5O22xoG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKD5O22xoG .carousel-inner > .active {
  display: block;
}
.cid-tKD5O22xoG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKD5O22xoG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKD5O22xoG .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKD5O22xoG .carousel-control,
  .cid-tKD5O22xoG .carousel-indicators,
  .cid-tKD5O22xoG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O22xoG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKD5O22xoG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKD5O22xoG .carousel-indicators .active,
.cid-tKD5O22xoG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKD5O22xoG .carousel-indicators .active {
  background: #fafafa;
}
.cid-tKD5O22xoG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKD5O22xoG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKD5O22xoG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKD5O22xoG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKD5O22xoG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKD5O22xoG .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKD5O22xoG .carousel {
  width: 100%;
}
.cid-tKD5O22xoG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKD5O22xoG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKD5O22xoG .modal.fade .modal-dialog,
.cid-tKD5O22xoG .modal.in .modal-dialog {
  transform: none;
}
.cid-tKD5O22xoG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKD5O22xoG H6 {
  text-align: center;
}
.cid-tKD5O22xoG .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKD5O22xoG .rotate {
    top: -6px;
  }
}
.cid-tKD5O22xoG .title-relative {
  position: relative;
}
.cid-tKD5O22xoG .mbr-section-title,
.cid-tKD5O22xoG .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tKD5O22xoG .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O22xoG .item-content {
    padding: 1rem;
  }
}
.cid-tKD5O22xoG .mbr-text,
.cid-tKD5O22xoG .item-title {
  color: #fafafa;
}
.cid-tKD5O22xoG .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-tKD5O22xoG .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-tKD5O22xoG .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-tKD5O22xoG .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-tKD5O22xoG .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-tKD5O22xoG .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-tKD5O22xoG .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-tKD5O2Tstd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
}
.cid-tKD5O2Tstd .mbr-text,
.cid-tKD5O2Tstd .mbr-section-btn {
  color: #fafafa;
}
.cid-tKD5O2Tstd .row {
  justify-content: start;
}
.cid-tKD5O2Tstd .mbr-section-title {
  color: #fafafa;
}
.cid-tKD5O2Tstd .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKD5O2Tstd .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O2Tstd .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tKD5O2Tstd .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tKD5O2Tstd .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tKD5O2Tstd .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tKD5O2Tstd .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tKD5O2Tstd .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tKD5O3px6N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b2b2b;
}
.cid-tKD5O3px6N .rotate {
  transform: rotate(225deg);
}
.cid-tKD5O3px6N svg {
  transition: all 0.4s;
}
.cid-tKD5O3px6N a:hover > svg {
  transform: rotate(315deg);
}
.cid-tKD5O3px6N .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tKD5O3px6N .style-button {
    transform: translateY(-165px);
  }
}
.cid-tKD5O3GDR6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b2b2b;
}
.cid-tKD5O3GDR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKD5O3GDR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKD5O3GDR6 .mbr-section-title,
.cid-tKD5O3GDR6 .mbr-text,
.cid-tKD5O3GDR6 .card-title,
.cid-tKD5O3GDR6 .num {
  color: #fafafa;
}
.cid-tKD5O3GDR6 .title .num {
  width: 100%;
  display: block;
}
.cid-tKD5O3GDR6 .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tKD5O3GDR6 .content-column {
    margin-bottom: 2rem;
  }
  .cid-tKD5O3GDR6 .p-center {
    padding: 30px 0;
  }
}
.cid-tKD5O3GDR6 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKD5O3GDR6 .rotate {
    top: 30px;
  }
}
.cid-tKD5O3GDR6 .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-tKD5O3GDR6 .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-tKD5O43MoX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #2b2b2b;
  background-position: initial !important;
}
.cid-tKD5O43MoX .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tKD5O43MoX .mbr-section-title {
  color: #fafafa;
  text-align: left;
  margin-bottom: 70px;
}
.cid-tKD5O43MoX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 58%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tKD5O43MoX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tKD5O43MoX .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tKD5O43MoX .embla__slide {
    min-width: 375px;
  }
}
.cid-tKD5O43MoX .embla__button--next,
.cid-tKD5O43MoX .embla__button--prev {
  display: flex;
}
.cid-tKD5O43MoX .embla__button {
  transition: background-color 300ms ease, transform 300ms ease;
  border: 1px solid #2b2b2b;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -16%;
  margin-top: -1.5rem;
  background-color: #fafafa;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tKD5O43MoX .embla__button {
    top: -18%;
  }
}
.cid-tKD5O43MoX .embla__button:disabled {
  cursor: default;
}
.cid-tKD5O43MoX .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-tKD5O43MoX .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tKD5O43MoX .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-tKD5O43MoX .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-tKD5O43MoX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tKD5O43MoX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tKD5O43MoX .embla {
  position: relative;
  width: 100%;
}
.cid-tKD5O43MoX .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKD5O43MoX .embla__viewport {
    margin-left: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-tKD5O43MoX .embla__viewport {
    margin-left: 0;
  }
}
.cid-tKD5O43MoX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tKD5O43MoX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tKD5O43MoX .embla__container {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 426px) and (max-width: 991px) {
  .cid-tKD5O43MoX .embla__container {
    margin-top: 30px;
  }
}
.cid-tKD5O43MoX .shadow {
  border-radius: 4px;
  overflow: visible;
  padding: 0 15px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.cid-tKD5O43MoX .card-title {
  margin: 35px 0;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
.cid-tKD5O43MoX .card-text {
  color: #000000;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 50px;
  line-height: 31px;
}
.cid-tKD5O43MoX .card-title,
.cid-tKD5O43MoX .iconfont-wrapper {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-tKD5O43MoX .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-tKD5O43MoX .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-tKD5O43MoX .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-tKD5O43MoX .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-tKD5O43MoX .embla__container {
    transform: translateX(-25px);
  }
  .cid-tKD5O43MoX .embla__slide {
    min-width: 290px;
  }
}
@media (max-width: 420px) and (max-width: 425px) {
  .cid-tKD5O43MoX .embla__button--next {
    right: 20px;
    top: -35px;
  }
  .cid-tKD5O43MoX .embla__button--prev {
    right: 30px;
    top: -35px;
  }
}
.cid-tKD5O43MoX .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tKD5O43MoX .rotate {
    top: 30px;
  }
}
.cid-tKD5O60A3V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b2b2b;
}
.cid-tKD5O60A3V .rotate {
  transform: rotate(225deg);
}
.cid-tKD5O60A3V svg {
  transition: all 0.4s;
}
.cid-tKD5O60A3V a:hover > svg {
  transform: rotate(315deg);
}
.cid-tKD5O60A3V .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tKD5O60A3V .style-button {
    transform: translateY(-165px);
  }
}
.cid-tKD5O6k9Q3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  margin-top: -3px;
  background-color: #2b2b2b;
}
.cid-tKD5O6k9Q3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-tKD5O6k9Q3 .content {
  border: 3px solid #fafafa;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tKD5O6k9Q3 .content {
    padding: 125px 234px 92px;
  }
}
.cid-tKD5O6k9Q3 label {
  font-weight: 700;
}
.cid-tKD5O6k9Q3 .title {
  position: absolute;
  border-radius: 20px;
  background-color: #fafafa;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tKD5O6k9Q3 .title {
    min-width: 200px;
  }
}
.cid-tKD5O6k9Q3 form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tKD5O6k9Q3 form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tKD5O6k9Q3 form .form-control::placeholder {
  color: #adadad;
}
.cid-tKD5O6k9Q3 form .mbr-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tKD5O6k9Q3 form .mbr-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tKD5O6k9Q3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tKD5O6k9Q3 form textarea {
  height: 80px;
}
.cid-tKD5O6k9Q3 form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tKD5O6k9Q3 form .checkbox {
  margin-left: 20px;
}
.cid-tKD5O6k9Q3 .btn-secondary {
  color: #000000 !important;
}
.cid-tKD5O6k9Q3 .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tKD5O6k9Q3 label span {
  color: #a94442;
}
.cid-tKD5O6k9Q3 .checkbox,
.cid-tKD5O6k9Q3 .form-group {
  margin-bottom: 1rem;
}
.cid-tKD5O6k9Q3 LABEL {
  color: #fafafa;
}
.cid-tKD5O6PSQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-tKD5O6PSQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKD5O6PSQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKD5O6PSQG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tKD5O6PSQG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O6PSQG .row {
    text-align: center;
  }
  .cid-tKD5O6PSQG .row > div {
    margin: auto;
  }
  .cid-tKD5O6PSQG .social-row {
    justify-content: center;
  }
  .cid-tKD5O6PSQG .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tKD5O6PSQG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tKD5O6PSQG .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKD5O6PSQG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKD5O6PSQG .list {
    margin-bottom: 0rem;
  }
}
.cid-tKD5O6PSQG .mbr-text,
.cid-tKD5O6PSQG .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tKD5O6PSQG .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tKD5O6PSQG .soc-item:last-child {
  margin-right: 0;
}
.cid-tKD5O6PSQG .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKD5O6PSQG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tKD5O6PSQG .self-center {
  align-self: center;
}
.cid-tKD5O6PSQG .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tKD5O6PSQG .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tKD5O6PSQG .indent-up {
    margin-bottom: 0;
  }
}
.cid-tKD5O6PSQG .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tKD5O6PSQG .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tKD5O6PSQG .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tKD5O6PSQG .position {
    text-align: center;
  }
}
.cid-tKD5O6PSQG .pt-16 {
  padding-top: 16px;
}
.cid-tKD5O6PSQG .pb-16 {
  padding-bottom: 16px;
}
.cid-tKD5O6PSQG P {
  color: #fafafa;
}
.cid-u1C5ZSe8Fp {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u1C5ZSe8Fp .navbar-dropdown {
  position: relative !important;
}
.cid-u1C5ZSe8Fp .navbar-dropdown {
  position: absolute !important;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1C5ZSe8Fp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1C5ZSe8Fp .dropdown-item:hover,
.cid-u1C5ZSe8Fp .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-u1C5ZSe8Fp .dropdown-item:hover span {
  color: white;
}
.cid-u1C5ZSe8Fp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1C5ZSe8Fp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1C5ZSe8Fp .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-u1C5ZSe8Fp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1C5ZSe8Fp .container {
    flex-wrap: nowrap;
  }
}
.cid-u1C5ZSe8Fp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1C5ZSe8Fp .dropdown-menu,
.cid-u1C5ZSe8Fp .navbar.opened {
  background: #22a5e5 !important;
}
.cid-u1C5ZSe8Fp .nav-item:focus,
.cid-u1C5ZSe8Fp .nav-link:focus {
  outline: none;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1C5ZSe8Fp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1C5ZSe8Fp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1C5ZSe8Fp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(34, 165, 229, 0);
}
.cid-u1C5ZSe8Fp .navbar.opened {
  transition: all 0.3s;
}
.cid-u1C5ZSe8Fp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1C5ZSe8Fp .navbar .navbar-logo img {
  width: auto;
}
.cid-u1C5ZSe8Fp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1C5ZSe8Fp .navbar.collapsed {
  justify-content: center;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1C5ZSe8Fp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1C5ZSe8Fp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1C5ZSe8Fp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1C5ZSe8Fp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1C5ZSe8Fp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1C5ZSe8Fp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1C5ZSe8Fp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1C5ZSe8Fp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1C5ZSe8Fp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1C5ZSe8Fp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1C5ZSe8Fp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1C5ZSe8Fp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1C5ZSe8Fp .dropdown-item.active,
.cid-u1C5ZSe8Fp .dropdown-item:active {
  background-color: transparent;
}
.cid-u1C5ZSe8Fp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1C5ZSe8Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-u1C5ZSe8Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1C5ZSe8Fp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1C5ZSe8Fp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1C5ZSe8Fp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1C5ZSe8Fp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar {
    height: 70px;
  }
  .cid-u1C5ZSe8Fp .navbar.opened {
    height: auto;
  }
  .cid-u1C5ZSe8Fp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOw7vq3RR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-1.jpg");
}
.cid-taOw7vq3RR .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-taOw7vq3RR .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-taOw7vq3RR .card-btn svg {
  transition: all 0.4s;
}
.cid-taOw7vq3RR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-taOw7vq3RR .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-taOw7vq3RR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-taOw7vq3RR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOw7vq3RR .column {
  display: flex;
  flex-direction: column;
}
.cid-taOw7vq3RR .mbr-card-title,
.cid-taOw7vq3RR .mbr-text {
  color: #fafafa;
}
.cid-taOw7vq3RR .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-taOw7vq3RR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tXsTUJ0AZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-tXsTUJ0AZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsTUJ0AZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsTUJ0AZY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXsTUJ0AZY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXsTUJ0AZY .row {
    text-align: center;
  }
  .cid-tXsTUJ0AZY .row > div {
    margin: auto;
  }
  .cid-tXsTUJ0AZY .social-row {
    justify-content: center;
  }
  .cid-tXsTUJ0AZY .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tXsTUJ0AZY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXsTUJ0AZY .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tXsTUJ0AZY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXsTUJ0AZY .list {
    margin-bottom: 0rem;
  }
}
.cid-tXsTUJ0AZY .mbr-text,
.cid-tXsTUJ0AZY .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tXsTUJ0AZY .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tXsTUJ0AZY .soc-item:last-child {
  margin-right: 0;
}
.cid-tXsTUJ0AZY .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tXsTUJ0AZY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tXsTUJ0AZY .self-center {
  align-self: center;
}
.cid-tXsTUJ0AZY .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tXsTUJ0AZY .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tXsTUJ0AZY .indent-up {
    margin-bottom: 0;
  }
}
.cid-tXsTUJ0AZY .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tXsTUJ0AZY .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tXsTUJ0AZY .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tXsTUJ0AZY .position {
    text-align: center;
  }
}
.cid-tXsTUJ0AZY .pt-16 {
  padding-top: 16px;
}
.cid-tXsTUJ0AZY .pb-16 {
  padding-bottom: 16px;
}
.cid-tXsTUJ0AZY P {
  color: #fafafa;
}
.cid-u1C5ZSe8Fp {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u1C5ZSe8Fp .navbar-dropdown {
  position: relative !important;
}
.cid-u1C5ZSe8Fp .navbar-dropdown {
  position: absolute !important;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1C5ZSe8Fp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1C5ZSe8Fp .dropdown-item:hover,
.cid-u1C5ZSe8Fp .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-u1C5ZSe8Fp .dropdown-item:hover span {
  color: white;
}
.cid-u1C5ZSe8Fp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1C5ZSe8Fp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1C5ZSe8Fp .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-u1C5ZSe8Fp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1C5ZSe8Fp .container {
    flex-wrap: nowrap;
  }
}
.cid-u1C5ZSe8Fp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1C5ZSe8Fp .dropdown-menu,
.cid-u1C5ZSe8Fp .navbar.opened {
  background: #22a5e5 !important;
}
.cid-u1C5ZSe8Fp .nav-item:focus,
.cid-u1C5ZSe8Fp .nav-link:focus {
  outline: none;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1C5ZSe8Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1C5ZSe8Fp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1C5ZSe8Fp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1C5ZSe8Fp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(34, 165, 229, 0);
}
.cid-u1C5ZSe8Fp .navbar.opened {
  transition: all 0.3s;
}
.cid-u1C5ZSe8Fp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1C5ZSe8Fp .navbar .navbar-logo img {
  width: auto;
}
.cid-u1C5ZSe8Fp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1C5ZSe8Fp .navbar.collapsed {
  justify-content: center;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1C5ZSe8Fp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1C5ZSe8Fp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1C5ZSe8Fp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1C5ZSe8Fp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1C5ZSe8Fp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1C5ZSe8Fp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1C5ZSe8Fp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1C5ZSe8Fp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1C5ZSe8Fp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1C5ZSe8Fp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1C5ZSe8Fp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1C5ZSe8Fp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1C5ZSe8Fp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1C5ZSe8Fp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1C5ZSe8Fp .dropdown-item.active,
.cid-u1C5ZSe8Fp .dropdown-item:active {
  background-color: transparent;
}
.cid-u1C5ZSe8Fp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1C5ZSe8Fp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1C5ZSe8Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-u1C5ZSe8Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1C5ZSe8Fp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1C5ZSe8Fp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1C5ZSe8Fp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1C5ZSe8Fp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1C5ZSe8Fp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1C5ZSe8Fp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1C5ZSe8Fp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1C5ZSe8Fp .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-u1C5ZSe8Fp .navbar {
    height: 70px;
  }
  .cid-u1C5ZSe8Fp .navbar.opened {
    height: auto;
  }
  .cid-u1C5ZSe8Fp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1CbP0hvbv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-2.jpg");
}
.cid-u1CbP0hvbv .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-u1CbP0hvbv .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-u1CbP0hvbv .card-btn svg {
  transition: all 0.4s;
}
.cid-u1CbP0hvbv .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-u1CbP0hvbv .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-u1CbP0hvbv .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-u1CbP0hvbv .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-u1CbP0hvbv .column {
  display: flex;
  flex-direction: column;
}
.cid-u1CbP0hvbv .mbr-card-title,
.cid-u1CbP0hvbv .mbr-text {
  color: #fafafa;
}
.cid-u1CbP0hvbv .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-u1CbP0hvbv .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-u1CbP1KH4Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-u1CbP1KH4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CbP1KH4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CbP1KH4Q .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-u1CbP1KH4Q .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-u1CbP1KH4Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u1CbP1KH4Q .item-wrapper .w-100 {
  height: 300px;
}
.cid-u1CbP1KH4Q .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u1CbP1KH4Q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u1CbP1KH4Q .carousel-control,
.cid-u1CbP1KH4Q .close {
  background: #1b1b1b;
}
.cid-u1CbP1KH4Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1CbP1KH4Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u1CbP1KH4Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1CbP1KH4Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-u1CbP1KH4Q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1CbP1KH4Q .close::before {
  content: '\e91a';
}
.cid-u1CbP1KH4Q .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-u1CbP1KH4Q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u1CbP1KH4Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1CbP1KH4Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1CbP1KH4Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1CbP1KH4Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u1CbP1KH4Q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u1CbP1KH4Q .carousel-indicators li.active,
.cid-u1CbP1KH4Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1CbP1KH4Q .carousel-indicators li::after,
.cid-u1CbP1KH4Q .carousel-indicators li::before {
  content: none;
}
.cid-u1CbP1KH4Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u1CbP1KH4Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP1KH4Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP1KH4Q .carousel-indicators {
    display: none;
  }
}
.cid-u1CbP1KH4Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u1CbP1KH4Q .carousel-inner > .active {
  display: block;
}
.cid-u1CbP1KH4Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1CbP1KH4Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1CbP1KH4Q .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1CbP1KH4Q .carousel-control,
  .cid-u1CbP1KH4Q .carousel-indicators,
  .cid-u1CbP1KH4Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP1KH4Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1CbP1KH4Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1CbP1KH4Q .carousel-indicators .active,
.cid-u1CbP1KH4Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u1CbP1KH4Q .carousel-indicators .active {
  background: #fafafa;
}
.cid-u1CbP1KH4Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1CbP1KH4Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1CbP1KH4Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1CbP1KH4Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1CbP1KH4Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1CbP1KH4Q .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1CbP1KH4Q .carousel {
  width: 100%;
}
.cid-u1CbP1KH4Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1CbP1KH4Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u1CbP1KH4Q .modal.fade .modal-dialog,
.cid-u1CbP1KH4Q .modal.in .modal-dialog {
  transform: none;
}
.cid-u1CbP1KH4Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1CbP1KH4Q H6 {
  text-align: center;
}
.cid-u1CbP1KH4Q .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u1CbP1KH4Q .rotate {
    top: -6px;
  }
}
.cid-u1CbP1KH4Q .title-relative {
  position: relative;
}
.cid-u1CbP1KH4Q .mbr-section-title,
.cid-u1CbP1KH4Q .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u1CbP1KH4Q .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP1KH4Q .item-content {
    padding: 1rem;
  }
}
.cid-u1CbP1KH4Q .mbr-text,
.cid-u1CbP1KH4Q .item-title {
  color: #fafafa;
}
.cid-u1CbP1KH4Q .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-u1CbP1KH4Q .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-u1CbP1KH4Q .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-u1CbP1KH4Q .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-u1CbP1KH4Q .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-u1CbP1KH4Q .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-u1CbP1KH4Q .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-u1CbP2xdDw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-u1CbP2xdDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CbP2xdDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CbP2xdDw .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-u1CbP2xdDw .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-u1CbP2xdDw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u1CbP2xdDw .item-wrapper .w-100 {
  height: 300px;
}
.cid-u1CbP2xdDw .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u1CbP2xdDw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u1CbP2xdDw .carousel-control,
.cid-u1CbP2xdDw .close {
  background: #1b1b1b;
}
.cid-u1CbP2xdDw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1CbP2xdDw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u1CbP2xdDw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1CbP2xdDw .carousel-control-next span {
  margin-left: 5px;
}
.cid-u1CbP2xdDw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1CbP2xdDw .close::before {
  content: '\e91a';
}
.cid-u1CbP2xdDw .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-u1CbP2xdDw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u1CbP2xdDw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1CbP2xdDw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1CbP2xdDw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1CbP2xdDw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u1CbP2xdDw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u1CbP2xdDw .carousel-indicators li.active,
.cid-u1CbP2xdDw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1CbP2xdDw .carousel-indicators li::after,
.cid-u1CbP2xdDw .carousel-indicators li::before {
  content: none;
}
.cid-u1CbP2xdDw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u1CbP2xdDw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP2xdDw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP2xdDw .carousel-indicators {
    display: none;
  }
}
.cid-u1CbP2xdDw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u1CbP2xdDw .carousel-inner > .active {
  display: block;
}
.cid-u1CbP2xdDw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1CbP2xdDw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1CbP2xdDw .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1CbP2xdDw .carousel-control,
  .cid-u1CbP2xdDw .carousel-indicators,
  .cid-u1CbP2xdDw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP2xdDw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1CbP2xdDw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1CbP2xdDw .carousel-indicators .active,
.cid-u1CbP2xdDw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u1CbP2xdDw .carousel-indicators .active {
  background: #fafafa;
}
.cid-u1CbP2xdDw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1CbP2xdDw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1CbP2xdDw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1CbP2xdDw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1CbP2xdDw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1CbP2xdDw .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1CbP2xdDw .carousel {
  width: 100%;
}
.cid-u1CbP2xdDw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1CbP2xdDw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u1CbP2xdDw .modal.fade .modal-dialog,
.cid-u1CbP2xdDw .modal.in .modal-dialog {
  transform: none;
}
.cid-u1CbP2xdDw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1CbP2xdDw H6 {
  text-align: center;
}
.cid-u1CbP2xdDw .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u1CbP2xdDw .rotate {
    top: -6px;
  }
}
.cid-u1CbP2xdDw .title-relative {
  position: relative;
}
.cid-u1CbP2xdDw .mbr-section-title,
.cid-u1CbP2xdDw .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u1CbP2xdDw .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP2xdDw .item-content {
    padding: 1rem;
  }
}
.cid-u1CbP2xdDw .mbr-text,
.cid-u1CbP2xdDw .item-title {
  color: #fafafa;
}
.cid-u1CbP2xdDw .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-u1CbP2xdDw .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-u1CbP2xdDw .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-u1CbP2xdDw .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-u1CbP2xdDw .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-u1CbP2xdDw .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-u1CbP2xdDw .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-u1CbP3lWcl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
}
.cid-u1CbP3lWcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CbP3lWcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CbP3lWcl .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-u1CbP3lWcl .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-u1CbP3lWcl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u1CbP3lWcl .item-wrapper .w-100 {
  height: 300px;
}
.cid-u1CbP3lWcl .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u1CbP3lWcl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u1CbP3lWcl .carousel-control,
.cid-u1CbP3lWcl .close {
  background: #1b1b1b;
}
.cid-u1CbP3lWcl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1CbP3lWcl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u1CbP3lWcl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1CbP3lWcl .carousel-control-next span {
  margin-left: 5px;
}
.cid-u1CbP3lWcl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1CbP3lWcl .close::before {
  content: '\e91a';
}
.cid-u1CbP3lWcl .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-u1CbP3lWcl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u1CbP3lWcl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1CbP3lWcl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1CbP3lWcl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1CbP3lWcl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u1CbP3lWcl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u1CbP3lWcl .carousel-indicators li.active,
.cid-u1CbP3lWcl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1CbP3lWcl .carousel-indicators li::after,
.cid-u1CbP3lWcl .carousel-indicators li::before {
  content: none;
}
.cid-u1CbP3lWcl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u1CbP3lWcl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP3lWcl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP3lWcl .carousel-indicators {
    display: none;
  }
}
.cid-u1CbP3lWcl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u1CbP3lWcl .carousel-inner > .active {
  display: block;
}
.cid-u1CbP3lWcl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1CbP3lWcl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1CbP3lWcl .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1CbP3lWcl .carousel-control,
  .cid-u1CbP3lWcl .carousel-indicators,
  .cid-u1CbP3lWcl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP3lWcl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1CbP3lWcl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1CbP3lWcl .carousel-indicators .active,
.cid-u1CbP3lWcl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u1CbP3lWcl .carousel-indicators .active {
  background: #fafafa;
}
.cid-u1CbP3lWcl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1CbP3lWcl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1CbP3lWcl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1CbP3lWcl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1CbP3lWcl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1CbP3lWcl .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1CbP3lWcl .carousel {
  width: 100%;
}
.cid-u1CbP3lWcl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1CbP3lWcl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u1CbP3lWcl .modal.fade .modal-dialog,
.cid-u1CbP3lWcl .modal.in .modal-dialog {
  transform: none;
}
.cid-u1CbP3lWcl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1CbP3lWcl H6 {
  text-align: center;
}
.cid-u1CbP3lWcl .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u1CbP3lWcl .rotate {
    top: -6px;
  }
}
.cid-u1CbP3lWcl .title-relative {
  position: relative;
}
.cid-u1CbP3lWcl .mbr-section-title,
.cid-u1CbP3lWcl .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u1CbP3lWcl .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP3lWcl .item-content {
    padding: 1rem;
  }
}
.cid-u1CbP3lWcl .mbr-text,
.cid-u1CbP3lWcl .item-title {
  color: #fafafa;
}
.cid-u1CbP3lWcl .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-u1CbP3lWcl .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-u1CbP3lWcl .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-u1CbP3lWcl .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-u1CbP3lWcl .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-u1CbP3lWcl .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-u1CbP3lWcl .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-u1CbP4ajW2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
}
.cid-u1CbP4ajW2 .mbr-text,
.cid-u1CbP4ajW2 .mbr-section-btn {
  color: #fafafa;
}
.cid-u1CbP4ajW2 .row {
  justify-content: start;
}
.cid-u1CbP4ajW2 .mbr-section-title {
  color: #fafafa;
}
.cid-u1CbP4ajW2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u1CbP4ajW2 .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP4ajW2 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-u1CbP4ajW2 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u1CbP4ajW2 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-u1CbP4ajW2 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-u1CbP4ajW2 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u1CbP4ajW2 .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-u1CbP4PGei {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b2b2b;
}
.cid-u1CbP4PGei .rotate {
  transform: rotate(225deg);
}
.cid-u1CbP4PGei svg {
  transition: all 0.4s;
}
.cid-u1CbP4PGei a:hover > svg {
  transform: rotate(315deg);
}
.cid-u1CbP4PGei .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u1CbP4PGei .style-button {
    transform: translateY(-165px);
  }
}
.cid-u1CbP5swlD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b2b2b;
}
.cid-u1CbP5swlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CbP5swlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CbP5swlD .mbr-section-title,
.cid-u1CbP5swlD .mbr-text,
.cid-u1CbP5swlD .card-title,
.cid-u1CbP5swlD .num {
  color: #fafafa;
}
.cid-u1CbP5swlD .title .num {
  width: 100%;
  display: block;
}
.cid-u1CbP5swlD .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-u1CbP5swlD .content-column {
    margin-bottom: 2rem;
  }
  .cid-u1CbP5swlD .p-center {
    padding: 30px 0;
  }
}
.cid-u1CbP5swlD .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u1CbP5swlD .rotate {
    top: 30px;
  }
}
.cid-u1CbP5swlD .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-u1CbP5swlD .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-u1CbP6gyM2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #2b2b2b;
  background-position: initial !important;
}
.cid-u1CbP6gyM2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-u1CbP6gyM2 .mbr-section-title {
  color: #fafafa;
  text-align: left;
  margin-bottom: 70px;
}
.cid-u1CbP6gyM2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 58%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-u1CbP6gyM2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-u1CbP6gyM2 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-u1CbP6gyM2 .embla__slide {
    min-width: 375px;
  }
}
.cid-u1CbP6gyM2 .embla__button--next,
.cid-u1CbP6gyM2 .embla__button--prev {
  display: flex;
}
.cid-u1CbP6gyM2 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease;
  border: 1px solid #2b2b2b;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -16%;
  margin-top: -1.5rem;
  background-color: #fafafa;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u1CbP6gyM2 .embla__button {
    top: -18%;
  }
}
.cid-u1CbP6gyM2 .embla__button:disabled {
  cursor: default;
}
.cid-u1CbP6gyM2 .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-u1CbP6gyM2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1CbP6gyM2 .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-u1CbP6gyM2 .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-u1CbP6gyM2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u1CbP6gyM2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u1CbP6gyM2 .embla {
  position: relative;
  width: 100%;
}
.cid-u1CbP6gyM2 .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1CbP6gyM2 .embla__viewport {
    margin-left: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-u1CbP6gyM2 .embla__viewport {
    margin-left: 0;
  }
}
.cid-u1CbP6gyM2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1CbP6gyM2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1CbP6gyM2 .embla__container {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 426px) and (max-width: 991px) {
  .cid-u1CbP6gyM2 .embla__container {
    margin-top: 30px;
  }
}
.cid-u1CbP6gyM2 .shadow {
  border-radius: 4px;
  overflow: visible;
  padding: 0 15px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.cid-u1CbP6gyM2 .card-title {
  margin: 35px 0;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
.cid-u1CbP6gyM2 .card-text {
  color: #000000;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 50px;
  line-height: 31px;
}
.cid-u1CbP6gyM2 .card-title,
.cid-u1CbP6gyM2 .iconfont-wrapper {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-u1CbP6gyM2 .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-u1CbP6gyM2 .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-u1CbP6gyM2 .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-u1CbP6gyM2 .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-u1CbP6gyM2 .embla__container {
    transform: translateX(-25px);
  }
  .cid-u1CbP6gyM2 .embla__slide {
    min-width: 290px;
  }
}
@media (max-width: 420px) and (max-width: 425px) {
  .cid-u1CbP6gyM2 .embla__button--next {
    right: 20px;
    top: -35px;
  }
  .cid-u1CbP6gyM2 .embla__button--prev {
    right: 30px;
    top: -35px;
  }
}
.cid-u1CbP6gyM2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u1CbP6gyM2 .rotate {
    top: 30px;
  }
}
.cid-u1CbP7athg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2b2b2b;
}
.cid-u1CbP7athg .rotate {
  transform: rotate(225deg);
}
.cid-u1CbP7athg svg {
  transition: all 0.4s;
}
.cid-u1CbP7athg a:hover > svg {
  transform: rotate(315deg);
}
.cid-u1CbP7athg .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u1CbP7athg .style-button {
    transform: translateY(-165px);
  }
}
.cid-u1CbP8dL6A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  margin-top: -3px;
  background-color: #2b2b2b;
}
.cid-u1CbP8dL6A .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-u1CbP8dL6A .content {
  border: 3px solid #fafafa;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-u1CbP8dL6A .content {
    padding: 125px 234px 92px;
  }
}
.cid-u1CbP8dL6A label {
  font-weight: 700;
}
.cid-u1CbP8dL6A .title {
  position: absolute;
  border-radius: 20px;
  background-color: #fafafa;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-u1CbP8dL6A .title {
    min-width: 200px;
  }
}
.cid-u1CbP8dL6A form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-u1CbP8dL6A form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-u1CbP8dL6A form .form-control::placeholder {
  color: #adadad;
}
.cid-u1CbP8dL6A form .mbr-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-u1CbP8dL6A form .mbr-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1CbP8dL6A form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1CbP8dL6A form textarea {
  height: 80px;
}
.cid-u1CbP8dL6A form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-u1CbP8dL6A form .checkbox {
  margin-left: 20px;
}
.cid-u1CbP8dL6A .btn-secondary {
  color: #000000 !important;
}
.cid-u1CbP8dL6A .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-u1CbP8dL6A label span {
  color: #a94442;
}
.cid-u1CbP8dL6A .checkbox,
.cid-u1CbP8dL6A .form-group {
  margin-bottom: 1rem;
}
.cid-u1CbP8dL6A LABEL {
  color: #fafafa;
}
.cid-u1CbP8WKER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-u1CbP8WKER .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CbP8WKER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CbP8WKER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1CbP8WKER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP8WKER .row {
    text-align: center;
  }
  .cid-u1CbP8WKER .row > div {
    margin: auto;
  }
  .cid-u1CbP8WKER .social-row {
    justify-content: center;
  }
  .cid-u1CbP8WKER .soc-item {
    padding-top: 0 !important;
  }
}
.cid-u1CbP8WKER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1CbP8WKER .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u1CbP8WKER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1CbP8WKER .list {
    margin-bottom: 0rem;
  }
}
.cid-u1CbP8WKER .mbr-text,
.cid-u1CbP8WKER .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-u1CbP8WKER .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-u1CbP8WKER .soc-item:last-child {
  margin-right: 0;
}
.cid-u1CbP8WKER .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u1CbP8WKER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u1CbP8WKER .self-center {
  align-self: center;
}
.cid-u1CbP8WKER .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-u1CbP8WKER .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-u1CbP8WKER .indent-up {
    margin-bottom: 0;
  }
}
.cid-u1CbP8WKER .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-u1CbP8WKER .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-u1CbP8WKER .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-u1CbP8WKER .position {
    text-align: center;
  }
}
.cid-u1CbP8WKER .pt-16 {
  padding-top: 16px;
}
.cid-u1CbP8WKER .pb-16 {
  padding-bottom: 16px;
}
.cid-u1CbP8WKER P {
  color: #fafafa;
}
.cid-u1CbPaQC6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u1CbPaQC6K .navbar-dropdown {
  position: relative !important;
}
.cid-u1CbPaQC6K .navbar-dropdown {
  position: absolute !important;
}
.cid-u1CbPaQC6K .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-u1CbPaQC6K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1CbPaQC6K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1CbPaQC6K .dropdown-item:hover,
.cid-u1CbPaQC6K .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-u1CbPaQC6K .dropdown-item:hover span {
  color: white;
}
.cid-u1CbPaQC6K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1CbPaQC6K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1CbPaQC6K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1CbPaQC6K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1CbPaQC6K .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-u1CbPaQC6K .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u1CbPaQC6K .container {
    flex-wrap: nowrap;
  }
}
.cid-u1CbPaQC6K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1CbPaQC6K .dropdown-menu,
.cid-u1CbPaQC6K .navbar.opened {
  background: #22a5e5 !important;
}
.cid-u1CbPaQC6K .nav-item:focus,
.cid-u1CbPaQC6K .nav-link:focus {
  outline: none;
}
.cid-u1CbPaQC6K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1CbPaQC6K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1CbPaQC6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1CbPaQC6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1CbPaQC6K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1CbPaQC6K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1CbPaQC6K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(34, 165, 229, 0);
}
.cid-u1CbPaQC6K .navbar.opened {
  transition: all 0.3s;
}
.cid-u1CbPaQC6K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1CbPaQC6K .navbar .navbar-logo img {
  width: auto;
}
.cid-u1CbPaQC6K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1CbPaQC6K .navbar.collapsed {
  justify-content: center;
}
.cid-u1CbPaQC6K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1CbPaQC6K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1CbPaQC6K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1CbPaQC6K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1CbPaQC6K .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-u1CbPaQC6K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1CbPaQC6K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1CbPaQC6K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1CbPaQC6K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1CbPaQC6K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1CbPaQC6K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1CbPaQC6K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1CbPaQC6K .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-u1CbPaQC6K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1CbPaQC6K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1CbPaQC6K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1CbPaQC6K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1CbPaQC6K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1CbPaQC6K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1CbPaQC6K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1CbPaQC6K .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1CbPaQC6K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1CbPaQC6K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1CbPaQC6K .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-u1CbPaQC6K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1CbPaQC6K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1CbPaQC6K .dropdown-item.active,
.cid-u1CbPaQC6K .dropdown-item:active {
  background-color: transparent;
}
.cid-u1CbPaQC6K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1CbPaQC6K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1CbPaQC6K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1CbPaQC6K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-u1CbPaQC6K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1CbPaQC6K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1CbPaQC6K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1CbPaQC6K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1CbPaQC6K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1CbPaQC6K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-u1CbPaQC6K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1CbPaQC6K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1CbPaQC6K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1CbPaQC6K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1CbPaQC6K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1CbPaQC6K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1CbPaQC6K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1CbPaQC6K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1CbPaQC6K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1CbPaQC6K .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-u1CbPaQC6K .navbar {
    height: 70px;
  }
  .cid-u1CbPaQC6K .navbar.opened {
    height: auto;
  }
  .cid-u1CbPaQC6K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9bcXNDNZD {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #22a5e5;
}
.cid-u9bcXNDNZD .mbr-text,
.cid-u9bcXNDNZD .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u9bcXNDNZD .mbr-section-title,
  .cid-u9bcXNDNZD .mbr-section-btn,
  .cid-u9bcXNDNZD .mbr-text {
    text-align: center;
  }
}
.cid-u9bcXNDNZD .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-u9bcXNDNZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcXNDNZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bcXNDNZD .mbr-section-title {
  color: #fafafa;
}
.cid-u9bcXOd2vq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-u9bcXOd2vq .mbr-text,
.cid-u9bcXOd2vq .mbr-section-btn {
  color: #fafafa;
}
.cid-u9bcXOd2vq .row {
  justify-content: start;
}
.cid-u9bcXOd2vq .mbr-section-title {
  color: #fafafa;
}
.cid-u9bcXOd2vq .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9bcXOd2vq .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXOd2vq .wrapper {
    flex-direction: column-reverse;
  }
  .cid-u9bcXOd2vq .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u9bcXOd2vq .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-u9bcXOd2vq .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-u9bcXOd2vq .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u9bcXOd2vq .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-u9bcXOd2vq .mbr-section-title,
.cid-u9bcXOd2vq .card-box {
  text-align: center;
}
.cid-u9bcXOHkoW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c1541c;
}
.cid-u9bcXOHkoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcXOHkoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bcXOHkoW .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-u9bcXOHkoW .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-u9bcXOHkoW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9bcXOHkoW .item-wrapper .w-100 {
  height: 300px;
}
.cid-u9bcXOHkoW .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u9bcXOHkoW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9bcXOHkoW .carousel-control,
.cid-u9bcXOHkoW .close {
  background: #1b1b1b;
}
.cid-u9bcXOHkoW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9bcXOHkoW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9bcXOHkoW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9bcXOHkoW .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9bcXOHkoW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9bcXOHkoW .close::before {
  content: '\e91a';
}
.cid-u9bcXOHkoW .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-u9bcXOHkoW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9bcXOHkoW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9bcXOHkoW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9bcXOHkoW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9bcXOHkoW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9bcXOHkoW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9bcXOHkoW .carousel-indicators li.active,
.cid-u9bcXOHkoW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9bcXOHkoW .carousel-indicators li::after,
.cid-u9bcXOHkoW .carousel-indicators li::before {
  content: none;
}
.cid-u9bcXOHkoW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9bcXOHkoW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXOHkoW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXOHkoW .carousel-indicators {
    display: none;
  }
}
.cid-u9bcXOHkoW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9bcXOHkoW .carousel-inner > .active {
  display: block;
}
.cid-u9bcXOHkoW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9bcXOHkoW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9bcXOHkoW .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9bcXOHkoW .carousel-control,
  .cid-u9bcXOHkoW .carousel-indicators,
  .cid-u9bcXOHkoW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXOHkoW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9bcXOHkoW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9bcXOHkoW .carousel-indicators .active,
.cid-u9bcXOHkoW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9bcXOHkoW .carousel-indicators .active {
  background: #fafafa;
}
.cid-u9bcXOHkoW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9bcXOHkoW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9bcXOHkoW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9bcXOHkoW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9bcXOHkoW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9bcXOHkoW .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9bcXOHkoW .carousel {
  width: 100%;
}
.cid-u9bcXOHkoW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9bcXOHkoW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9bcXOHkoW .modal.fade .modal-dialog,
.cid-u9bcXOHkoW .modal.in .modal-dialog {
  transform: none;
}
.cid-u9bcXOHkoW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9bcXOHkoW H6 {
  text-align: center;
}
.cid-u9bcXOHkoW .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9bcXOHkoW .rotate {
    top: -6px;
  }
}
.cid-u9bcXOHkoW .title-relative {
  position: relative;
}
.cid-u9bcXOHkoW .mbr-section-title,
.cid-u9bcXOHkoW .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u9bcXOHkoW .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXOHkoW .item-content {
    padding: 1rem;
  }
}
.cid-u9bcXOHkoW .mbr-text,
.cid-u9bcXOHkoW .item-title {
  color: #fafafa;
}
.cid-u9bcXOHkoW .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-u9bcXOHkoW .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-u9bcXOHkoW .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-u9bcXOHkoW .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-u9bcXOHkoW .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-u9bcXOHkoW .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-u9bcXOHkoW .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-u9bcXPnPEy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c1541c;
}
.cid-u9bcXPnPEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcXPnPEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bcXPnPEy .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-u9bcXPnPEy .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-u9bcXPnPEy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9bcXPnPEy .item-wrapper .w-100 {
  height: 300px;
}
.cid-u9bcXPnPEy .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u9bcXPnPEy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9bcXPnPEy .carousel-control,
.cid-u9bcXPnPEy .close {
  background: #1b1b1b;
}
.cid-u9bcXPnPEy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9bcXPnPEy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9bcXPnPEy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9bcXPnPEy .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9bcXPnPEy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9bcXPnPEy .close::before {
  content: '\e91a';
}
.cid-u9bcXPnPEy .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-u9bcXPnPEy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9bcXPnPEy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9bcXPnPEy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9bcXPnPEy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9bcXPnPEy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9bcXPnPEy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9bcXPnPEy .carousel-indicators li.active,
.cid-u9bcXPnPEy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9bcXPnPEy .carousel-indicators li::after,
.cid-u9bcXPnPEy .carousel-indicators li::before {
  content: none;
}
.cid-u9bcXPnPEy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9bcXPnPEy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXPnPEy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXPnPEy .carousel-indicators {
    display: none;
  }
}
.cid-u9bcXPnPEy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9bcXPnPEy .carousel-inner > .active {
  display: block;
}
.cid-u9bcXPnPEy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9bcXPnPEy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9bcXPnPEy .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9bcXPnPEy .carousel-control,
  .cid-u9bcXPnPEy .carousel-indicators,
  .cid-u9bcXPnPEy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXPnPEy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9bcXPnPEy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9bcXPnPEy .carousel-indicators .active,
.cid-u9bcXPnPEy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9bcXPnPEy .carousel-indicators .active {
  background: #fafafa;
}
.cid-u9bcXPnPEy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9bcXPnPEy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9bcXPnPEy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9bcXPnPEy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9bcXPnPEy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9bcXPnPEy .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9bcXPnPEy .carousel {
  width: 100%;
}
.cid-u9bcXPnPEy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9bcXPnPEy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9bcXPnPEy .modal.fade .modal-dialog,
.cid-u9bcXPnPEy .modal.in .modal-dialog {
  transform: none;
}
.cid-u9bcXPnPEy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9bcXPnPEy H6 {
  text-align: center;
}
.cid-u9bcXPnPEy .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9bcXPnPEy .rotate {
    top: -6px;
  }
}
.cid-u9bcXPnPEy .title-relative {
  position: relative;
}
.cid-u9bcXPnPEy .mbr-section-title,
.cid-u9bcXPnPEy .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u9bcXPnPEy .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXPnPEy .item-content {
    padding: 1rem;
  }
}
.cid-u9bcXPnPEy .mbr-text,
.cid-u9bcXPnPEy .item-title {
  color: #fafafa;
}
.cid-u9bcXPnPEy .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-u9bcXPnPEy .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-u9bcXPnPEy .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-u9bcXPnPEy .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-u9bcXPnPEy .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-u9bcXPnPEy .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-u9bcXPnPEy .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-u9bcXPWGop {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c1541c;
}
.cid-u9bcXPWGop .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcXPWGop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bcXPWGop .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-u9bcXPWGop .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-u9bcXPWGop .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9bcXPWGop .item-wrapper .w-100 {
  height: 300px;
}
.cid-u9bcXPWGop .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u9bcXPWGop .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9bcXPWGop .carousel-control,
.cid-u9bcXPWGop .close {
  background: #1b1b1b;
}
.cid-u9bcXPWGop .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9bcXPWGop .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9bcXPWGop .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9bcXPWGop .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9bcXPWGop .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9bcXPWGop .close::before {
  content: '\e91a';
}
.cid-u9bcXPWGop .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-u9bcXPWGop .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9bcXPWGop .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9bcXPWGop .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9bcXPWGop .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9bcXPWGop .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9bcXPWGop .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9bcXPWGop .carousel-indicators li.active,
.cid-u9bcXPWGop .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9bcXPWGop .carousel-indicators li::after,
.cid-u9bcXPWGop .carousel-indicators li::before {
  content: none;
}
.cid-u9bcXPWGop .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9bcXPWGop .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXPWGop .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXPWGop .carousel-indicators {
    display: none;
  }
}
.cid-u9bcXPWGop .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9bcXPWGop .carousel-inner > .active {
  display: block;
}
.cid-u9bcXPWGop .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9bcXPWGop .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9bcXPWGop .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9bcXPWGop .carousel-control,
  .cid-u9bcXPWGop .carousel-indicators,
  .cid-u9bcXPWGop .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXPWGop .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9bcXPWGop .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9bcXPWGop .carousel-indicators .active,
.cid-u9bcXPWGop .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9bcXPWGop .carousel-indicators .active {
  background: #fafafa;
}
.cid-u9bcXPWGop .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9bcXPWGop .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9bcXPWGop .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9bcXPWGop .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9bcXPWGop .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9bcXPWGop .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9bcXPWGop .carousel {
  width: 100%;
}
.cid-u9bcXPWGop .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9bcXPWGop .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9bcXPWGop .modal.fade .modal-dialog,
.cid-u9bcXPWGop .modal.in .modal-dialog {
  transform: none;
}
.cid-u9bcXPWGop .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9bcXPWGop H6 {
  text-align: center;
}
.cid-u9bcXPWGop .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9bcXPWGop .rotate {
    top: -6px;
  }
}
.cid-u9bcXPWGop .title-relative {
  position: relative;
}
.cid-u9bcXPWGop .mbr-section-title,
.cid-u9bcXPWGop .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u9bcXPWGop .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXPWGop .item-content {
    padding: 1rem;
  }
}
.cid-u9bcXPWGop .mbr-text,
.cid-u9bcXPWGop .item-title {
  color: #fafafa;
}
.cid-u9bcXPWGop .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-u9bcXPWGop .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-u9bcXPWGop .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-u9bcXPWGop .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-u9bcXPWGop .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-u9bcXPWGop .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-u9bcXPWGop .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-u9bcXQsczs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #22a5e5;
}
.cid-u9bcXQsczs .mbr-text,
.cid-u9bcXQsczs .mbr-section-btn {
  color: #fafafa;
}
.cid-u9bcXQsczs .row {
  justify-content: start;
}
.cid-u9bcXQsczs .mbr-section-title {
  color: #fafafa;
}
.cid-u9bcXQsczs .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9bcXQsczs .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXQsczs .wrapper {
    flex-direction: column-reverse;
  }
  .cid-u9bcXQsczs .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u9bcXQsczs .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-u9bcXQsczs .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-u9bcXQsczs .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u9bcXQsczs .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-u9bcXQRERq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1541c;
}
.cid-u9bcXQRERq .rotate {
  transform: rotate(225deg);
}
.cid-u9bcXQRERq svg {
  transition: all 0.4s;
}
.cid-u9bcXQRERq a:hover > svg {
  transform: rotate(315deg);
}
.cid-u9bcXQRERq .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u9bcXQRERq .style-button {
    transform: translateY(-165px);
  }
}
.cid-u9bcXRhlHj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-u9bcXRhlHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcXRhlHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bcXRhlHj .mbr-section-title,
.cid-u9bcXRhlHj .mbr-text,
.cid-u9bcXRhlHj .card-title,
.cid-u9bcXRhlHj .num {
  color: #fafafa;
}
.cid-u9bcXRhlHj .title .num {
  width: 100%;
  display: block;
}
.cid-u9bcXRhlHj .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-u9bcXRhlHj .content-column {
    margin-bottom: 2rem;
  }
  .cid-u9bcXRhlHj .p-center {
    padding: 30px 0;
  }
}
.cid-u9bcXRhlHj .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9bcXRhlHj .rotate {
    top: 30px;
  }
}
.cid-u9bcXRhlHj .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-u9bcXRhlHj .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-u9bcXRMxRM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c1541c;
  background-position: initial !important;
}
.cid-u9bcXRMxRM .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-u9bcXRMxRM .mbr-section-title {
  color: #fafafa;
  text-align: left;
  margin-bottom: 70px;
}
.cid-u9bcXRMxRM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 58%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-u9bcXRMxRM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-u9bcXRMxRM .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-u9bcXRMxRM .embla__slide {
    min-width: 375px;
  }
}
.cid-u9bcXRMxRM .embla__button--next,
.cid-u9bcXRMxRM .embla__button--prev {
  display: flex;
}
.cid-u9bcXRMxRM .embla__button {
  transition: background-color 300ms ease, transform 300ms ease;
  border: 1px solid #2b2b2b;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -16%;
  margin-top: -1.5rem;
  background-color: #fafafa;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u9bcXRMxRM .embla__button {
    top: -18%;
  }
}
.cid-u9bcXRMxRM .embla__button:disabled {
  cursor: default;
}
.cid-u9bcXRMxRM .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-u9bcXRMxRM .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9bcXRMxRM .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-u9bcXRMxRM .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-u9bcXRMxRM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u9bcXRMxRM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u9bcXRMxRM .embla {
  position: relative;
  width: 100%;
}
.cid-u9bcXRMxRM .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9bcXRMxRM .embla__viewport {
    margin-left: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-u9bcXRMxRM .embla__viewport {
    margin-left: 0;
  }
}
.cid-u9bcXRMxRM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9bcXRMxRM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9bcXRMxRM .embla__container {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 426px) and (max-width: 991px) {
  .cid-u9bcXRMxRM .embla__container {
    margin-top: 30px;
  }
}
.cid-u9bcXRMxRM .shadow {
  border-radius: 4px;
  overflow: visible;
  padding: 0 15px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.cid-u9bcXRMxRM .card-title {
  margin: 35px 0;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
.cid-u9bcXRMxRM .card-text {
  color: #000000;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 50px;
  line-height: 31px;
}
.cid-u9bcXRMxRM .card-title,
.cid-u9bcXRMxRM .iconfont-wrapper {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-u9bcXRMxRM .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-u9bcXRMxRM .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-u9bcXRMxRM .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-u9bcXRMxRM .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-u9bcXRMxRM .embla__container {
    transform: translateX(-25px);
  }
  .cid-u9bcXRMxRM .embla__slide {
    min-width: 290px;
  }
}
@media (max-width: 420px) and (max-width: 425px) {
  .cid-u9bcXRMxRM .embla__button--next {
    right: 20px;
    top: -35px;
  }
  .cid-u9bcXRMxRM .embla__button--prev {
    right: 30px;
    top: -35px;
  }
}
.cid-u9bcXRMxRM .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u9bcXRMxRM .rotate {
    top: 30px;
  }
}
.cid-u9bcXSGFcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-u9bcXSGFcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcXSGFcK .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-u9bcXSGFcK .row {
    flex-direction: column-reverse;
  }
  .cid-u9bcXSGFcK .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-u9bcXSGFcK .image-wrapper {
    display: none;
  }
  .cid-u9bcXSGFcK .card-title {
    line-height: 46px !important;
  }
}
.cid-u9bcXSGFcK .content-wrapper {
  background: #22a5e5;
}
@media (max-width: 991px) {
  .cid-u9bcXSGFcK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXSGFcK .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9bcXSGFcK .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-u9bcXSGFcK .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-u9bcXSGFcK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u9bcXSGFcK .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u9bcXSGFcK .card-title,
.cid-u9bcXSGFcK .mbr-text {
  color: #fafafa;
}
.cid-u9bcXSGFcK .card-title {
  line-height: 69px;
}
@media (min-width: 991px) {
  .cid-u9bcXSGFcK .card-title-position {
    margin-left: 25rem;
  }
  .cid-u9bcXSGFcK .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-u9bcXSGFcK .mbr-text {
  padding-left: 50px;
}
.cid-u9bcXSGFcK .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-u9bcXSGFcK .arrow-text {
    display: none;
  }
  .cid-u9bcXSGFcK .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-u9bcXSGFcK .arrow-text {
    display: none;
  }
  .cid-u9bcXSGFcK .mbr-text {
    padding-left: 0;
  }
}
.cid-u9bcXSGFcK .for-arrow {
  position: relative;
}
.cid-u9bcXT5RTT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1541c;
}
.cid-u9bcXT5RTT .rotate {
  transform: rotate(225deg);
}
.cid-u9bcXT5RTT svg {
  transition: all 0.4s;
}
.cid-u9bcXT5RTT a:hover > svg {
  transform: rotate(315deg);
}
.cid-u9bcXT5RTT .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u9bcXT5RTT .style-button {
    transform: translateY(-165px);
  }
}
.cid-u9bcXTwO2m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  margin-top: -3px;
  background-color: #22a5e5;
}
.cid-u9bcXTwO2m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-u9bcXTwO2m .content {
  border: 3px solid #fafafa;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-u9bcXTwO2m .content {
    padding: 125px 234px 92px;
  }
}
.cid-u9bcXTwO2m label {
  font-weight: 700;
}
.cid-u9bcXTwO2m .title {
  position: absolute;
  border-radius: 20px;
  background-color: #fafafa;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-u9bcXTwO2m .title {
    min-width: 200px;
  }
}
.cid-u9bcXTwO2m form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-u9bcXTwO2m form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-u9bcXTwO2m form .form-control::placeholder {
  color: #adadad;
}
.cid-u9bcXTwO2m form .mbr-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-u9bcXTwO2m form .mbr-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u9bcXTwO2m form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u9bcXTwO2m form textarea {
  height: 80px;
}
.cid-u9bcXTwO2m form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-u9bcXTwO2m form .checkbox {
  margin-left: 20px;
}
.cid-u9bcXTwO2m .btn-secondary {
  color: #000000 !important;
}
.cid-u9bcXTwO2m .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-u9bcXTwO2m label span {
  color: #a94442;
}
.cid-u9bcXTwO2m .checkbox,
.cid-u9bcXTwO2m .form-group {
  margin-bottom: 1rem;
}
.cid-u9bcXTwO2m LABEL {
  color: #fafafa;
}
.cid-u9bcXTwO2m .mbr-section-title {
  color: #161616;
}
.cid-u9bcXTZPx2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u9bcXTZPx2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u9bcXTZPx2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9bcXTZPx2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9bcXTZPx2 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u9bcXTZPx2 .container {
  padding: 0;
}
.cid-u9bcXTZPx2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u9bcXTZPx2 .icon-focus {
  display: none;
}
.cid-u9bcXTZPx2 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-u9bcXTZPx2 .btn-primary-outline:hover {
  background: transparent !important;
  color: #fafafa !important;
}
.cid-u9bcXTZPx2 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-u9bcXTZPx2 li {
  position: relative;
}
.cid-u9bcXTZPx2 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-u9bcXTZPx2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u9bcXTZPx2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u9bcXTZPx2 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-u9bcXTZPx2 .btn {
  font-family: Jost !important;
}
.cid-u9bcXTZPx2 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-u9bcXTZPx2 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-u9bcXTZPx2 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-u9bcXTZPx2 li:not(:last-child):after {
    top: 9px;
  }
  .cid-u9bcXTZPx2 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-u9bcXUCdIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-u9bcXUCdIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bcXUCdIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bcXUCdIP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9bcXUCdIP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXUCdIP .row {
    text-align: center;
  }
  .cid-u9bcXUCdIP .row > div {
    margin: auto;
  }
  .cid-u9bcXUCdIP .social-row {
    justify-content: center;
  }
  .cid-u9bcXUCdIP .soc-item {
    padding-top: 0 !important;
  }
}
.cid-u9bcXUCdIP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u9bcXUCdIP .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u9bcXUCdIP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9bcXUCdIP .list {
    margin-bottom: 0rem;
  }
}
.cid-u9bcXUCdIP .mbr-text,
.cid-u9bcXUCdIP .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-u9bcXUCdIP .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-u9bcXUCdIP .soc-item:last-child {
  margin-right: 0;
}
.cid-u9bcXUCdIP .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u9bcXUCdIP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u9bcXUCdIP .self-center {
  align-self: center;
}
.cid-u9bcXUCdIP .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-u9bcXUCdIP .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-u9bcXUCdIP .indent-up {
    margin-bottom: 0;
  }
}
.cid-u9bcXUCdIP .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-u9bcXUCdIP .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-u9bcXUCdIP .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-u9bcXUCdIP .position {
    text-align: center;
  }
}
.cid-u9bcXUCdIP .pt-16 {
  padding-top: 16px;
}
.cid-u9bcXUCdIP .pb-16 {
  padding-bottom: 16px;
}
.cid-u9bcXUCdIP P {
  color: #fafafa;
}
.cid-u9bcXVeCeX {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u9bcXVeCeX .navbar-dropdown {
  position: relative !important;
}
.cid-u9bcXVeCeX .navbar-dropdown {
  position: absolute !important;
}
.cid-u9bcXVeCeX .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-u9bcXVeCeX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9bcXVeCeX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9bcXVeCeX .dropdown-item:hover,
.cid-u9bcXVeCeX .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-u9bcXVeCeX .dropdown-item:hover span {
  color: white;
}
.cid-u9bcXVeCeX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9bcXVeCeX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9bcXVeCeX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9bcXVeCeX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9bcXVeCeX .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-u9bcXVeCeX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9bcXVeCeX .container {
    flex-wrap: nowrap;
  }
}
.cid-u9bcXVeCeX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9bcXVeCeX .dropdown-menu,
.cid-u9bcXVeCeX .navbar.opened {
  background: #22a5e5 !important;
}
.cid-u9bcXVeCeX .nav-item:focus,
.cid-u9bcXVeCeX .nav-link:focus {
  outline: none;
}
.cid-u9bcXVeCeX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9bcXVeCeX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9bcXVeCeX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9bcXVeCeX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9bcXVeCeX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9bcXVeCeX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9bcXVeCeX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(34, 165, 229, 0);
}
.cid-u9bcXVeCeX .navbar.opened {
  transition: all 0.3s;
}
.cid-u9bcXVeCeX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9bcXVeCeX .navbar .navbar-logo img {
  width: auto;
}
.cid-u9bcXVeCeX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9bcXVeCeX .navbar.collapsed {
  justify-content: center;
}
.cid-u9bcXVeCeX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9bcXVeCeX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9bcXVeCeX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9bcXVeCeX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9bcXVeCeX .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-u9bcXVeCeX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9bcXVeCeX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9bcXVeCeX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9bcXVeCeX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9bcXVeCeX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9bcXVeCeX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9bcXVeCeX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9bcXVeCeX .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-u9bcXVeCeX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9bcXVeCeX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9bcXVeCeX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9bcXVeCeX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9bcXVeCeX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9bcXVeCeX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9bcXVeCeX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9bcXVeCeX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9bcXVeCeX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9bcXVeCeX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9bcXVeCeX .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-u9bcXVeCeX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9bcXVeCeX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9bcXVeCeX .dropdown-item.active,
.cid-u9bcXVeCeX .dropdown-item:active {
  background-color: transparent;
}
.cid-u9bcXVeCeX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9bcXVeCeX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9bcXVeCeX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9bcXVeCeX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-u9bcXVeCeX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9bcXVeCeX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9bcXVeCeX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9bcXVeCeX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9bcXVeCeX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9bcXVeCeX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-u9bcXVeCeX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9bcXVeCeX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9bcXVeCeX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9bcXVeCeX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9bcXVeCeX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9bcXVeCeX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9bcXVeCeX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9bcXVeCeX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9bcXVeCeX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9bcXVeCeX .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-u9bcXVeCeX .navbar {
    height: 70px;
  }
  .cid-u9bcXVeCeX .navbar.opened {
    height: auto;
  }
  .cid-u9bcXVeCeX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umJdMJWnr3 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #22a5e5;
}
.cid-umJdMJWnr3 .mbr-text,
.cid-umJdMJWnr3 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umJdMJWnr3 .mbr-section-title,
  .cid-umJdMJWnr3 .mbr-section-btn,
  .cid-umJdMJWnr3 .mbr-text {
    text-align: center;
  }
}
.cid-umJdMJWnr3 .mbr-section-subtitle {
  color: #161616;
  letter-spacing: 6px;
}
.cid-umJdMJWnr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJdMJWnr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJdMJWnr3 .mbr-section-title {
  color: #fafafa;
}
.cid-umJbTNXD8D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c1541c;
}
.cid-umJbTNXD8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJbTNXD8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJbTNXD8D .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-umJbTNXD8D .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-umJbTNXD8D .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umJbTNXD8D .item-wrapper .w-100 {
  height: 300px;
}
.cid-umJbTNXD8D .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-umJbTNXD8D .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umJbTNXD8D .carousel-control,
.cid-umJbTNXD8D .close {
  background: #1b1b1b;
}
.cid-umJbTNXD8D .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umJbTNXD8D .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umJbTNXD8D .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umJbTNXD8D .carousel-control-next span {
  margin-left: 5px;
}
.cid-umJbTNXD8D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umJbTNXD8D .close::before {
  content: '\e91a';
}
.cid-umJbTNXD8D .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-umJbTNXD8D .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umJbTNXD8D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umJbTNXD8D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umJbTNXD8D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umJbTNXD8D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umJbTNXD8D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umJbTNXD8D .carousel-indicators li.active,
.cid-umJbTNXD8D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umJbTNXD8D .carousel-indicators li::after,
.cid-umJbTNXD8D .carousel-indicators li::before {
  content: none;
}
.cid-umJbTNXD8D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umJbTNXD8D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umJbTNXD8D .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umJbTNXD8D .carousel-indicators {
    display: none;
  }
}
.cid-umJbTNXD8D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umJbTNXD8D .carousel-inner > .active {
  display: block;
}
.cid-umJbTNXD8D .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umJbTNXD8D .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umJbTNXD8D .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umJbTNXD8D .carousel-control,
  .cid-umJbTNXD8D .carousel-indicators,
  .cid-umJbTNXD8D .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umJbTNXD8D .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umJbTNXD8D .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umJbTNXD8D .carousel-indicators .active,
.cid-umJbTNXD8D .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umJbTNXD8D .carousel-indicators .active {
  background: #fafafa;
}
.cid-umJbTNXD8D .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umJbTNXD8D .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umJbTNXD8D .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umJbTNXD8D .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umJbTNXD8D .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umJbTNXD8D .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umJbTNXD8D .carousel {
  width: 100%;
}
.cid-umJbTNXD8D .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umJbTNXD8D .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umJbTNXD8D .modal.fade .modal-dialog,
.cid-umJbTNXD8D .modal.in .modal-dialog {
  transform: none;
}
.cid-umJbTNXD8D .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umJbTNXD8D H6 {
  text-align: center;
}
.cid-umJbTNXD8D .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-umJbTNXD8D .rotate {
    top: -6px;
  }
}
.cid-umJbTNXD8D .title-relative {
  position: relative;
}
.cid-umJbTNXD8D .mbr-section-title,
.cid-umJbTNXD8D .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-umJbTNXD8D .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-umJbTNXD8D .item-content {
    padding-top: 10px;
  }
}
.cid-umJbTNXD8D .mbr-text,
.cid-umJbTNXD8D .item-title {
  color: #fafafa;
}
.cid-umJbTNXD8D .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-umJbTNXD8D .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-umJbTNXD8D .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-umJbTNXD8D .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-umJbTNXD8D .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-umJbTNXD8D .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-umJbTNXD8D .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-umJbTQBxKO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #22a5e5;
}
.cid-umJbTQBxKO .mbr-text,
.cid-umJbTQBxKO .mbr-section-btn {
  color: #fafafa;
}
.cid-umJbTQBxKO .row {
  justify-content: start;
}
.cid-umJbTQBxKO .mbr-section-title {
  color: #fafafa;
}
.cid-umJbTQBxKO .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-umJbTQBxKO .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-umJbTQBxKO .wrapper {
    flex-direction: column-reverse;
  }
  .cid-umJbTQBxKO .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-umJbTQBxKO .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-umJbTQBxKO .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-umJbTQBxKO .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-umJbTQBxKO .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-umJbTR800I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1541c;
}
.cid-umJbTR800I .rotate {
  transform: rotate(225deg);
}
.cid-umJbTR800I svg {
  transition: all 0.4s;
}
.cid-umJbTR800I a:hover > svg {
  transform: rotate(315deg);
}
.cid-umJbTR800I .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-umJbTR800I .style-button {
    transform: translateY(-165px);
  }
}
.cid-umJbTRCopH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-umJbTRCopH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJbTRCopH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJbTRCopH .mbr-section-title,
.cid-umJbTRCopH .mbr-text,
.cid-umJbTRCopH .card-title,
.cid-umJbTRCopH .num {
  color: #fafafa;
}
.cid-umJbTRCopH .title .num {
  width: 100%;
  display: block;
}
.cid-umJbTRCopH .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-umJbTRCopH .content-column {
    margin-bottom: 2rem;
  }
  .cid-umJbTRCopH .p-center {
    padding: 30px 0;
  }
}
.cid-umJbTRCopH .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-umJbTRCopH .rotate {
    top: 30px;
  }
}
.cid-umJbTRCopH .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-umJbTRCopH .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-umJbTSjUu7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c1541c;
  background-position: initial !important;
}
.cid-umJbTSjUu7 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-umJbTSjUu7 .mbr-section-title {
  color: #fafafa;
  text-align: left;
  margin-bottom: 70px;
}
.cid-umJbTSjUu7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 58%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-umJbTSjUu7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-umJbTSjUu7 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-umJbTSjUu7 .embla__slide {
    min-width: 375px;
  }
}
.cid-umJbTSjUu7 .embla__button--next,
.cid-umJbTSjUu7 .embla__button--prev {
  display: flex;
}
.cid-umJbTSjUu7 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease;
  border: 1px solid #2b2b2b;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -16%;
  margin-top: -1.5rem;
  background-color: #fafafa;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-umJbTSjUu7 .embla__button {
    top: -18%;
  }
}
.cid-umJbTSjUu7 .embla__button:disabled {
  cursor: default;
}
.cid-umJbTSjUu7 .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-umJbTSjUu7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-umJbTSjUu7 .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-umJbTSjUu7 .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-umJbTSjUu7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-umJbTSjUu7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-umJbTSjUu7 .embla {
  position: relative;
  width: 100%;
}
.cid-umJbTSjUu7 .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umJbTSjUu7 .embla__viewport {
    margin-left: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-umJbTSjUu7 .embla__viewport {
    margin-left: 0;
  }
}
.cid-umJbTSjUu7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umJbTSjUu7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umJbTSjUu7 .embla__container {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 426px) and (max-width: 991px) {
  .cid-umJbTSjUu7 .embla__container {
    margin-top: 30px;
  }
}
.cid-umJbTSjUu7 .shadow {
  border-radius: 4px;
  overflow: visible;
  padding: 0 15px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.cid-umJbTSjUu7 .card-title {
  margin: 35px 0;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
.cid-umJbTSjUu7 .card-text {
  color: #000000;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 50px;
  line-height: 31px;
}
.cid-umJbTSjUu7 .card-title,
.cid-umJbTSjUu7 .iconfont-wrapper {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-umJbTSjUu7 .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-umJbTSjUu7 .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-umJbTSjUu7 .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-umJbTSjUu7 .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-umJbTSjUu7 .embla__container {
    transform: translateX(-25px);
  }
  .cid-umJbTSjUu7 .embla__slide {
    min-width: 290px;
  }
}
@media (max-width: 420px) and (max-width: 425px) {
  .cid-umJbTSjUu7 .embla__button--next {
    right: 20px;
    top: -35px;
  }
  .cid-umJbTSjUu7 .embla__button--prev {
    right: 30px;
    top: -35px;
  }
}
.cid-umJbTSjUu7 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-umJbTSjUu7 .rotate {
    top: 30px;
  }
}
.cid-umJbTU0uFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-umJbTU0uFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJbTU0uFE .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-umJbTU0uFE .row {
    flex-direction: column-reverse;
  }
  .cid-umJbTU0uFE .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-umJbTU0uFE .image-wrapper {
    display: none;
  }
  .cid-umJbTU0uFE .card-title {
    line-height: 46px !important;
  }
}
.cid-umJbTU0uFE .content-wrapper {
  background: #22a5e5;
}
@media (max-width: 991px) {
  .cid-umJbTU0uFE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umJbTU0uFE .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-umJbTU0uFE .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-umJbTU0uFE .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-umJbTU0uFE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-umJbTU0uFE .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-umJbTU0uFE .card-title,
.cid-umJbTU0uFE .mbr-text {
  color: #fafafa;
}
.cid-umJbTU0uFE .card-title {
  line-height: 69px;
}
@media (min-width: 991px) {
  .cid-umJbTU0uFE .card-title-position {
    margin-left: 25rem;
  }
  .cid-umJbTU0uFE .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-umJbTU0uFE .mbr-text {
  padding-left: 50px;
}
.cid-umJbTU0uFE .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-umJbTU0uFE .arrow-text {
    display: none;
  }
  .cid-umJbTU0uFE .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-umJbTU0uFE .arrow-text {
    display: none;
  }
  .cid-umJbTU0uFE .mbr-text {
    padding-left: 0;
  }
}
.cid-umJbTU0uFE .for-arrow {
  position: relative;
}
.cid-umJbTUIOdn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c1541c;
}
.cid-umJbTUIOdn .rotate {
  transform: rotate(225deg);
}
.cid-umJbTUIOdn svg {
  transition: all 0.4s;
}
.cid-umJbTUIOdn a:hover > svg {
  transform: rotate(315deg);
}
.cid-umJbTUIOdn .style-button {
  padding: 32px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 0;
  transform: translateY(-130px);
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-umJbTUIOdn .style-button {
    transform: translateY(-165px);
  }
}
.cid-umJbTVf6Q3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #fafafa;
  border-bottom: 3px solid #fafafa;
  margin-top: -3px;
  background-color: #22a5e5;
}
.cid-umJbTVf6Q3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-umJbTVf6Q3 .content {
  border: 3px solid #fafafa;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-umJbTVf6Q3 .content {
    padding: 125px 234px 92px;
  }
}
.cid-umJbTVf6Q3 label {
  font-weight: 700;
}
.cid-umJbTVf6Q3 .title {
  position: absolute;
  border-radius: 20px;
  background-color: #fafafa;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-umJbTVf6Q3 .title {
    min-width: 200px;
  }
}
.cid-umJbTVf6Q3 form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-umJbTVf6Q3 form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-umJbTVf6Q3 form .form-control::placeholder {
  color: #adadad;
}
.cid-umJbTVf6Q3 form .mbr-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-umJbTVf6Q3 form .mbr-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-umJbTVf6Q3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-umJbTVf6Q3 form textarea {
  height: 80px;
}
.cid-umJbTVf6Q3 form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-umJbTVf6Q3 form .checkbox {
  margin-left: 20px;
}
.cid-umJbTVf6Q3 .btn-secondary {
  color: #000000 !important;
}
.cid-umJbTVf6Q3 .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-umJbTVf6Q3 label span {
  color: #a94442;
}
.cid-umJbTVf6Q3 .checkbox,
.cid-umJbTVf6Q3 .form-group {
  margin-bottom: 1rem;
}
.cid-umJbTVf6Q3 LABEL {
  color: #fafafa;
}
.cid-umJbTVf6Q3 .mbr-section-title {
  color: #161616;
}
.cid-umJbTVYAls {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-umJbTVYAls .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-umJbTVYAls .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umJbTVYAls .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umJbTVYAls .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-umJbTVYAls .container {
  padding: 0;
}
.cid-umJbTVYAls .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-umJbTVYAls .icon-focus {
  display: none;
}
.cid-umJbTVYAls .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-umJbTVYAls .btn-primary-outline:hover {
  background: transparent !important;
  color: #fafafa !important;
}
.cid-umJbTVYAls li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-umJbTVYAls li {
  position: relative;
}
.cid-umJbTVYAls .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-umJbTVYAls .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-umJbTVYAls .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-umJbTVYAls .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-umJbTVYAls .btn {
  font-family: Jost !important;
}
.cid-umJbTVYAls .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-umJbTVYAls .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-umJbTVYAls .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-umJbTVYAls li:not(:last-child):after {
    top: 9px;
  }
  .cid-umJbTVYAls .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-umJbTX7TYA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1541c;
}
.cid-umJbTX7TYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJbTX7TYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJbTX7TYA .mbr-section-title,
.cid-umJbTX7TYA .mbr-text,
.cid-umJbTX7TYA .card-title,
.cid-umJbTX7TYA .num {
  color: #fafafa;
}
.cid-umJbTX7TYA .title .num {
  width: 100%;
  display: block;
}
.cid-umJbTX7TYA .title .card-title {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-umJbTX7TYA .content-column {
    margin-bottom: 2rem;
  }
  .cid-umJbTX7TYA .p-center {
    padding: 30px 0;
  }
}
.cid-umJbTX7TYA .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-umJbTX7TYA .rotate {
    top: 30px;
  }
}
.cid-umJbTX7TYA .hide {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-umJbTX7TYA .tablet-padding {
    padding: 50px 0 0 0;
  }
}
.cid-umJbTXSwT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-umJbTXSwT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umJbTXSwT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umJbTXSwT2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umJbTXSwT2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umJbTXSwT2 .row {
    text-align: center;
  }
  .cid-umJbTXSwT2 .row > div {
    margin: auto;
  }
  .cid-umJbTXSwT2 .social-row {
    justify-content: center;
  }
  .cid-umJbTXSwT2 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-umJbTXSwT2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umJbTXSwT2 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-umJbTXSwT2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umJbTXSwT2 .list {
    margin-bottom: 0rem;
  }
}
.cid-umJbTXSwT2 .mbr-text,
.cid-umJbTXSwT2 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-umJbTXSwT2 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-umJbTXSwT2 .soc-item:last-child {
  margin-right: 0;
}
.cid-umJbTXSwT2 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-umJbTXSwT2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-umJbTXSwT2 .self-center {
  align-self: center;
}
.cid-umJbTXSwT2 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-umJbTXSwT2 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-umJbTXSwT2 .indent-up {
    margin-bottom: 0;
  }
}
.cid-umJbTXSwT2 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-umJbTXSwT2 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-umJbTXSwT2 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-umJbTXSwT2 .position {
    text-align: center;
  }
}
.cid-umJbTXSwT2 .pt-16 {
  padding-top: 16px;
}
.cid-umJbTXSwT2 .pb-16 {
  padding-bottom: 16px;
}
.cid-umJbTXSwT2 P {
  color: #fafafa;
}
.cid-umJbTYmkcG {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-umJbTYmkcG .navbar-dropdown {
  position: relative !important;
}
.cid-umJbTYmkcG .navbar-dropdown {
  position: absolute !important;
}
.cid-umJbTYmkcG .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-umJbTYmkcG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umJbTYmkcG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umJbTYmkcG .dropdown-item:hover,
.cid-umJbTYmkcG .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-umJbTYmkcG .dropdown-item:hover span {
  color: white;
}
.cid-umJbTYmkcG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umJbTYmkcG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umJbTYmkcG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umJbTYmkcG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umJbTYmkcG .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-umJbTYmkcG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umJbTYmkcG .container {
    flex-wrap: nowrap;
  }
}
.cid-umJbTYmkcG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umJbTYmkcG .dropdown-menu,
.cid-umJbTYmkcG .navbar.opened {
  background: #22a5e5 !important;
}
.cid-umJbTYmkcG .nav-item:focus,
.cid-umJbTYmkcG .nav-link:focus {
  outline: none;
}
.cid-umJbTYmkcG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umJbTYmkcG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umJbTYmkcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umJbTYmkcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umJbTYmkcG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umJbTYmkcG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umJbTYmkcG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(34, 165, 229, 0);
}
.cid-umJbTYmkcG .navbar.opened {
  transition: all 0.3s;
}
.cid-umJbTYmkcG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umJbTYmkcG .navbar .navbar-logo img {
  width: auto;
}
.cid-umJbTYmkcG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umJbTYmkcG .navbar.collapsed {
  justify-content: center;
}
.cid-umJbTYmkcG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umJbTYmkcG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umJbTYmkcG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umJbTYmkcG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umJbTYmkcG .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-umJbTYmkcG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umJbTYmkcG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umJbTYmkcG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umJbTYmkcG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umJbTYmkcG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umJbTYmkcG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umJbTYmkcG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umJbTYmkcG .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-umJbTYmkcG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umJbTYmkcG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umJbTYmkcG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umJbTYmkcG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umJbTYmkcG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umJbTYmkcG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umJbTYmkcG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umJbTYmkcG .navbar.navbar-short {
  min-height: 60px;
}
.cid-umJbTYmkcG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umJbTYmkcG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umJbTYmkcG .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-umJbTYmkcG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umJbTYmkcG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umJbTYmkcG .dropdown-item.active,
.cid-umJbTYmkcG .dropdown-item:active {
  background-color: transparent;
}
.cid-umJbTYmkcG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umJbTYmkcG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umJbTYmkcG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umJbTYmkcG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #22a5e5;
}
.cid-umJbTYmkcG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umJbTYmkcG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umJbTYmkcG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umJbTYmkcG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umJbTYmkcG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umJbTYmkcG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8e8e8;
}
.cid-umJbTYmkcG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umJbTYmkcG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umJbTYmkcG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umJbTYmkcG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umJbTYmkcG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umJbTYmkcG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umJbTYmkcG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umJbTYmkcG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umJbTYmkcG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umJbTYmkcG .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-umJbTYmkcG .navbar {
    height: 70px;
  }
  .cid-umJbTYmkcG .navbar.opened {
    height: auto;
  }
  .cid-umJbTYmkcG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
