body {
  font-family: 'Roboto', sans-serif;
}
.display-1 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 5.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.71875rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.453125rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.484375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.7625rem;
    font-size: calc( 2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.53125rem + (5.375 - 2.53125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.85rem;
    font-size: calc( 1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8968749999999999rem + (3.5625 - 1.8968749999999999) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.95rem;
    font-size: calc( 1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.0625rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #111213 !important;
}
.bg-success {
  background-color: #186209 !important;
}
.bg-info {
  background-color: #52586a !important;
}
.bg-warning {
  background-color: #0e3b05 !important;
}
.bg-danger {
  background-color: #fdbe00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111213 !important;
  border-color: #111213 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #252c83 !important;
  border-color: #252c83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #52586a !important;
  border-color: #52586a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c2f39 !important;
  border-color: #2c2f39 !important;
}
.btn-success,
.btn-success:active {
  background-color: #186209 !important;
  border-color: #186209 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #051302 !important;
  border-color: #051302 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #051302 !important;
  border-color: #051302 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0e3b05 !important;
  border-color: #0e3b05 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fdbe00 !important;
  border-color: #fdbe00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a67d00 !important;
  border-color: #a67d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a67d00 !important;
  border-color: #a67d00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111213 !important;
  border-color: #111213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3843c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #252c83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3843c7 !important;
  border-color: #3843c7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #52586a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c2f39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #52586a !important;
  border-color: #52586a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #186209;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #051302 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #186209 !important;
  border-color: #186209 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e3b05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0e3b05 !important;
  border-color: #0e3b05 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fdbe00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a67d00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fdbe00 !important;
  border-color: #fdbe00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #111213 !important;
}
.text-secondary {
  color: #3843c7 !important;
}
.text-success {
  color: #186209 !important;
}
.text-info {
  color: #52586a !important;
}
.text-warning {
  color: #0e3b05 !important;
}
.text-danger {
  color: #fdbe00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #111213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3843c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #186209 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #52586a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0e3b05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fdbe00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #111213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #52586a;
}
.alert-warning {
  background-color: #0e3b05;
}
.alert-danger {
  background-color: #fdbe00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111213;
  border-color: #111213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1c4c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #35d714;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9198aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #56ee37;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff2ca;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #111213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #111213;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111213;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #111213;
  border-bottom-color: #111213;
}
.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: #111213 !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: #3843c7 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23111213' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1356px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
.container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1000px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 420px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sPvsAwq7hK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sPvsAwq7hK nav.navbar {
  position: fixed;
}
.cid-sPvsAwq7hK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvsAwq7hK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sPvsAwq7hK .dropdown-item:hover,
.cid-sPvsAwq7hK .dropdown-item:focus {
  color: #111213 !important;
}
.cid-sPvsAwq7hK .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sPvsAwq7hK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-sPvsAwq7hK .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-sPvsAwq7hK .container {
  display: flex;
  margin: auto;
}
.cid-sPvsAwq7hK .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-sPvsAwq7hK .dropdown-menu,
.cid-sPvsAwq7hK .navbar.opened {
  background: #ffffff !important;
}
.cid-sPvsAwq7hK .nav-item:focus,
.cid-sPvsAwq7hK .nav-link:focus {
  outline: none;
}
.cid-sPvsAwq7hK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPvsAwq7hK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPvsAwq7hK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sPvsAwq7hK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPvsAwq7hK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPvsAwq7hK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPvsAwq7hK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sPvsAwq7hK .navbar.opened {
  transition: all 0.3s;
}
.cid-sPvsAwq7hK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPvsAwq7hK .navbar .navbar-logo img {
  width: auto;
}
.cid-sPvsAwq7hK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sPvsAwq7hK .navbar.collapsed {
  justify-content: center;
}
.cid-sPvsAwq7hK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPvsAwq7hK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPvsAwq7hK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sPvsAwq7hK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPvsAwq7hK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPvsAwq7hK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPvsAwq7hK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPvsAwq7hK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPvsAwq7hK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPvsAwq7hK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPvsAwq7hK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPvsAwq7hK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPvsAwq7hK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPvsAwq7hK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sPvsAwq7hK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPvsAwq7hK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPvsAwq7hK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPvsAwq7hK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPvsAwq7hK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPvsAwq7hK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPvsAwq7hK .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPvsAwq7hK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPvsAwq7hK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sPvsAwq7hK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPvsAwq7hK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPvsAwq7hK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPvsAwq7hK .dropdown-item.active,
.cid-sPvsAwq7hK .dropdown-item:active {
  background-color: transparent;
}
.cid-sPvsAwq7hK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPvsAwq7hK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPvsAwq7hK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPvsAwq7hK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sPvsAwq7hK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPvsAwq7hK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPvsAwq7hK ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sPvsAwq7hK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sPvsAwq7hK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPvsAwq7hK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #52586a;
}
.cid-sPvsAwq7hK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPvsAwq7hK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvsAwq7hK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPvsAwq7hK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPvsAwq7hK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvsAwq7hK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPvsAwq7hK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPvsAwq7hK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPvsAwq7hK .navbar-dropdown {
  padding: px 1rem;
  position: fixed;
}
.cid-sPvsAwq7hK a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-sPvsAwq7hK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPvsAwq7hK .navbar {
    height: 70px;
  }
  .cid-sPvsAwq7hK .navbar.opened {
    height: auto;
  }
  .cid-sPvsAwq7hK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPvsAwq7hK a {
  display: inline;
}
.cid-sPvsAwq7hK img {
  display: inline;
  padding-right: 10px;
}
.cid-sPvsAwq7hK .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-sPvsAwq7hK .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sPvsAwq7hK .dropdown-item:hover {
  color: #52586a !important;
}
@media (max-width: 990px) {
  .cid-sPvsAwq7hK .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPvsAwq7hK .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sPvsAwq7hK .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sPvsAwq7hK .nav-item {
  margin-right: 32px;
}
.cid-sPvsAwq7hK .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sPvsAwq7hK ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sPvsAwq7hK .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sPvsAwq7hK .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sPvsAwq7hK .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sPvsAwq7hK .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #fdbe00;
}
.cid-sPvsAwq7hK .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sPvsAwq7hK .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-sPvsAwq7hK .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sPvsAwq7hK .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPvsAwq7hK .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sPvsAwq7hK .dropdown-item:focus {
  color: #52586a !important;
}
@media (max-width: 945px) {
  .cid-sPvsAwq7hK .top {
    margin-top: 25px;
  }
}
.cid-sPvsAwq7hK .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sPvsAwq7hK .container,
  .cid-sPvsAwq7hK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPvsAwq7hK li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sPvsAwq7hK ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sPvsAwq7hK .icons-menu {
    min-width: initial !important;
  }
  .cid-sPvsAwq7hK a.btn {
    margin-top: 10px;
  }
}
.cid-sPvsAwq7hK a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPvsAwq7hK a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvsAwq7hK a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvsAwq7hK a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvsAwq7hK .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvsAwq7hK .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvsAwq7hK a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-sPvsAwq7hK a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-sPvsAwq7hK .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-sPvsAwq7hK .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-tsgKZV5ZTl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tsgKZV5ZTl .mbr-overlay {
  background: #111213;
  opacity: 0.8;
}
.cid-tsgKZV5ZTl img,
.cid-tsgKZV5ZTl .item-img {
  width: 100%;
}
.cid-tsgKZV5ZTl .item:focus,
.cid-tsgKZV5ZTl span:focus {
  outline: none;
}
.cid-tsgKZV5ZTl .item-wrapper {
  position: relative;
}
.cid-tsgKZV5ZTl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsgKZV5ZTl .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tsgKZV5ZTl .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsgKZV5ZTl .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsgKZV5ZTl .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsgKZV5ZTl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsgKZV5ZTl .mbr-section-title {
  color: #ffffff;
}
.cid-tsgKZV5ZTl .mbr-text,
.cid-tsgKZV5ZTl .mbr-section-btn {
  text-align: left;
  color: #111213;
}
.cid-tsgKZV5ZTl .item-title {
  text-align: left;
  color: #111213;
}
.cid-tsgKZV5ZTl .item-subtitle {
  text-align: left;
}
.cid-tsgKZV5ZTl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tsgKZV5ZTl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tsgKZV5ZTl .embla__button--next,
.cid-tsgKZV5ZTl .embla__button--prev {
  display: flex;
}
.cid-tsgKZV5ZTl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tsgKZV5ZTl .embla__button {
    display: none;
  }
}
.cid-tsgKZV5ZTl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tsgKZV5ZTl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tsgKZV5ZTl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsgKZV5ZTl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsgKZV5ZTl .embla__button {
    top: auto;
  }
}
.cid-tsgKZV5ZTl .embla {
  position: relative;
  width: 100%;
}
.cid-tsgKZV5ZTl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tsgKZV5ZTl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tsgKZV5ZTl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tsgKZV5ZTl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tsjstvKVnj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsjstvKVnj .line {
  background-color: #111213;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sPvsI7Cb0V {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sPvsI7Cb0V .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-sPvsI7Cb0V .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-sPvsI7Cb0V .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-sPvsI7Cb0V .desc {
  color: #111213;
}
.cid-sPvsI7Cb0V .desc1 {
  padding: 0px 10px;
  background: #ce5e0d;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-sPvsI7Cb0V .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-sPvsI7Cb0V .name {
  margin-bottom: 20px;
}
.cid-sPvsI7Cb0V .price {
  width: auto;
  display: inline;
}
.cid-sPvsI7Cb0V .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-sPvsI7Cb0V .plus1 {
  display: inline;
  width: auto;
  color: #111213;
}
.cid-sPvsI7Cb0V .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-sPvsI7Cb0V .new-price {
  width: auto;
  display: inline;
}
.cid-sPvsI7Cb0V .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-sPvsI7Cb0V .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-sPvsI7Cb0V .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-sPvsI7Cb0V .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-sPvsI7Cb0V .plus {
  color: #111213;
}
.cid-sPvsI7Cb0V .desc,
.cid-sPvsI7Cb0V .plus {
  display: inline-block;
  width: auto;
}
.cid-sPvsI7Cb0V .mbr-text,
.cid-sPvsI7Cb0V .mbr-section-btn {
  color: #52586a;
}
.cid-sPvsI7Cb0V .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-sPvsI7Cb0V .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-sPvsI7Cb0V .name,
.cid-sPvsI7Cb0V .card,
.cid-sPvsI7Cb0V .price-line {
  color: #52586a;
}
.cid-tsjrNjmfcK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsjrNjmfcK .line {
  background-color: #111213;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsilOXEtku {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsilOXEtku .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tsilOXEtku .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tsilOXEtku .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-tsilOXEtku .desc {
  color: #111213;
}
.cid-tsilOXEtku .desc1 {
  padding: 0px 10px;
  background: #ce5e0d;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tsilOXEtku .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tsilOXEtku .name {
  margin-bottom: 20px;
}
.cid-tsilOXEtku .price {
  width: auto;
  display: inline;
}
.cid-tsilOXEtku .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tsilOXEtku .plus1 {
  display: inline;
  width: auto;
  color: #111213;
}
.cid-tsilOXEtku .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-tsilOXEtku .new-price {
  width: auto;
  display: inline;
}
.cid-tsilOXEtku .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-tsilOXEtku .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tsilOXEtku .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tsilOXEtku .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tsilOXEtku .plus {
  color: #111213;
}
.cid-tsilOXEtku .desc,
.cid-tsilOXEtku .plus {
  display: inline-block;
  width: auto;
}
.cid-tsilOXEtku .mbr-text,
.cid-tsilOXEtku .mbr-section-btn {
  color: #52586a;
}
.cid-tsilOXEtku .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tsilOXEtku .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tsilOXEtku .name,
.cid-tsilOXEtku .card,
.cid-tsilOXEtku .price-line {
  color: #52586a;
}
.cid-tsjsPUbeTw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsjsPUbeTw .line {
  background-color: #111213;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsilPJTVmC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsilPJTVmC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tsilPJTVmC .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tsilPJTVmC .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-tsilPJTVmC .desc {
  color: #111213;
}
.cid-tsilPJTVmC .desc1 {
  padding: 0px 10px;
  background: #ce5e0d;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tsilPJTVmC .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tsilPJTVmC .name {
  margin-bottom: 20px;
}
.cid-tsilPJTVmC .price {
  width: auto;
  display: inline;
}
.cid-tsilPJTVmC .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tsilPJTVmC .plus1 {
  display: inline;
  width: auto;
  color: #111213;
}
.cid-tsilPJTVmC .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-tsilPJTVmC .new-price {
  width: auto;
  display: inline;
}
.cid-tsilPJTVmC .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-tsilPJTVmC .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tsilPJTVmC .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tsilPJTVmC .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tsilPJTVmC .plus {
  color: #111213;
}
.cid-tsilPJTVmC .desc,
.cid-tsilPJTVmC .plus {
  display: inline-block;
  width: auto;
}
.cid-tsilPJTVmC .mbr-text,
.cid-tsilPJTVmC .mbr-section-btn {
  color: #52586a;
}
.cid-tsilPJTVmC .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tsilPJTVmC .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tsilPJTVmC .name,
.cid-tsilPJTVmC .card,
.cid-tsilPJTVmC .price-line {
  color: #52586a;
}
.cid-tsjsV0S8QW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsjsV0S8QW .line {
  background-color: #111213;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsilQu8fws {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsilQu8fws .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-tsilQu8fws .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-tsilQu8fws .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-tsilQu8fws .desc {
  color: #111213;
}
.cid-tsilQu8fws .desc1 {
  padding: 0px 10px;
  background: #ce5e0d;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-tsilQu8fws .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-tsilQu8fws .name {
  margin-bottom: 20px;
}
.cid-tsilQu8fws .price {
  width: auto;
  display: inline;
}
.cid-tsilQu8fws .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-tsilQu8fws .plus1 {
  display: inline;
  width: auto;
  color: #111213;
}
.cid-tsilQu8fws .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-tsilQu8fws .new-price {
  width: auto;
  display: inline;
}
.cid-tsilQu8fws .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-tsilQu8fws .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-tsilQu8fws .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-tsilQu8fws .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-tsilQu8fws .plus {
  color: #111213;
}
.cid-tsilQu8fws .desc,
.cid-tsilQu8fws .plus {
  display: inline-block;
  width: auto;
}
.cid-tsilQu8fws .mbr-text,
.cid-tsilQu8fws .mbr-section-btn {
  color: #52586a;
}
.cid-tsilQu8fws .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-tsilQu8fws .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-tsilQu8fws .name,
.cid-tsilQu8fws .card,
.cid-tsilQu8fws .price-line {
  color: #52586a;
}
.cid-sPvsLEQLCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sPvsLEQLCb .row.main {
  align-items: flex-end;
  justify-content: space-between;
}
.cid-sPvsLEQLCb .mbr-section-subtitle {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #b18161;
}
.cid-sPvsLEQLCb .mbr-section-title {
  padding-bottom: 45px;
  color: #111213;
}
.cid-sPvsLEQLCb .text-block {
  color: #ffffff;
  margin-bottom: 45px;
}
.cid-sPvsLEQLCb .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
  margin-top: 26px;
}
.cid-sPvsLEQLCb .name {
  color: #ffffff;
}
.cid-sPvsLEQLCb .name1 {
  margin-right: 20%;
  color: #ffffff;
}
.cid-sPvsLEQLCb .name2 {
  margin-right: 10%;
  color: #ffffff;
}
.cid-sPvsLEQLCb .name3 {
  margin-right: 0%;
  color: #ffffff;
}
.cid-sPvsLEQLCb .name,
.cid-sPvsLEQLCb .name1,
.cid-sPvsLEQLCb .name2,
.cid-sPvsLEQLCb .name3 {
  width: auto;
  padding: 0;
}
.cid-sPvsLEQLCb .progress {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #F2F5FB;
  margin-top: 12px;
  border-radius: 0;
}
.cid-sPvsLEQLCb .progress-bar {
  position: absolute;
  background-color: #fdbe00;
  height: 6px;
}
.cid-sPvsLEQLCb .progress1 {
  width: 80%;
}
.cid-sPvsLEQLCb .progress2 {
  width: 90%;
}
.cid-sPvsLEQLCb .progress3 {
  width: 100%;
}
.cid-sPvsLEQLCb .progressbar-number1:before {
  content: '80';
}
.cid-sPvsLEQLCb .progressbar-number2:before {
  content: '90';
}
.cid-sPvsLEQLCb .progressbar-number3:before {
  content: '100';
}
.cid-sPvsLEQLCb .left {
  max-width: 557px;
}
.cid-sPvsLEQLCb .email span {
  padding: 19px;
  border-radius: 50%;
  font-size: 18px;
  color: #000000;
  background-color: #f2f5fb;
  margin-right: 15px;
}
.cid-sPvsLEQLCb .email > a {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .cid-sPvsLEQLCb .text-wrapper {
    margin-top: 30px;
  }
  .cid-sPvsLEQLCb .left {
    max-width: initial;
  }
}
.cid-sPvsLEQLCb .mbr-section-title,
.cid-sPvsLEQLCb .email {
  color: #ffffff;
}
.cid-sPvsPG2Zlc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f5fb;
}
.cid-sPvsPG2Zlc .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin: auto;
  position: relative;
  padding-left: 60px;
  margin-top: 18px;
}
.cid-sPvsPG2Zlc .row {
  align-items: center;
  height: 100%;
}
.cid-sPvsPG2Zlc .wrapper {
  margin: auto;
}
.cid-sPvsPG2Zlc .text {
  padding: 2.75em 2.9em;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  .cid-sPvsPG2Zlc {
    padding: 2.5em;
  }
}
.cid-sPvsPG2Zlc .mbr-section-subtitle:before {
  background-color: #3843c7;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.cid-sPvsPG2Zlc .mbr-section-title {
  color: #111213;
}
.cid-sPvsS1wj5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sPvsS1wj5V .item-wrapper {
  position: relative;
}
.cid-sPvsS1wj5V .features-image {
  padding-top: 45px;
}
.cid-sPvsS1wj5V .features-image:first-child {
  padding-top: 0px;
}
.cid-sPvsS1wj5V .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-sPvsS1wj5V .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-sPvsS1wj5V .features-image:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-sPvsS1wj5V .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-sPvsS1wj5V .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-sPvsS1wj5V .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-sPvsS1wj5V .name {
  margin-top: 27px;
  color: #111213;
}
.cid-sPvsS1wj5V .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-sPvsS1wj5V .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  margin-bottom: 35px;
}
.cid-sPvsS1wj5V .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-sPvsS1wj5V .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-sPvsS1wj5V .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-sPvsS1wj5V .mbr-iconfont::before {
  font-size: 14px;
}
.cid-sPvsS1wj5V .tag1 {
  background-color: #3f37c9;
}
.cid-sPvsS1wj5V .tag2 {
  background-color: #111213;
}
.cid-sPvsS1wj5V .tag3 {
  background-color: #3f37c9;
}
.cid-sPvsS1wj5V .desc1,
.cid-sPvsS1wj5V .iconfont-wrapper {
  color: #ffffff;
}
.cid-sPvsS1wj5V .name,
.cid-sPvsS1wj5V .iconfont-wrapper,
.cid-sPvsS1wj5V .price {
  color: #e2e3e9;
}
.cid-sPvt4CpH3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPvt4CpH3c textarea,
.cid-sPvt4CpH3c textarea:hover,
.cid-sPvt4CpH3c input,
.cid-sPvt4CpH3c input:hover,
.cid-sPvt4CpH3c input:focus,
.cid-sPvt4CpH3c textarea:focus {
  padding: 13px 0;
  border-color: transparent;
  padding-left: 30px;
  box-shadow: none;
}
.cid-sPvt4CpH3c .form-control {
  border-radius: 0 !important;
}
.cid-sPvt4CpH3c .form-check .form-check-input {
  float: initial;
  margin-top: 0;
  padding: 0 !important;
}
.cid-sPvt4CpH3c label {
  color: #040e17;
  font-family: 'DM Sans';
}
.cid-sPvt4CpH3c input {
  color: #040e17;
  font-family: 'DM Sans';
  background-color: transparent;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-sPvt4CpH3c input::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-sPvt4CpH3c textarea {
  background-color: transparent;
  color: #040e17;
  font-family: 'DM Sans';
  min-height: 66px;
  border-bottom: 1px solid #E2E3E9 !important;
}
.cid-sPvt4CpH3c textarea::placeholder {
  color: #52586A;
  font-family: 'DM Sans';
}
.cid-sPvt4CpH3c .btn > span {
  margin-left: 0.5rem;
  color: currentColor;
}
.cid-sPvt4CpH3c .btn {
  padding: 12px 35px 12px 35px !important;
}
.cid-sPvt4CpH3c .line {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #E2E3E9;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  margin-top: -1px;
}
.cid-sPvt4CpH3c .line:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #040e17;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cid-sPvt4CpH3c .form-group:hover .line:before,
.cid-sPvt4CpH3c .form-group:focus .line:before {
  width: 100%;
}
.cid-sPvt4CpH3c .form-group {
  position: relative;
  margin-bottom: 30px;
}
.cid-sPvt4CpH3c .form-group:before {
  font-size: 20px;
  color: black;
  display: block;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: initial;
}
.cid-sPvt4CpH3c .mbr-iconfont1 {
  position: absolute;
  top: 14px;
  font-size: 18px;
}
.cid-sPvt4CpH3c .align {
  margin-top: 5px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.cid-sPvt4CpH3c .col-auto {
  display: inline-block;
}
.cid-sPvt4CpH3c .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 45px;
  height: 45px;
  background: #f2f5fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvt4CpH3c button span:before {
  color: currentColor !important;
}
.cid-sPvt4CpH3c .mbr-iconfont {
  color: #186209;
  align-items: center;
}
.cid-sPvt4CpH3c .mbr-iconfont:before {
  color: currentColor;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.cid-sPvt4CpH3c .social-list {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sPvt4CpH3c .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-sPvt4CpH3c .social-media {
  padding: 0;
  text-align: left;
}
.cid-sPvt4CpH3c .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvt4CpH3c .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvt4CpH3c .mbr-list,
.cid-sPvt4CpH3c .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sPvt4CpH3c .social-list {
    text-align: center !important;
  }
}
.cid-sPvt4CpH3c .title {
  margin-bottom: 28px;
}
.cid-sPvt4CpH3c .text {
  margin-bottom: 20px;
  color: #111213;
}
.cid-sPvt4CpH3c .link1 {
  margin-bottom: 20px;
  position: relative;
  color: #103f07;
}
.cid-sPvt4CpH3c .phone {
  margin-bottom: 42px;
  color: #103f07;
}
.cid-sPvt4CpH3c .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.cid-sPvt4CpH3c .link:hover:after {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.cid-sPvt4CpH3c .ph {
  font-weight: 600;
}
.cid-sPvt4CpH3c .link {
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .cid-sPvt4CpH3c .col-md-8 {
    margin-top: 20px;
  }
}
.cid-sPvt4CpH3c .title,
.cid-sPvt4CpH3c .social-media,
.cid-sPvt4CpH3c .link1,
.cid-sPvt4CpH3c .phone {
  color: #111213;
}
.cid-sPvt4CpH3c .title,
.cid-sPvt4CpH3c .social-media,
.cid-sPvt4CpH3c .link1,
.cid-sPvt4CpH3c .phone,
.cid-sPvt4CpH3c .text {
  color: #111213;
}
.cid-sPvsW2oUQd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sPvsW2oUQd .l {
  display: inline !important;
}
.cid-sPvsW2oUQd .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sPvsW2oUQd .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-sPvsW2oUQd .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-sPvsW2oUQd .social-list {
  width: auto;
}
.cid-sPvsW2oUQd .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-sPvsW2oUQd .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPvsW2oUQd .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sPvsW2oUQd .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-sPvsW2oUQd .social-list {
    text-align: center !important;
  }
}
.cid-sPvsW2oUQd .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sPvsW2oUQd a.nav-link:after {
  background-color: #111213;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-sPvsW2oUQd a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-sPvsW2oUQd a.nav-link:hover {
  color: #111213 !important;
}
.cid-sPvsW2oUQd .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-sPvsW2oUQd .nav-link {
  font-weight: 600 !important;
}
.cid-sPvsW2oUQd .inner1 {
  width: auto;
}
.cid-sPvsW2oUQd .mbr-text {
  color: #909190;
}
.cid-sPvsW2oUQd .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-sPvsW2oUQd a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-sPvsW2oUQd .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-sPvsW2oUQd .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-sPvsW2oUQd .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-sPvsW2oUQd .inner {
  position: relative;
  display: inline-block;
  padding: 0em 0.8em !important;
}
.cid-sPvsW2oUQd .mbr-section-title,
.cid-sPvsW2oUQd .social-media {
  text-align: center;
  color: #111213;
}
.cid-sPvsW2oUQd .mbr-section-title,
.cid-sPvsW2oUQd .social-media,
.cid-sPvsW2oUQd .navbar-nav {
  color: #fdbe00;
}
.cid-tsjiLS1uwe.popup-builder {
  background-color: #ffffff;
}
.cid-tsjiLS1uwe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsjiLS1uwe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsjiLS1uwe .modal-content,
.cid-tsjiLS1uwe .modal-dialog {
  height: auto;
}
.cid-tsjiLS1uwe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsjiLS1uwe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsjiLS1uwe .form-wrapper .mbr-form .form-group,
  .cid-tsjiLS1uwe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsjiLS1uwe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsjiLS1uwe .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-tsjiLS1uwe .mbr-text {
  text-align: center;
}
.cid-tsjiLS1uwe .pt-0 {
  padding-top: 0 !important;
}
.cid-tsjiLS1uwe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsjiLS1uwe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsjiLS1uwe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsjiLS1uwe .modal-open {
  overflow: hidden;
}
.cid-tsjiLS1uwe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsjiLS1uwe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsjiLS1uwe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsjiLS1uwe .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-tsjiLS1uwe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsjiLS1uwe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsjiLS1uwe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsjiLS1uwe .modal-content {
  background: #3f4245;
  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-tsjiLS1uwe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsjiLS1uwe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsjiLS1uwe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsjiLS1uwe .modal-backdrop.show {
  opacity: .5;
}
.cid-tsjiLS1uwe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsjiLS1uwe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjiLS1uwe .modal-header {
    padding: 1rem;
  }
}
.cid-tsjiLS1uwe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsjiLS1uwe .modal-header .close svg {
  fill: #ffffff;
}
.cid-tsjiLS1uwe .modal-header .close:hover {
  opacity: 1;
}
.cid-tsjiLS1uwe .modal-header .close:focus {
  outline: none;
}
.cid-tsjiLS1uwe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsjiLS1uwe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsjiLS1uwe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjiLS1uwe .modal-body {
    padding: 1rem;
  }
}
.cid-tsjiLS1uwe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsjiLS1uwe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjiLS1uwe .modal-footer {
    padding: 1rem;
  }
}
.cid-tsjiLS1uwe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsjiLS1uwe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsjiLS1uwe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsjiLS1uwe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsjiLS1uwe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsjiLS1uwe .modal-lg,
  .cid-tsjiLS1uwe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsjiLS1uwe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsjiLS1uwe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsjiLS1uwe .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-tsjiLS1uwe .form-group {
  margin-bottom: 1rem;
}
.cid-tsjiLS1uwe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsjiLS1uwe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsjiLS1uwe .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-tsjiLS1uwe .mbr-section-btn {
  margin: 0;
}
.cid-tsjiLS1uwe .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsjlJMjpbr.popup-builder {
  background-color: #ffffff;
}
.cid-tsjlJMjpbr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsjlJMjpbr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsjlJMjpbr .modal-content,
.cid-tsjlJMjpbr .modal-dialog {
  height: auto;
}
.cid-tsjlJMjpbr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsjlJMjpbr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsjlJMjpbr .form-wrapper .mbr-form .form-group,
  .cid-tsjlJMjpbr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsjlJMjpbr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsjlJMjpbr .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-tsjlJMjpbr .mbr-text {
  text-align: center;
}
.cid-tsjlJMjpbr .pt-0 {
  padding-top: 0 !important;
}
.cid-tsjlJMjpbr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsjlJMjpbr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsjlJMjpbr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsjlJMjpbr .modal-open {
  overflow: hidden;
}
.cid-tsjlJMjpbr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsjlJMjpbr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsjlJMjpbr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsjlJMjpbr .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-tsjlJMjpbr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsjlJMjpbr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsjlJMjpbr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsjlJMjpbr .modal-content {
  background: #111213;
  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-tsjlJMjpbr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsjlJMjpbr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsjlJMjpbr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsjlJMjpbr .modal-backdrop.show {
  opacity: .5;
}
.cid-tsjlJMjpbr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsjlJMjpbr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjlJMjpbr .modal-header {
    padding: 1rem;
  }
}
.cid-tsjlJMjpbr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsjlJMjpbr .modal-header .close svg {
  fill: #ffffff;
}
.cid-tsjlJMjpbr .modal-header .close:hover {
  opacity: 1;
}
.cid-tsjlJMjpbr .modal-header .close:focus {
  outline: none;
}
.cid-tsjlJMjpbr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsjlJMjpbr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsjlJMjpbr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjlJMjpbr .modal-body {
    padding: 1rem;
  }
}
.cid-tsjlJMjpbr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsjlJMjpbr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjlJMjpbr .modal-footer {
    padding: 1rem;
  }
}
.cid-tsjlJMjpbr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsjlJMjpbr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsjlJMjpbr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsjlJMjpbr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsjlJMjpbr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsjlJMjpbr .modal-lg,
  .cid-tsjlJMjpbr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsjlJMjpbr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsjlJMjpbr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsjlJMjpbr .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-tsjlJMjpbr .form-group {
  margin-bottom: 1rem;
}
.cid-tsjlJMjpbr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsjlJMjpbr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsjlJMjpbr .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-tsjlJMjpbr .mbr-section-btn {
  margin: 0;
}
.cid-tsjlJMjpbr .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsjm0uKcbF.popup-builder {
  background-color: #ffffff;
}
.cid-tsjm0uKcbF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsjm0uKcbF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsjm0uKcbF .modal-content,
.cid-tsjm0uKcbF .modal-dialog {
  height: auto;
}
.cid-tsjm0uKcbF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsjm0uKcbF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsjm0uKcbF .form-wrapper .mbr-form .form-group,
  .cid-tsjm0uKcbF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsjm0uKcbF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsjm0uKcbF .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-tsjm0uKcbF .mbr-text {
  text-align: center;
}
.cid-tsjm0uKcbF .pt-0 {
  padding-top: 0 !important;
}
.cid-tsjm0uKcbF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsjm0uKcbF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsjm0uKcbF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsjm0uKcbF .modal-open {
  overflow: hidden;
}
.cid-tsjm0uKcbF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsjm0uKcbF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsjm0uKcbF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsjm0uKcbF .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-tsjm0uKcbF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsjm0uKcbF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsjm0uKcbF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsjm0uKcbF .modal-content {
  background: #111213;
  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-tsjm0uKcbF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsjm0uKcbF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsjm0uKcbF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsjm0uKcbF .modal-backdrop.show {
  opacity: .5;
}
.cid-tsjm0uKcbF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsjm0uKcbF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjm0uKcbF .modal-header {
    padding: 1rem;
  }
}
.cid-tsjm0uKcbF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsjm0uKcbF .modal-header .close svg {
  fill: #ffffff;
}
.cid-tsjm0uKcbF .modal-header .close:hover {
  opacity: 1;
}
.cid-tsjm0uKcbF .modal-header .close:focus {
  outline: none;
}
.cid-tsjm0uKcbF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsjm0uKcbF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsjm0uKcbF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjm0uKcbF .modal-body {
    padding: 1rem;
  }
}
.cid-tsjm0uKcbF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsjm0uKcbF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjm0uKcbF .modal-footer {
    padding: 1rem;
  }
}
.cid-tsjm0uKcbF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsjm0uKcbF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsjm0uKcbF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsjm0uKcbF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsjm0uKcbF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsjm0uKcbF .modal-lg,
  .cid-tsjm0uKcbF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsjm0uKcbF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsjm0uKcbF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsjm0uKcbF .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-tsjm0uKcbF .form-group {
  margin-bottom: 1rem;
}
.cid-tsjm0uKcbF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsjm0uKcbF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsjm0uKcbF .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-tsjm0uKcbF .mbr-section-btn {
  margin: 0;
}
.cid-tsjm0uKcbF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsjmDStnEL.popup-builder {
  background-color: #ffffff;
}
.cid-tsjmDStnEL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsjmDStnEL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsjmDStnEL .modal-content,
.cid-tsjmDStnEL .modal-dialog {
  height: auto;
}
.cid-tsjmDStnEL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsjmDStnEL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsjmDStnEL .form-wrapper .mbr-form .form-group,
  .cid-tsjmDStnEL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsjmDStnEL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsjmDStnEL .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-tsjmDStnEL .mbr-text {
  text-align: center;
}
.cid-tsjmDStnEL .pt-0 {
  padding-top: 0 !important;
}
.cid-tsjmDStnEL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsjmDStnEL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsjmDStnEL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsjmDStnEL .modal-open {
  overflow: hidden;
}
.cid-tsjmDStnEL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsjmDStnEL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsjmDStnEL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsjmDStnEL .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-tsjmDStnEL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsjmDStnEL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsjmDStnEL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsjmDStnEL .modal-content {
  background: #111213;
  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-tsjmDStnEL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsjmDStnEL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsjmDStnEL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsjmDStnEL .modal-backdrop.show {
  opacity: .5;
}
.cid-tsjmDStnEL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tsjmDStnEL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjmDStnEL .modal-header {
    padding: 1rem;
  }
}
.cid-tsjmDStnEL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsjmDStnEL .modal-header .close svg {
  fill: #ffffff;
}
.cid-tsjmDStnEL .modal-header .close:hover {
  opacity: 1;
}
.cid-tsjmDStnEL .modal-header .close:focus {
  outline: none;
}
.cid-tsjmDStnEL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsjmDStnEL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsjmDStnEL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjmDStnEL .modal-body {
    padding: 1rem;
  }
}
.cid-tsjmDStnEL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsjmDStnEL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsjmDStnEL .modal-footer {
    padding: 1rem;
  }
}
.cid-tsjmDStnEL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsjmDStnEL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsjmDStnEL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsjmDStnEL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsjmDStnEL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsjmDStnEL .modal-lg,
  .cid-tsjmDStnEL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsjmDStnEL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsjmDStnEL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsjmDStnEL .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-tsjmDStnEL .form-group {
  margin-bottom: 1rem;
}
.cid-tsjmDStnEL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsjmDStnEL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsjmDStnEL .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-tsjmDStnEL .mbr-section-btn {
  margin: 0;
}
.cid-tsjmDStnEL .mbr-section-btn .btn {
  margin: 0;
}
