body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7cd1e !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #f7cd1e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7cd1e !important;
  border-color: #212428 !important;
  color: #151101 !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: #151101 !important;
  background-color: #f7cd1e !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #151101 !important;
  background-color: #f7cd1e !important;
  border-color: #f7cd1e !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #212428 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #212428 !important;
  border-color: #212428 !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: #212428 !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #212428 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7cd1e !important;
  border-color: #212428 !important;
  color: #151101 !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: #151101 !important;
  background-color: #f7cd1e !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #151101 !important;
  background-color: #f7cd1e !important;
  border-color: #f7cd1e !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #212428 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #212428 !important;
  color: #000fef !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: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #212428 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #212428 !important;
  color: #614f00 !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: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #212428 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #212428 !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: #ff9966 !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #212428 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #212428 !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #212428 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #212428 !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: #232323 !important;
  border-color: #212428 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7cd1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b89507 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #151101 !important;
  background-color: #f7cd1e !important;
  border-color: #f7cd1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #212428 !important;
  border-color: #212428 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7cd1e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b89507 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #151101 !important;
  background-color: #f7cd1e !important;
  border-color: #f7cd1e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: 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: #f7cd1e !important;
}
.text-secondary {
  color: #212428 !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #f7cd1e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a98906 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a98906 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7cd1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7cd1e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7cd1e;
  border-color: #f7cd1e;
  color: #2e2502;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7cd1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef9e3;
}
.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: #fef9e3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f7cd1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f7cd1e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7cd1e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7cd1e;
}
.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: #f7cd1e;
  border-bottom-color: #f7cd1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7cd1e !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: #212428 !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='%23f7cd1e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tpywUGvp49 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-tpywUGvp49 .row {
  flex-direction: row-reverse;
}
.cid-tpywUGvp49 .price-wrapper {
  position: absolute;
  right: 20%;
  top: 1rem;
  background: #ffc800;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cid-tpywUGvp49 .price-wrapper h4,
.cid-tpywUGvp49 .price-wrapper h5 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tpywUGvp49 .price-wrapper {
    width: 100px;
    height: 100px;
  }
}
.cid-tpywUGvp49 .btn .mbr-iconfont-btn {
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  width: 0;
}
.cid-tpywUGvp49 .btn:hover {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}
.cid-tpywUGvp49 .btn:hover .mbr-iconfont-btn {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(7px);
}
.cid-tpywUGvp49 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tpywUGvp49 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tpywUGvp49 .card-title {
  padding: 0;
  margin: 0;
}
.cid-tpywUGvp49 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tpywUGvp49 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpywUGvp49 .card-wrapper {
    width: fit-content;
  }
}
.cid-tpywUGvp49 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tpywUGvp49 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpywUGvp49 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpywUGvp49 .card-title,
.cid-tpywUGvp49 .card-icon {
  color: #5b6c8f;
}
.cid-tpywUGvp49 .mbr-section-title {
  color: #f7cd1e;
}
.cid-tpywUGvp49 .mbr-text,
.cid-tpywUGvp49 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tpywUGvp49 .price-title {
  text-align: center;
  color: #103178;
}
.cid-tpywUGvp49 .price {
  text-align: center;
  color: #103178;
}
.cid-tpLudSznah {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191b1f;
  overflow: hidden;
}
.cid-tpLudSznah .mbr-section-head {
  width: 100%;
}
.cid-tpLudSznah .border-item {
  width: 100%;
  height: 1px;
  background-color: #f7cd1e;
  opacity: 1;
}
.cid-tpLujdEZ8S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191b1f;
}
.cid-tpLujdEZ8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpLujdEZ8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpLujdEZ8S .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tpLujdEZ8S .mbr-section-title {
  color: #f7cd1e;
  text-align: center;
}
.cid-tpLujdEZ8S .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tpLujdEZ8S .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tpLujdEZ8S .card {
  margin-top: 35px;
}
.cid-tpLujdEZ8S .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tpLujdEZ8S .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpLujdEZ8S .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #191b1f 0%, #191b1f 100%);
}
.cid-tpLujdEZ8S .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-tpLujdEZ8S .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tpLujdEZ8S .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tpLujdEZ8S .panel-group {
  border: none;
}
.cid-tpLujdEZ8S .panel-body {
  padding: 20px 0 0;
}
.cid-tpLujdEZ8S .panel-text {
  color: #878e99;
}
.cid-tpLujdEZ8S .panel-title-edit {
  color: #C4CFDE;
}
.cid-tpLujdEZ8S .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tpyT4jw6UO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191b1f;
}
.cid-tpyT4jw6UO h4 {
  margin-bottom: 0;
}
.cid-tpyT4jw6UO p {
  color: #767676;
}
.cid-tpyT4jw6UO .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tpyT4jw6UO .btn-info-outline {
  border: none;
  color: #f7cd1e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tpyT4jw6UO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tpyT4jw6UO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tpyT4jw6UO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f7cd1e !important;
  box-shadow: none!important;
}
.cid-tpyT4jw6UO .btn-info-outline:active,
.cid-tpyT4jw6UO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tpyT4jw6UO .card-box {
  padding-top: 2rem;
}
.cid-tpyT4jw6UO .card-wrapper {
  height: 100%;
}
.cid-tpyT4jw6UO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tpyT4jw6UO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tpyT4jw6UO .card-title {
  color: #ffffff;
}
.cid-tpyT4jw6UO .main-title {
  color: #57468b;
}
.cid-tpyT4jw6UO DIV {
  color: #57468b;
}
.cid-tpyT4jw6UO .card-img {
  width: auto;
}
.cid-tpyT4jw6UO .mbr-text,
.cid-tpyT4jw6UO .mbr-section-btn {
  text-align: left;
}
.cid-tpyT5fwqCE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #191b1f;
}
.cid-tpyT5fwqCE h4 {
  margin-bottom: 0;
}
.cid-tpyT5fwqCE p {
  color: #767676;
}
.cid-tpyT5fwqCE .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tpyT5fwqCE .btn-info-outline {
  border: none;
  color: #f7cd1e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tpyT5fwqCE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tpyT5fwqCE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tpyT5fwqCE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #f7cd1e !important;
  box-shadow: none!important;
}
.cid-tpyT5fwqCE .btn-info-outline:active,
.cid-tpyT5fwqCE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tpyT5fwqCE .card-box {
  padding-top: 2rem;
}
.cid-tpyT5fwqCE .card-wrapper {
  height: 100%;
}
.cid-tpyT5fwqCE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tpyT5fwqCE img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tpyT5fwqCE .card-title {
  color: #ffffff;
}
.cid-tpyT5fwqCE .main-title {
  color: #57468b;
}
.cid-tpyT5fwqCE DIV {
  color: #57468b;
}
.cid-tpyT5fwqCE .card-img {
  width: auto;
}
.cid-tpyT5fwqCE .mbr-text,
.cid-tpyT5fwqCE .mbr-section-btn {
  text-align: left;
}
.cid-tQOdnQKyxt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tQOdnQKyxt .mbr-section-head {
  width: 100%;
}
.cid-tQOdnQKyxt .border-item {
  width: 100%;
  height: 1px;
  background-color: #f7cd1e;
  opacity: 1;
}
.cid-tQOdtDHfyK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tQOdtDHfyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQOdtDHfyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQOdtDHfyK .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tQOdtDHfyK .mbr-section-title {
  color: #f7cd1e;
  text-align: center;
}
.cid-tQOdtDHfyK .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tQOdtDHfyK .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tQOdtDHfyK .card {
  margin-top: 35px;
}
.cid-tQOdtDHfyK .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tQOdtDHfyK .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQOdtDHfyK .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-tQOdtDHfyK .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-tQOdtDHfyK .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tQOdtDHfyK .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tQOdtDHfyK .panel-group {
  border: none;
}
.cid-tQOdtDHfyK .panel-body {
  padding: 20px 0 0;
}
.cid-tQOdtDHfyK .panel-text {
  color: #878e99;
}
.cid-tQOdtDHfyK .panel-title-edit {
  color: #C4CFDE;
}
.cid-tQOdtDHfyK .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tQOdq2Rq4b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tQOdq2Rq4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQOdq2Rq4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQOdq2Rq4b .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tQOdq2Rq4b .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tQOdq2Rq4b .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tQOdq2Rq4b .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tQOdq2Rq4b .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tQOdq2Rq4b .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tQOdq2Rq4b .mbr-section-head {
  width: 100%;
}
.cid-tQOdq2Rq4b .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tQOdq2Rq4b .mbr-section-title {
    text-align: center;
  }
}
.cid-tQOdq2Rq4b .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tQOdq2Rq4b .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tQOdq2Rq4b .card-row {
  align-items: stretch;
}
.cid-tQOdq2Rq4b .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tQOdq2Rq4b .item {
    margin-top: 30px;
  }
}
.cid-tQOdq2Rq4b .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tQOdq2Rq4b .item-wrapper {
    padding: 20px;
  }
}
.cid-tQOdq2Rq4b .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tQOdq2Rq4b .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tQOdq2Rq4b .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tQOdq2Rq4b .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tQOdq2Rq4b .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tQOdq2Rq4b .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tQOdq2Rq4b .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tQOdq2Rq4b .card-title {
    margin-bottom: 10px;
  }
}
.cid-tQOdq2Rq4b .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tQOdq2Rq4b .card-text a {
  transition: .4s all;
}
.cid-tQOdq2Rq4b .card-text a:hover {
  color: #f7cd1e !important;
}
.cid-tpLw2eabR1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tpLw2eabR1 .mbr-section-head {
  width: 100%;
}
.cid-tpLw2eabR1 .border-item {
  width: 100%;
  height: 1px;
  background-color: #f7cd1e;
  opacity: 1;
}
.cid-tpLw3kWXf7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tpLw3kWXf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpLw3kWXf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpLw3kWXf7 .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tpLw3kWXf7 .mbr-section-title {
  color: #f7cd1e;
  text-align: center;
}
.cid-tpLw3kWXf7 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tpLw3kWXf7 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tpLw3kWXf7 .card {
  margin-top: 35px;
}
.cid-tpLw3kWXf7 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tpLw3kWXf7 .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpLw3kWXf7 .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-tpLw3kWXf7 .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-tpLw3kWXf7 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tpLw3kWXf7 .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tpLw3kWXf7 .panel-group {
  border: none;
}
.cid-tpLw3kWXf7 .panel-body {
  padding: 20px 0 0;
}
.cid-tpLw3kWXf7 .panel-text {
  color: #878e99;
}
.cid-tpLw3kWXf7 .panel-title-edit {
  color: #C4CFDE;
}
.cid-tpLw3kWXf7 .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tpLGZXgW7O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tpLGZXgW7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpLGZXgW7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpLGZXgW7O .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tpLGZXgW7O .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tpLGZXgW7O .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tpLGZXgW7O .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tpLGZXgW7O .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tpLGZXgW7O .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tpLGZXgW7O .mbr-section-head {
  width: 100%;
}
.cid-tpLGZXgW7O .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tpLGZXgW7O .mbr-section-title {
    text-align: center;
  }
}
.cid-tpLGZXgW7O .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tpLGZXgW7O .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tpLGZXgW7O .card-row {
  align-items: stretch;
}
.cid-tpLGZXgW7O .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tpLGZXgW7O .item {
    margin-top: 30px;
  }
}
.cid-tpLGZXgW7O .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tpLGZXgW7O .item-wrapper {
    padding: 20px;
  }
}
.cid-tpLGZXgW7O .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tpLGZXgW7O .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tpLGZXgW7O .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tpLGZXgW7O .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tpLGZXgW7O .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tpLGZXgW7O .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tpLGZXgW7O .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tpLGZXgW7O .card-title {
    margin-bottom: 10px;
  }
}
.cid-tpLGZXgW7O .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tpLGZXgW7O .card-text a {
  transition: .4s all;
}
.cid-tpLGZXgW7O .card-text a:hover {
  color: #f7cd1e !important;
}
.cid-tpLw4vrwni {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #191b1f;
  overflow: hidden;
}
.cid-tpLw4vrwni .mbr-section-head {
  width: 100%;
}
.cid-tpLw4vrwni .border-item {
  width: 100%;
  height: 1px;
  background-color: #f7cd1e;
  opacity: 1;
}
.cid-tpLw59Pmav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191b1f;
}
.cid-tpLw59Pmav .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpLw59Pmav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpLw59Pmav .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tpLw59Pmav .mbr-section-title {
  color: #f7cd1e;
  text-align: center;
}
.cid-tpLw59Pmav .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tpLw59Pmav .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tpLw59Pmav .card {
  margin-top: 35px;
}
.cid-tpLw59Pmav .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tpLw59Pmav .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpLw59Pmav .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-tpLw59Pmav .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-tpLw59Pmav .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tpLw59Pmav .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tpLw59Pmav .panel-group {
  border: none;
}
.cid-tpLw59Pmav .panel-body {
  padding: 20px 0 0;
}
.cid-tpLw59Pmav .panel-text {
  color: #878e99;
}
.cid-tpLw59Pmav .panel-title-edit {
  color: #C4CFDE;
}
.cid-tpLw59Pmav .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tpySUNBFEW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191b1f;
}
.cid-tpySUNBFEW .img-wrapper {
  text-align: center;
}
.cid-tpySUNBFEW img {
  margin: auto;
  max-width: 150px;
}
.cid-tpySUNBFEW .row {
  align-items: flex-start;
}
.cid-tpySUNBFEW .card-title {
  color: #666666;
}
.cid-tpySUNBFEW .text {
  color: #666666;
}
.cid-tpySUNBFEW .card-wrapper {
  margin: 0 32px;
}
.cid-tpySUNBFEW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpySUNBFEW .carousel-item.active,
.cid-tpySUNBFEW .carousel-item-next,
.cid-tpySUNBFEW .carousel-item-prev {
  display: flex;
}
.cid-tpySUNBFEW .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: -25px;
}
.cid-tpySUNBFEW .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #012b3a;
}
.cid-tpySUNBFEW .carousel-indicators li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #75dbcd;
  transition: opacity .5s;
  background-color: #75dbcd;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-tpySUNBFEW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tpySUNBFEW .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-tpySUNBFEW .carousel-controls {
    display: none;
  }
  .cid-tpySUNBFEW .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-tpySUNBFEW .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-tpySUNBFEW .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-tpySUNBFEW .text-element {
    padding: 1rem;
  }
  .cid-tpySUNBFEW .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpySUNBFEW .image-element {
    min-width: 50%;
  }
  .cid-tpySUNBFEW .media-container-row {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cid-tpySUNBFEW .card-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .cid-tpySUNBFEW .card {
    display: none;
  }
  .cid-tpySUNBFEW .card:nth-child(1) {
    display: block;
  }
}
.cid-tpySUNBFEW .card {
  margin-bottom: 30px;
}
.cid-tpySUNBFEW .card:last-child {
  margin-bottom: 0;
}
.cid-tpys19Pl9c {
  z-index: 1000;
  width: 100%;
}
.cid-tpys19Pl9c nav.navbar {
  position: fixed;
}
.cid-tpys19Pl9c .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-tpys19Pl9c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpys19Pl9c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpys19Pl9c .dropdown-item:hover,
.cid-tpys19Pl9c .dropdown-item:focus {
  background: #f7cd1e !important;
  color: white !important;
}
.cid-tpys19Pl9c .dropdown-item:hover span {
  color: white;
}
.cid-tpys19Pl9c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpys19Pl9c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpys19Pl9c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpys19Pl9c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpys19Pl9c .nav-link {
  position: relative;
}
.cid-tpys19Pl9c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpys19Pl9c .container {
    flex-wrap: nowrap;
  }
}
.cid-tpys19Pl9c .iconfont-wrapper {
  color: #bbbbbb !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpys19Pl9c .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tpys19Pl9c .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tpys19Pl9c .navbar-nav .nav-item .nav-link:hover,
.cid-tpys19Pl9c .navbar-nav .nav-item .nav-link:focus,
.cid-tpys19Pl9c .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tpys19Pl9c .dropdown-menu,
.cid-tpys19Pl9c .navbar.opened {
  background: #212428 !important;
}
.cid-tpys19Pl9c .nav-item:focus,
.cid-tpys19Pl9c .nav-link:focus {
  outline: none;
}
.cid-tpys19Pl9c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpys19Pl9c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpys19Pl9c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpys19Pl9c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpys19Pl9c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpys19Pl9c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpys19Pl9c .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 36, 40, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tpys19Pl9c .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tpys19Pl9c .navbar.opened {
  transition: all 0.3s;
}
.cid-tpys19Pl9c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpys19Pl9c .navbar .navbar-logo img {
  width: auto;
}
.cid-tpys19Pl9c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpys19Pl9c .navbar.collapsed {
  justify-content: center;
}
.cid-tpys19Pl9c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpys19Pl9c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpys19Pl9c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tpys19Pl9c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpys19Pl9c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpys19Pl9c .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-tpys19Pl9c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpys19Pl9c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpys19Pl9c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpys19Pl9c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpys19Pl9c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpys19Pl9c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpys19Pl9c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpys19Pl9c .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-tpys19Pl9c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tpys19Pl9c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpys19Pl9c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpys19Pl9c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpys19Pl9c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpys19Pl9c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tpys19Pl9c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tpys19Pl9c .navbar.navbar-short {
  min-height: 90px;
}
.cid-tpys19Pl9c .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tpys19Pl9c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tpys19Pl9c .navbar {
    min-height: 80px;
  }
}
.cid-tpys19Pl9c .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tpys19Pl9c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpys19Pl9c .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tpys19Pl9c .navbar-brand {
    min-height: 69px;
  }
}
.cid-tpys19Pl9c .dropdown-item.active,
.cid-tpys19Pl9c .dropdown-item:active {
  background-color: transparent;
}
.cid-tpys19Pl9c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpys19Pl9c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpys19Pl9c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpys19Pl9c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tpys19Pl9c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpys19Pl9c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpys19Pl9c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpys19Pl9c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpys19Pl9c button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tpys19Pl9c button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tpys19Pl9c button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tpys19Pl9c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f7cd1e;
}
.cid-tpys19Pl9c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tpys19Pl9c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tpys19Pl9c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tpys19Pl9c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpys19Pl9c nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpys19Pl9c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpys19Pl9c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpys19Pl9c nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpys19Pl9c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpys19Pl9c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpys19Pl9c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpys19Pl9c .navbar {
    height: 70px;
  }
  .cid-tpys19Pl9c .navbar.opened {
    height: auto;
  }
  .cid-tpys19Pl9c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpys19Pl9c .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-tpys19Pl9c .navbar-short {
    min-height: 70px;
  }
}
.cid-tpys19Pl9c .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tpys19Pl9c .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tpys19Pl9c .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tpys19Pl9c .container-fluid {
    padding: 0 3px;
  }
}
.cid-tpys19Pl9c .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tpys19Pl9c .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tpys19Pl9c .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tpys19Pl9c .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tpys19Pl9c button.navbar-toggler {
    display: flex;
  }
  .cid-tpys19Pl9c .navbar-brand {
    width: auto !important;
  }
  .cid-tpys19Pl9c .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tpys19Pl9c .navbar-collapse .nav-item {
    margin: 1px 0 !important;
  }
  .cid-tpys19Pl9c .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tpys19Pl9c .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tpys19Pl9c .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tpys19Pl9c .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tpLw88wLLg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tpLw88wLLg .mbr-section-head {
  width: 100%;
}
.cid-tpLw88wLLg .border-item {
  width: 100%;
  height: 1px;
  background-color: #f7cd1e;
  opacity: 1;
}
.cid-tpLwfkM9eH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-tpLwfkM9eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpLwfkM9eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpLwfkM9eH .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tpLwfkM9eH .mbr-section-title {
  color: #f7cd1e;
  text-align: center;
}
.cid-tpLwfkM9eH .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tpLwfkM9eH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tpLwfkM9eH .card {
  margin-top: 35px;
}
.cid-tpLwfkM9eH .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tpLwfkM9eH .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tpLwfkM9eH .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-tpLwfkM9eH .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-tpLwfkM9eH .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tpLwfkM9eH .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tpLwfkM9eH .panel-group {
  border: none;
}
.cid-tpLwfkM9eH .panel-body {
  padding: 20px 0 0;
}
.cid-tpLwfkM9eH .panel-text {
  color: #878e99;
}
.cid-tpLwfkM9eH .panel-title-edit {
  color: #C4CFDE;
}
.cid-tpLwfkM9eH .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tpyU1IoJq8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #212428;
}
.cid-tpyU1IoJq8 p {
  line-height: 1.6;
}
.cid-tpyU1IoJq8 .card-box {
  width: -webkit-fill-available;
}
.cid-tpyU1IoJq8 .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-tpyU1IoJq8 .card-img .img1 {
  color: #ffcc29 !important;
}
.cid-tpyU1IoJq8 .card-img .img2 {
  color: #ffcc29 !important;
}
.cid-tpyU1IoJq8 .card-img .img3 {
  color: #ffcc29 !important;
}
.cid-tpyU1IoJq8 .card-img .img4 {
  color: #ffcc29 !important;
}
.cid-tpyU1IoJq8 .card-img .img5 {
  color: #ffcc29 !important;
}
.cid-tpyU1IoJq8 .card-img .img6 {
  color: #ffcc29 !important;
}
.cid-tpyU1IoJq8 .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tpyU1IoJq8 .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-tpyU1IoJq8 .card {
  height: 100%;
  margin: auto;
}
.cid-tpyU1IoJq8 img {
  width: 100%;
  heigth: auto;
}
.cid-tpyU1IoJq8 .card-title1 {
  color: #f2f6ff;
}
.cid-tpyU1IoJq8 .mbr-text1 {
  color: #ffffff;
  text-align: right;
}
.cid-tpyU1IoJq8 .card-title2 {
  color: #ffffff;
}
.cid-tpyU1IoJq8 .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-tpyU1IoJq8 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-tpyU1IoJq8 .card-img {
    order: 1;
  }
  .cid-tpyU1IoJq8 .card-box {
    order: 2;
  }
}
.cid-tpyU1IoJq8 .card-img {
  width: auto;
}
.cid-tpySa0UYXg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #191b1f;
}
.cid-tpySa0UYXg .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tpySa0UYXg .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f7cd1e;
}
.cid-tpySa0UYXg .svg-top .st0 {
  fill: #191b1f;
}
@media (max-width: 992px) {
  .cid-tpySa0UYXg .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-tpySa0UYXg .text-content {
    max-width: none;
  }
}
.cid-tpySa0UYXg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tpySa0UYXg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tpySa0UYXg .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tpySa0UYXg .icons {
    justify-content: center !important;
  }
  .cid-tpySa0UYXg .text-content * {
    text-align: center;
  }
}
.cid-tpySa0UYXg P {
  color: #ffffff;
  text-align: center;
}
.cid-tpySa0UYXg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tpySbVTKAx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpySbVTKAx .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tpySdEpfwa .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 31px;
  right: 6px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tpySdEpfwa .my-float {
  margin-top: 16px;
}
.cid-tpySdEpfwa P {
  color: #232323;
}
.cid-tpySdEpfwa DIV {
  color: #ffffff;
}
.cid-tpySdEpfwa H10 {
  color: #767676;
}
.cid-tpySdEpfwa .hidden {
  display: none;
}
.cid-tpPATEPrEW.popup-builder {
  background-color: #ffffff;
}
.cid-tpPATEPrEW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tpPATEPrEW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tpPATEPrEW .modal-content,
.cid-tpPATEPrEW .modal-dialog {
  height: auto;
}
.cid-tpPATEPrEW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tpPATEPrEW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tpPATEPrEW .form-wrapper .mbr-form .form-group,
  .cid-tpPATEPrEW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tpPATEPrEW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tpPATEPrEW .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-tpPATEPrEW .mbr-text {
  text-align: center;
}
.cid-tpPATEPrEW .pt-0 {
  padding-top: 0 !important;
}
.cid-tpPATEPrEW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tpPATEPrEW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tpPATEPrEW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tpPATEPrEW .modal-open {
  overflow: hidden;
}
.cid-tpPATEPrEW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tpPATEPrEW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tpPATEPrEW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tpPATEPrEW .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-tpPATEPrEW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tpPATEPrEW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tpPATEPrEW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tpPATEPrEW .modal-content {
  background: #212428;
  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-tpPATEPrEW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tpPATEPrEW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tpPATEPrEW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tpPATEPrEW .modal-backdrop.show {
  opacity: .5;
}
.cid-tpPATEPrEW .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-tpPATEPrEW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPATEPrEW .modal-header {
    padding: 1rem;
  }
}
.cid-tpPATEPrEW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tpPATEPrEW .modal-header .close svg {
  fill: #f7cd1e;
}
.cid-tpPATEPrEW .modal-header .close:hover {
  opacity: 1;
}
.cid-tpPATEPrEW .modal-header .close:focus {
  outline: none;
}
.cid-tpPATEPrEW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tpPATEPrEW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tpPATEPrEW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPATEPrEW .modal-body {
    padding: 1rem;
  }
}
.cid-tpPATEPrEW .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-tpPATEPrEW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPATEPrEW .modal-footer {
    padding: 1rem;
  }
}
.cid-tpPATEPrEW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tpPATEPrEW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tpPATEPrEW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tpPATEPrEW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tpPATEPrEW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tpPATEPrEW .modal-lg,
  .cid-tpPATEPrEW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tpPATEPrEW .modal-xl {
    max-width: 1140px;
  }
}
.cid-tpPATEPrEW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tpPATEPrEW .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-tpPATEPrEW .form-group {
  margin-bottom: 1rem;
}
.cid-tpPATEPrEW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tpPATEPrEW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tpPATEPrEW .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-tpPATEPrEW .mbr-section-btn {
  margin: 0;
}
.cid-tpPATEPrEW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tpPBauILTG.popup-builder {
  background-color: #ffffff;
}
.cid-tpPBauILTG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tpPBauILTG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tpPBauILTG .modal-content,
.cid-tpPBauILTG .modal-dialog {
  height: auto;
}
.cid-tpPBauILTG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tpPBauILTG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tpPBauILTG .form-wrapper .mbr-form .form-group,
  .cid-tpPBauILTG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tpPBauILTG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tpPBauILTG .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-tpPBauILTG .mbr-text {
  text-align: center;
}
.cid-tpPBauILTG .pt-0 {
  padding-top: 0 !important;
}
.cid-tpPBauILTG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tpPBauILTG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tpPBauILTG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tpPBauILTG .modal-open {
  overflow: hidden;
}
.cid-tpPBauILTG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tpPBauILTG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tpPBauILTG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tpPBauILTG .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-tpPBauILTG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tpPBauILTG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tpPBauILTG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tpPBauILTG .modal-content {
  background: #212428;
  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-tpPBauILTG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tpPBauILTG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tpPBauILTG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tpPBauILTG .modal-backdrop.show {
  opacity: .5;
}
.cid-tpPBauILTG .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-tpPBauILTG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPBauILTG .modal-header {
    padding: 1rem;
  }
}
.cid-tpPBauILTG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tpPBauILTG .modal-header .close svg {
  fill: #f7cd1e;
}
.cid-tpPBauILTG .modal-header .close:hover {
  opacity: 1;
}
.cid-tpPBauILTG .modal-header .close:focus {
  outline: none;
}
.cid-tpPBauILTG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tpPBauILTG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tpPBauILTG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPBauILTG .modal-body {
    padding: 1rem;
  }
}
.cid-tpPBauILTG .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-tpPBauILTG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPBauILTG .modal-footer {
    padding: 1rem;
  }
}
.cid-tpPBauILTG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tpPBauILTG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tpPBauILTG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tpPBauILTG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tpPBauILTG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tpPBauILTG .modal-lg,
  .cid-tpPBauILTG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tpPBauILTG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tpPBauILTG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tpPBauILTG .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-tpPBauILTG .form-group {
  margin-bottom: 1rem;
}
.cid-tpPBauILTG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tpPBauILTG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tpPBauILTG .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-tpPBauILTG .mbr-section-btn {
  margin: 0;
}
.cid-tpPBauILTG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tQPWX07o3X.popup-builder {
  background-color: #ffffff;
}
.cid-tQPWX07o3X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tQPWX07o3X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tQPWX07o3X .modal-content,
.cid-tQPWX07o3X .modal-dialog {
  height: auto;
}
.cid-tQPWX07o3X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tQPWX07o3X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tQPWX07o3X .form-wrapper .mbr-form .form-group,
  .cid-tQPWX07o3X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tQPWX07o3X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tQPWX07o3X .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-tQPWX07o3X .mbr-text {
  text-align: center;
}
.cid-tQPWX07o3X .pt-0 {
  padding-top: 0 !important;
}
.cid-tQPWX07o3X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tQPWX07o3X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tQPWX07o3X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tQPWX07o3X .modal-open {
  overflow: hidden;
}
.cid-tQPWX07o3X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tQPWX07o3X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tQPWX07o3X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tQPWX07o3X .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-tQPWX07o3X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tQPWX07o3X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tQPWX07o3X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tQPWX07o3X .modal-content {
  background: #212428;
  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-tQPWX07o3X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tQPWX07o3X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tQPWX07o3X .modal-backdrop.fade {
  opacity: 0;
}
.cid-tQPWX07o3X .modal-backdrop.show {
  opacity: .5;
}
.cid-tQPWX07o3X .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-tQPWX07o3X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tQPWX07o3X .modal-header {
    padding: 1rem;
  }
}
.cid-tQPWX07o3X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tQPWX07o3X .modal-header .close svg {
  fill: #f7cd1e;
}
.cid-tQPWX07o3X .modal-header .close:hover {
  opacity: 1;
}
.cid-tQPWX07o3X .modal-header .close:focus {
  outline: none;
}
.cid-tQPWX07o3X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tQPWX07o3X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tQPWX07o3X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQPWX07o3X .modal-body {
    padding: 1rem;
  }
}
.cid-tQPWX07o3X .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-tQPWX07o3X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQPWX07o3X .modal-footer {
    padding: 1rem;
  }
}
.cid-tQPWX07o3X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tQPWX07o3X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tQPWX07o3X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tQPWX07o3X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tQPWX07o3X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tQPWX07o3X .modal-lg,
  .cid-tQPWX07o3X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tQPWX07o3X .modal-xl {
    max-width: 1140px;
  }
}
.cid-tQPWX07o3X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tQPWX07o3X .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-tQPWX07o3X .form-group {
  margin-bottom: 1rem;
}
.cid-tQPWX07o3X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tQPWX07o3X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tQPWX07o3X .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-tQPWX07o3X .mbr-section-btn {
  margin: 0;
}
.cid-tQPWX07o3X .mbr-section-btn .btn {
  margin: 0;
}
