@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900);


 


body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e96188 !important;
  border-color: #e96188 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e96188;
  border-color: #e96188;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e96188 !important;
  border-color: #e96188 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #e96188 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c81c4d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #149dcc;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e96188 !important;
  box-shadow: none !important;
}
























.cid-rz5plUpSXa {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz5plUpSXa .mbr-section-subtitle {
  color: #767676;
}
.cid-rz5plUpSXa .counter-container {
  color: #767676;
}
.cid-rz5plUpSXa .counter-container ul {
  margin-bottom: 0;
}
.cid-rz5plUpSXa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rz5plUpSXa .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-rz5plUpSXa .mbr-text {
  color: #232323;
}



.cid-rz5plUpSXa .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rz5plUpSXa .section-text {
  padding: 2rem 0;
}
.cid-rz5plUpSXa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rz5plUpSXa .inner-container {
    width: 100% !important;
  }
}
















.cid-rz5pZSmt5D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rz5pZSmt5D .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rz5pZSmt5D .section-text {
  padding: 2rem 0;
}
.cid-rz5pZSmt5D .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rz5pZSmt5D .inner-container {
    width: 100% !important;
  }
}



.cid-rz0UE2qUVh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz0UE2qUVh .mbr-section-subtitle {
  color: #767676;
}




.cid-ryCMF0y363 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ryCMF0y363 .counter-container {
  color: #767676;
}
.cid-ryCMF0y363 .counter-container ul {
  margin-bottom: 0;
}
.cid-ryCMF0y363 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ryCMF0y363 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-ryCMF0y363 .mbr-text {
  color: #232323;
}



.cid-rz6cWRvJ5w {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rz6cWRvJ5w .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-rz6cWRvJ5w .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rz6cWRvJ5w .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rz6cWRvJ5w .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rz6cWRvJ5w .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rz6cWRvJ5w .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rz6cWRvJ5w .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rz6cWRvJ5w .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz6cWRvJ5w .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rz6cWRvJ5w .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz6cWRvJ5w .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rz6cWRvJ5w ul {
  font-size: 0;
}
.cid-rz6cWRvJ5w .mbr-gallery-filter ul {
  text-align: left;
}
.cid-rz6cWRvJ5w .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rz6cWRvJ5w .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rz6cWRvJ5w .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rz6cWRvJ5w .mbr-gallery-filter ul li:first-child,
.cid-rz6cWRvJ5w .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rz6cWRvJ5w .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rz6cWRvJ5w .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rz6cWRvJ5w .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rz6cWRvJ5w .btn.active:after {
  animation: none;
}
.cid-rz6cWRvJ5w .btn:active {
  box-shadow: none !important;
}
.cid-rz6cWRvJ5w .btn:hover {
  background: transparent !important;
}
.cid-rz6cWRvJ5w .btn:hover:before {
  background: transparent !important;
}
.cid-rz6cWRvJ5w .btn:before {
  background-color: transparent !important;
}
.cid-rz6cWRvJ5w .btn:focus {
  box-shadow: none !important;
}
.cid-rz6cWRvJ5w .mbr-section-title,
.cid-rz6cWRvJ5w .mbr-gallery-filter ul {
  text-align: center;
}







.cid-ryCInbr4Bf {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryCInbr4Bf h2 {
  margin-bottom: 0;
}
.cid-ryCInbr4Bf h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-ryCInbr4Bf p {
  color: #767676;
  margin-bottom: 0;
}
.cid-ryCInbr4Bf .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-ryCInbr4Bf .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-ryCInbr4Bf .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ryCInbr4Bf .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-ryCInbr4Bf .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-ryCInbr4Bf .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-ryCInbr4Bf H2 {
  text-align: center;
}
.cid-ryCInbr4Bf .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}














.cid-rCSEqbsyw9 {
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #FFFFFF;
}

.cid-rCSEqbsyw9 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rCSEqbsyw9 .mbr-shop .row {
  margin: 0;
}
.cid-rCSEqbsyw9 .container {
  padding: 0rem 0.5rem;
}
.cid-rCSEqbsyw9 .col-md-12 {
  padding: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-rCSEqbsyw9 .oldprice {
  padding-left: .8rem!important;
  color: #767676;
  text-decoration: line-through;
}
.cid-rCSEqbsyw9 .shopItemsModal_wraper {
  left: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .btn-secondary {
  background: transparent!important;
  color: #767676 !important;
  border: none;
  border-top: 1px solid #767676;
  border-color: #767676 !important;
  padding-top: .8rem;
  border-radius: 0;
  margin: 0rem;
  margin-top: 0.4rem;
}
.cid-rCSEqbsyw9 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rCSEqbsyw9 .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-rCSEqbsyw9 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rCSEqbsyw9 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rCSEqbsyw9 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rCSEqbsyw9 .mbr-shop .image-modal img {
  width: 100%;
  max-width: 100%;
  max-height: 75vh;
}
.cid-rCSEqbsyw9 .mbr-shop .hide-modal {
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rCSEqbsyw9 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rCSEqbsyw9 .mbr-shop .filter-by-pu,
.cid-rCSEqbsyw9 .mbr-shop .filter-by-pd,
.cid-rCSEqbsyw9 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rCSEqbsyw9 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rCSEqbsyw9 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rCSEqbsyw9 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 25px;
}
.cid-rCSEqbsyw9 .mbr-shop .galleryItem h4,
.cid-rCSEqbsyw9 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rCSEqbsyw9 .mbr-shop .galleryItem h5,
.cid-rCSEqbsyw9 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .galleryItem p,
.cid-rCSEqbsyw9 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rCSEqbsyw9 .mbr-shop .item-button {
  text-align: center;
}
.cid-rCSEqbsyw9 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rCSEqbsyw9 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rCSEqbsyw9 .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rCSEqbsyw9 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rCSEqbsyw9 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rCSEqbsyw9 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #29a7c6;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item__hided h4,
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item__hided h5,
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rCSEqbsyw9 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-rCSEqbsyw9 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rCSEqbsyw9 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rCSEqbsyw9 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rCSEqbsyw9 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rCSEqbsyw9 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rCSEqbsyw9 .mbr-shop .range-controls {
  position: relative;
}
.cid-rCSEqbsyw9 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rCSEqbsyw9 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rCSEqbsyw9 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rCSEqbsyw9 .mbr-shop .toggle:hover,
.cid-rCSEqbsyw9 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rCSEqbsyw9 .mbr-shop .min-toggle {
  left: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .max-toggle {
  right: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .hided-by-price {
  display: none;
}
.cid-rCSEqbsyw9 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rCSEqbsyw9 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rCSEqbsyw9 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rCSEqbsyw9 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rCSEqbsyw9 .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rCSEqbsyw9 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rCSEqbsyw9 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rCSEqbsyw9 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rCSEqbsyw9 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rCSEqbsyw9 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rCSEqbsyw9 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rCSEqbsyw9 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rCSEqbsyw9 .mbr-shop .shop-items .onsale,
.cid-rCSEqbsyw9 .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rCSEqbsyw9 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rCSEqbsyw9 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rCSEqbsyw9 .mbr-shop .price-range {
  display: inline-block;
}
.cid-rCSEqbsyw9 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rCSEqbsyw9 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rCSEqbsyw9 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rCSEqbsyw9 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rCSEqbsyw9 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rCSEqbsyw9 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rCSEqbsyw9 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rCSEqbsyw9 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rCSEqbsyw9 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rCSEqbsyw9 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rCSEqbsyw9 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rCSEqbsyw9 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rCSEqbsyw9 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rCSEqbsyw9 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rCSEqbsyw9 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rCSEqbsyw9 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rCSEqbsyw9 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rCSEqbsyw9 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rCSEqbsyw9 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rCSEqbsyw9 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rCSEqbsyw9 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rCSEqbsyw9 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rCSEqbsyw9 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rCSEqbsyw9 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-rCSEqbsyw9 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: .5rem;
  width:100%;
}
.cid-rCSEqbsyw9 .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-rCSEqbsyw9 .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-rCSEqbsyw9 .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rCSEqbsyw9 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
@media (min-width: 1200px) {
  .cid-rCSEqbsyw9 .mbr-gallery-item {
    width: 33.3%!important;
  }
}






















.cid-ryCfa7Mqjr {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ryCfa7Mqjr .container-fluid {
  padding: 0 3rem;
}
.cid-ryCfa7Mqjr .mbr-section-subtitle {
  color: #767676;
}
.cid-ryCfa7Mqjr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryCfa7Mqjr .table-wrapper {
  margin: 0 auto;
}
.cid-ryCfa7Mqjr table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-ryCfa7Mqjr table thead tr {
  border: none !important;
}
.cid-ryCfa7Mqjr table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-ryCfa7Mqjr table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-ryCfa7Mqjr table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-ryCfa7Mqjr tr:hover {
  background-color: #fac769 !important;
}
.cid-ryCfa7Mqjr .head-item:after,
.cid-ryCfa7Mqjr .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-ryCfa7Mqjr table th,
  .cid-ryCfa7Mqjr table td {
    padding: .75rem;
  }
}
.cid-ryCfa7Mqjr .body-item {
  text-align: center;
}
.cid-ryCfa7Mqjr .head-item {
  color: #000000;
}
.cid-ryCfa7Mqjr .mbr-text {
  color: #767676;
}








.cid-rz65GLaPWi {
  padding-top: 60px;
  padding-bottom: 75px;
}
.cid-rz65GLaPWi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-rz65GLaPWi .carousel-item > div {
  width: 100%;
}
.cid-rz65GLaPWi .carousel-item.active,
.cid-rz65GLaPWi .carousel-item-next,
.cid-rz65GLaPWi .carousel-item-prev {
  display: flex;
}
.cid-rz65GLaPWi .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-rz65GLaPWi .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-rz65GLaPWi .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rz65GLaPWi .signature,
.cid-rz65GLaPWi .desk {
  margin: 0;
}
.cid-rz65GLaPWi .mbr-text,
.cid-rz65GLaPWi .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rz65GLaPWi .signature,
.cid-rz65GLaPWi .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rz65GLaPWi .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-rz65GLaPWi .carousel-controls a {
    width: 5%;
  }
}
.cid-rz65GLaPWi .mbr-text DIV {
  text-align: left;
}







.cid-rz6eMdahM4 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz6eMdahM4 .mbr-text {
  color: #767676;
}
.cid-rz6eMdahM4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rz6eMdahM4 .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz6eMdahM4 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-rz6eMdahM4 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rz6eMdahM4 .card-text {
  margin-top: 2rem;
}
.cid-rz6eMdahM4 .card-box {
  margin-bottom: 1rem;
}
.cid-rz6eMdahM4 .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rz6eMdahM4 .num,
  .cid-rz6eMdahM4 .card-title,
  .cid-rz6eMdahM4 .mbr-text,
  .cid-rz6eMdahM4 .mbr-title,
  .cid-rz6eMdahM4 .mbr-section-subtitle,
  .cid-rz6eMdahM4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rz6eMdahM4 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rz6eMdahM4 .mbr-title {
  color: #232323;
}





.cid-rz6qLEULbl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz6qLEULbl .wrapper {
  overflow: hidden;
}
.cid-rz6qLEULbl .wrapper img {
  transition: all .5s;
}
.cid-rz6qLEULbl .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rz6qLEULbl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rz6qLEULbl .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-rz6qLEULbl .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-rz6qLEULbl .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rz6qLEULbl .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rz6qLEULbl .first-row-card {
    padding-bottom: 2rem;
  }
}

















.cid-rz6foGWwgO {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rz6foGWwgO .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rz6foGWwgO .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rz6foGWwgO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rz6foGWwgO .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rz6foGWwgO .card-overlay {
  display: none;
  background: #92b5d5;
}
@media (min-width: 768px) {
  .cid-rz6foGWwgO .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rz6foGWwgO .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rz6foGWwgO .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rz6foGWwgO .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rz6foGWwgO .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rz6foGWwgO .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rz6foGWwgO .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rz6foGWwgO .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rz6foGWwgO .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-rz6foGWwgO .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rz6foGWwgO .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rz6foGWwgO .card-title,
  .cid-rz6foGWwgO .underline,
  .cid-rz6foGWwgO .mbr-text,
  .cid-rz6foGWwgO .mbr-section-btn,
  .cid-rz6foGWwgO .mbr-section-subtitle,
  .cid-rz6foGWwgO .mbr-section-title {
    text-align: center !important;
  }
  .cid-rz6foGWwgO .wrapper {
    background-color: #92b5d5;
  }
}
.cid-rz6foGWwgO .mbr-section-title {
  text-align: left;
}
.cid-rz6foGWwgO .mbr-section-title,
.cid-rz6foGWwgO .underline {
  text-align: center;
}












.cid-rz628YaqQJ {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-rz628YaqQJ h3 {
  text-align: center;
}
.cid-rz628YaqQJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rz628YaqQJ .mbr-content-text {
  color: #cccccc;
}
.cid-rz628YaqQJ .card {
  word-wrap: break-word;
}
.cid-rz628YaqQJ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rz628YaqQJ .mbr-section-title {
  color: #ffffff;
}
.cid-rz628YaqQJ H3 {
  color: #ffffff;
}
.cid-rz628YaqQJ H4 {
  color: #ffffff;
}




.cid-ryCQcpNU2R {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-ryCQcpNU2R .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ryCQcpNU2R .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ryCQcpNU2R .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ryCQcpNU2R .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ryCQcpNU2R .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-ryCQcpNU2R .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ryCQcpNU2R .card .panel-body {
  color: #767676;
}









.cid-rz17xa6DXJ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rz17xa6DXJ .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-rz17xa6DXJ .title,
.cid-rz17xa6DXJ .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-rz17xa6DXJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  /*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);*/
  padding: 0;
}
.cid-rz17xa6DXJ .ico-wrap {
  background: #f1f1f1;
  padding: 1rem;
}
.cid-rz17xa6DXJ .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-rz17xa6DXJ .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-rz17xa6DXJ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-rz17xa6DXJ .card-title {
  color: #274abb;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-rz17xa6DXJ .card-img {
  overflow: hidden;
}
.cid-rz17xa6DXJ .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rz17xa6DXJ .card-box {
  padding: 0rem;
}
.cid-rz17xa6DXJ img {
  transition: all 0.3s;
}
.cid-rz17xa6DXJ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
  text-align: center;
}
.cid-rz17xa6DXJ status {
  color: #855dd8;
}
.cid-rz17xa6DXJ .status {
  color: #656565;
  text-align: left;
}








.cid-rzgrnICWgV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzgrnICWgV .mbr-section-subtitle {
  color: #767676;
}
.cid-rzgroUyg7f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzgroUyg7f .mbr-section-subtitle {
  color: #767676;
}
.cid-rzPPQW8RQP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzPPQW8RQP .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-rzPPQW8RQP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rzPPQW8RQP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzPPQW8RQP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzPPQW8RQP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rzPPQW8RQP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rzPPQW8RQP .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rzPPQW8RQP .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzPPQW8RQP .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rzPPQW8RQP .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzPPQW8RQP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rzPPQW8RQP ul {
  font-size: 0;
}
.cid-rzPPQW8RQP .mbr-gallery-filter ul {
  text-align: left;
}
.cid-rzPPQW8RQP .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rzPPQW8RQP .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rzPPQW8RQP .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rzPPQW8RQP .mbr-gallery-filter ul li:first-child,
.cid-rzPPQW8RQP .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rzPPQW8RQP .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rzPPQW8RQP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rzPPQW8RQP .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rzPPQW8RQP .btn.active:after {
  animation: none;
}
.cid-rzPPQW8RQP .btn:active {
  box-shadow: none !important;
}
.cid-rzPPQW8RQP .btn:hover {
  background: transparent !important;
}
.cid-rzPPQW8RQP .btn:hover:before {
  background: transparent !important;
}
.cid-rzPPQW8RQP .btn:before {
  background-color: transparent !important;
}
.cid-rzPPQW8RQP .btn:focus {
  box-shadow: none !important;
}
.cid-rzPPQW8RQP .mbr-section-title,
.cid-rzPPQW8RQP .mbr-gallery-filter ul {
  text-align: center;
}
.cid-rzPQfvhcM3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzPQfvhcM3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rzPQfvhcM3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rzPQfvhcM3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rzPQfvhcM3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rzPQfvhcM3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rzPQfvhcM3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rzPQfvhcM3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rzPQfvhcM3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rzPQfvhcM3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rzgrfMbgRM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzgrfMbgRM .mbr-section-subtitle {
  color: #767676;
}
.cid-ryDJ7Zu9dJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryDJ7Zu9dJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-ryDJ7Zu9dJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ryDJ7Zu9dJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ryDJ7Zu9dJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ryDJ7Zu9dJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ryDJ7Zu9dJ .container-fluid {
  padding: 0;
}
.cid-ryDJ7Zu9dJ .relative {
  position: relative;
  width: 100%;
}
.cid-ryDJ7Zu9dJ .mbr-section-title {
  color: #656565;
}
.cid-ryDJ7Zu9dJ .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-ryDJ7Zu9dJ .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-ryDJ7Zu9dJ .title {
  text-align: center;
  color: #ffffff;
}
.cid-ryDJ7Zu9dJ .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-ryDJ7Zu9dJ .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}





.cid-rz17GhfJ1z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz17GhfJ1z .mbr-section-subtitle {
  color: #767676;
}
.cid-rz17GhfJ1z .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rz17GhfJ1z .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-rz17GhfJ1z .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rz17GhfJ1z .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-rz17GhfJ1z .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rz17GhfJ1z .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-rz17GhfJ1z .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rz17GhfJ1z .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-rz17GhfJ1z .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rz17GhfJ1z .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-rz17GhfJ1z .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rz17GhfJ1z .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-rz17GhfJ1z .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rz17GhfJ1z .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-rz17GhfJ1z .btn-social {
  border: none !important;
}
.cid-rz17GhfJ1z [class^="socicon-"]:before,
.cid-rz17GhfJ1z [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rz17GhfJ1z .btn {
    font-size: 20px !important;
  }
}








.cid-ryBYZQsRz7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-ryBYZQsRz7 section {
  position: relative;
}
.cid-ryBYZQsRz7 .container {
  max-width: 1400px;
}
.cid-ryBYZQsRz7 .card-img2 span {
  padding-top: 6px;
}
.cid-ryBYZQsRz7 .soc-item a {
  padding-top: 5px;
}
.cid-ryBYZQsRz7 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-ryBYZQsRz7 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-ryBYZQsRz7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ryBYZQsRz7 .quote {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-ryBYZQsRz7 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent;
}
.cid-ryBYZQsRz7 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ryBYZQsRz7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-ryBYZQsRz7 .soc-item span {
  font-size: 1.4rem;
}
.cid-ryBYZQsRz7 .soc-item:hover span {
  color: #149dcc !important;
}
.cid-ryBYZQsRz7 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-ryBYZQsRz7 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ryBYZQsRz7 .media-wrap {
  margin-bottom: 1rem;
}
.cid-ryBYZQsRz7 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ryBYZQsRz7 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-ryBYZQsRz7 .item {
    justify-content: center;
  }
  .cid-ryBYZQsRz7 .quote::after {
    left: 60px;
  }
}
.cid-ryBYZQsRz7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-ryBYZQsRz7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ryBYZQsRz7 .text1 {
  color: #ffffff;
}
.cid-ryBYZQsRz7 .item-title {
  color: #ffffff;
}
.cid-ryBYZQsRz7 H5 {
  color: #ffffff;
}
.cid-ryBYZQsRz7 .theme {
  color: #ffffff;
}
.cid-ryBYZQsRz7 .copyright > p {
  color: #ff3366;
}
.cid-ryBYZQsRz7 .text2 {
  color: #ffffff;
}





















/************	·Î±×ÀÎ	**********************/
.cid-rzLdulNkZ6.popup-builder {
  background-color: #ffffff;
}
.cid-rzLdulNkZ6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rzLdulNkZ6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rzLdulNkZ6 .modal-content,
.cid-rzLdulNkZ6 .modal-dialog {
  height: auto;
}
.cid-rzLdulNkZ6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rzLdulNkZ6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rzLdulNkZ6 .form-wrapper .mbr-form .form-group,
  .cid-rzLdulNkZ6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rzLdulNkZ6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rzLdulNkZ6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzLdulNkZ6 .mbr-text {
  text-align: center;
}
.cid-rzLdulNkZ6 .pt-0 {
  padding-top: 0 !important;
}
.cid-rzLdulNkZ6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rzLdulNkZ6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rzLdulNkZ6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rzLdulNkZ6 .modal-open {
  overflow: hidden;
}
.cid-rzLdulNkZ6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rzLdulNkZ6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rzLdulNkZ6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rzLdulNkZ6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rzLdulNkZ6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rzLdulNkZ6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rzLdulNkZ6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rzLdulNkZ6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rzLdulNkZ6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rzLdulNkZ6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rzLdulNkZ6 .modal-backdrop.show {
  opacity: .5;
}
.cid-rzLdulNkZ6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rzLdulNkZ6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rzLdulNkZ6 .modal-header .close:hover {
  opacity: 1;
}
.cid-rzLdulNkZ6 .modal-header .close:focus {
  outline: none;
}
.cid-rzLdulNkZ6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rzLdulNkZ6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rzLdulNkZ6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rzLdulNkZ6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rzLdulNkZ6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rzLdulNkZ6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rzLdulNkZ6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rzLdulNkZ6 .modal-sm {
    max-width: 300px;
  }
  .cid-rzLdulNkZ6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rzLdulNkZ6 .modal-lg,
  .cid-rzLdulNkZ6 .modal-xl {
    max-width: 800px;
  }
  .cid-rzLdulNkZ6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rzLdulNkZ6 .modal-xl {
    max-width: 1140px;
  }
  .cid-rzLdulNkZ6 .container {
    max-width: 1140px;
  }
}
.cid-rzLdulNkZ6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rzLdulNkZ6 .container {
    max-width: 720px;
  }
}
.cid-rzLdulNkZ6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rzLdulNkZ6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rzLdulNkZ6 .form-group {
  margin-bottom: 1rem;
}
.cid-rzLdulNkZ6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rzLdulNkZ6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rzLdulNkZ6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
/************	·Î±×ÀÎ	**********************/




/************	È¸¿ø°¡ÀÔ	**********************/
.cid-rzLdY2cSDc.popup-builder {
  background-color: #ffffff;
}
.cid-rzLdY2cSDc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rzLdY2cSDc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rzLdY2cSDc .modal-content,
.cid-rzLdY2cSDc .modal-dialog {
  height: auto;
}
.cid-rzLdY2cSDc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rzLdY2cSDc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rzLdY2cSDc .form-wrapper .mbr-form .form-group,
  .cid-rzLdY2cSDc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rzLdY2cSDc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rzLdY2cSDc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzLdY2cSDc .mbr-text {
  text-align: center;
}
.cid-rzLdY2cSDc .pt-0 {
  padding-top: 0 !important;
}
.cid-rzLdY2cSDc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rzLdY2cSDc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rzLdY2cSDc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rzLdY2cSDc .modal-open {
  overflow: hidden;
}
.cid-rzLdY2cSDc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rzLdY2cSDc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rzLdY2cSDc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rzLdY2cSDc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rzLdY2cSDc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rzLdY2cSDc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rzLdY2cSDc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rzLdY2cSDc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rzLdY2cSDc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rzLdY2cSDc .modal-backdrop.fade {
  opacity: 0;
}
.cid-rzLdY2cSDc .modal-backdrop.show {
  opacity: .5;
}
.cid-rzLdY2cSDc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rzLdY2cSDc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rzLdY2cSDc .modal-header .close:hover {
  opacity: 1;
}
.cid-rzLdY2cSDc .modal-header .close:focus {
  outline: none;
}
.cid-rzLdY2cSDc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rzLdY2cSDc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rzLdY2cSDc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rzLdY2cSDc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rzLdY2cSDc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rzLdY2cSDc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rzLdY2cSDc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rzLdY2cSDc .modal-sm {
    max-width: 300px;
  }
  .cid-rzLdY2cSDc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rzLdY2cSDc .modal-lg,
  .cid-rzLdY2cSDc .modal-xl {
    max-width: 800px;
  }
  .cid-rzLdY2cSDc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rzLdY2cSDc .modal-xl {
    max-width: 1140px;
  }
  .cid-rzLdY2cSDc .container {
    max-width: 1140px;
  }
}
.cid-rzLdY2cSDc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rzLdY2cSDc .container {
    max-width: 720px;
  }
}
.cid-rzLdY2cSDc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rzLdY2cSDc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rzLdY2cSDc .form-group {
  margin-bottom: 1rem;
}
.cid-rzLdY2cSDc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rzLdY2cSDc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rzLdY2cSDc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
/************	È¸¿ø°¡ÀÔ	**********************/





.cid-rzR6pVGIzc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}



















.cid-rAS51vZAN3 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-4256-2000x1500.jpeg");
}
.cid-rzR4rhBxNY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzR4rhBxNY .mbr-section-subtitle {
  color: #767676;
}
.cid-rzR4rhBxNY .container-table {
  margin: 0 auto;
}
.cid-rzR4rhBxNY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rzR4rhBxNY .dataTables_wrapper {
  display: block;
}
.cid-rzR4rhBxNY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rzR4rhBxNY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rzR4rhBxNY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rzR4rhBxNY table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rzR4rhBxNY table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rzR4rhBxNY table td {
  border-top: 1px solid #cccccc;
}
.cid-rzR4rhBxNY table.table {
  background: #ffffff;
}
.cid-rzR4rhBxNY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rzR4rhBxNY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rzR4rhBxNY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rzR4rhBxNY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rzR4rhBxNY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rzR4rhBxNY .dataTables_filter {
    text-align: center;
  }
  .cid-rzR4rhBxNY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rzR5yr03Eu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
.cid-rzR5yr03Eu section {
  position: relative;
}
.cid-rzR5yr03Eu .container {
  max-width: 1400px;
}
.cid-rzR5yr03Eu .card-img2 span {
  padding-top: 6px;
}
.cid-rzR5yr03Eu .soc-item a {
  padding-top: 5px;
}
.cid-rzR5yr03Eu .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rzR5yr03Eu .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rzR5yr03Eu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rzR5yr03Eu .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rzR5yr03Eu .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rzR5yr03Eu .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rzR5yr03Eu .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rzR5yr03Eu .soc-item span {
  font-size: 1.4rem;
}
.cid-rzR5yr03Eu .soc-item:hover span {
  color: #149dcc !important;
}
.cid-rzR5yr03Eu .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rzR5yr03Eu .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rzR5yr03Eu .media-wrap {
  margin-bottom: 1rem;
}
.cid-rzR5yr03Eu .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rzR5yr03Eu img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rzR5yr03Eu .item {
    justify-content: center;
  }
  .cid-rzR5yr03Eu .quote::after {
    left: 60px;
  }
}
.cid-rzR5yr03Eu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rzR5yr03Eu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzR5yr03Eu .text1 {
  color: #ffffff;
}
.cid-rzR5yr03Eu .item-title {
  color: #ffffff;
}
.cid-rzR5yr03Eu H5 {
  color: #ffffff;
}
.cid-rzR5yr03Eu .theme {
  color: #ffffff;
}
.cid-rzR5yr03Eu .copyright > p {
  color: #ff3366;
}
.cid-rzR5yr03Eu .text2 {
  color: #ffffff;
}
.cid-rzR6pVGIzc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}












.cid-rzR6pVGIzc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rzRbH7zNsg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzRbH7zNsg .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rzRbH7zNsg .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rzRbH7zNsg .separline .step-wrapper {
    position: relative;
  }
  .cid-rzRbH7zNsg .separline .step-wrapper:before,
  .cid-rzRbH7zNsg .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rzRbH7zNsg .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rzRbH7zNsg .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rzRbH7zNsg .separline.last-child .step-wrapper:after,
  .cid-rzRbH7zNsg .separline:nth-child(3n) .step-wrapper:after,
  .cid-rzRbH7zNsg .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rzRbH7zNsg .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rzRbOy3icH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzRbOy3icH .title {
  margin-bottom: 2rem;
}
.cid-rzRbOy3icH .mbr-section-subtitle {
  color: #767676;
}
.cid-rzRbOy3icH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rzRbOy3icH a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rzRbOy3icH textarea.form-control {
  min-height: 188px;
}
.cid-rzW02fphCi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}








.cid-rAYPXKyVyo {
  padding-top: 140px;
  padding-bottom: 30px;
}
.cid-rAYPXKyVyo P {
  color: #767676;
}
.cid-rAYPXKyVyo H1 {
  color: #ffffff;
}
.cid-rAYPXKyVyo .mbr-text,
.cid-rAYPXKyVyo .mbr-section-btn {
  color: #ffffff;
}
.cid-rAS7Y97lmF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rAS7Y97lmF h2 {
  margin-bottom: 0;
}
.cid-rAS7Y97lmF h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rAS7Y97lmF p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rAS7Y97lmF .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rAS7Y97lmF .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rAS7Y97lmF .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rAS7Y97lmF .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rAS7Y97lmF .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rAS7Y97lmF .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rzR6pVGIzc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}


.cid-ryD6hHp6Ud .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-ryD6hHp6Ud .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-ryD6hHp6Ud a {
  font-style: normal;
}
.cid-ryD6hHp6Ud .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryD6hHp6Ud .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ryD6hHp6Ud .nav-item:focus,
.cid-ryD6hHp6Ud .nav-link:focus {
  outline: none;
}
.cid-ryD6hHp6Ud .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryD6hHp6Ud .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryD6hHp6Ud .menu-logo {
  margin-right: auto;
}
.cid-ryD6hHp6Ud .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}




.cid-ryD6hHp6Ud .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ryD6hHp6Ud .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryD6hHp6Ud .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryD6hHp6Ud .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryD6hHp6Ud .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryD6hHp6Ud .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryD6hHp6Ud .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryD6hHp6Ud .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryD6hHp6Ud .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryD6hHp6Ud .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryD6hHp6Ud .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryD6hHp6Ud .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryD6hHp6Ud .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryD6hHp6Ud .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryD6hHp6Ud .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryD6hHp6Ud .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ryD6hHp6Ud .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryD6hHp6Ud .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryD6hHp6Ud .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryD6hHp6Ud .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryD6hHp6Ud .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryD6hHp6Ud .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryD6hHp6Ud button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryD6hHp6Ud button.navbar-toggler:focus {
  outline: none;
}
.cid-ryD6hHp6Ud button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ryD6hHp6Ud button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryD6hHp6Ud button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryD6hHp6Ud button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryD6hHp6Ud button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryD6hHp6Ud nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryD6hHp6Ud nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryD6hHp6Ud nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryD6hHp6Ud nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryD6hHp6Ud .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryD6hHp6Ud .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryD6hHp6Ud .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.collapsing,
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryD6hHp6Ud .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ryD6hHp6Ud .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ryD6hHp6Ud .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryD6hHp6Ud .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryD6hHp6Ud .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryD6hHp6Ud .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ryD6hHp6Ud .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryD6hHp6Ud .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryD6hHp6Ud .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ryD6hHp6Ud .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryD6hHp6Ud img {
    height: 3.8rem !important;
  }
  .cid-ryD6hHp6Ud .btn {
    display: -webkit-flex;
  }
  .cid-ryD6hHp6Ud button.navbar-toggler {
    display: block;
  }
  .cid-ryD6hHp6Ud .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryD6hHp6Ud .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-ryD6hHp6Ud .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryD6hHp6Ud .navbar-collapse.collapsing,
  .cid-ryD6hHp6Ud .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryD6hHp6Ud .navbar-collapse.collapsing .navbar-nav,
  .cid-ryD6hHp6Ud .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryD6hHp6Ud .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryD6hHp6Ud .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryD6hHp6Ud .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryD6hHp6Ud .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryD6hHp6Ud .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryD6hHp6Ud .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryD6hHp6Ud .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ryD6hHp6Ud .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryD6hHp6Ud .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryD6hHp6Ud .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ryD6hHp6Ud .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryD6hHp6Ud .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryD6hHp6Ud .nav-link:hover,
.cid-ryD6hHp6Ud .dropdown-item:hover {
  color: #c1c1c1 !important;
}











.cid-rBf2ubsQ78 .modal-body .close {
  background: #1b1b1b;
}
.cid-rBf2ubsQ78 .modal-body .close span {
  font-style: normal;
}
.cid-rBf2ubsQ78 .carousel-inner > .active,
.cid-rBf2ubsQ78 .carousel-inner > .next,
.cid-rBf2ubsQ78 .carousel-inner > .prev {
  display: table;
}
.cid-rBf2ubsQ78 .carousel-control .icon-next,
.cid-rBf2ubsQ78 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBf2ubsQ78 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBf2ubsQ78 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBf2ubsQ78 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBf2ubsQ78 .boxed-slider > div {
  position: relative;
}
.cid-rBf2ubsQ78 .container img {
  width: 100%;
}
.cid-rBf2ubsQ78 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBf2ubsQ78 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBf2ubsQ78 .mbr-table-cell {
  padding: 0;
}
.cid-rBf2ubsQ78 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBf2ubsQ78 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBf2ubsQ78 .mbr-overlay {
  z-index: 1;
}
.cid-rBf2ubsQ78 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBf2ubsQ78 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBf2ubsQ78 .carousel-item .container {
    width: 100%;
  }
}
.cid-rBf2ubsQ78 .carousel-item-next.carousel-item-left,
.cid-rBf2ubsQ78 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBf2ubsQ78 .active.carousel-item-right,
.cid-rBf2ubsQ78 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBf2ubsQ78 .active.carousel-item-left,
.cid-rBf2ubsQ78 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rBf2ubsQ78 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-indicators li.active,
.cid-rBf2ubsQ78 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-indicators li::after,
.cid-rBf2ubsQ78 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBf2ubsQ78 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBf2ubsQ78 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBf2ubsQ78 .mbr-slider > .container img {
  width: 100%;
}
.cid-rBf2ubsQ78 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBf2ubsQ78 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBf2ubsQ78 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBf2ubsQ78 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBf2ubsQ78 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBf2ubsQ78 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBf2ubsQ78 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBf2ubsQ78 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rBf2ubsQ78 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBf2ubsQ78 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBf2ubsQ78 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBf2ubsQ78 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBf2ubsQ78 .mbr-overlay ~ .container-slide {
  z-index: auto;
}






/*.cid-rBf2rlCEQg {*/
/*  background-image: url("../../../assets/images/img-4271-2000x15000.jpg");*/
/*}*/
.cid-rBf2rlCEQg .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rBf2rlCEQg .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rBf2rlCEQg .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rBf2rlCEQg .mbr-text {
  color: #ffffff;
}
.cid-rBf2rlCEQg .card {
  padding-bottom: 1.5rem;
}







