.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  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 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b2b2b2;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: #878787 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fab901;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: #a47901 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #49923a;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: #2a5421 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0746c0;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: #04286c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4433;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: #db1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.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: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.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: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* 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: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.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: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b2b2b2 !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='%234c4c4c' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHAkNheXKn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-sHAkNheXKn .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHAkNheXKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHAkNheXKn {
    margin-bottom: 2rem;
  }
}
.cid-sHAkNheXKn .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sHAkNheXKn .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHAkNheXKn .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sHAkNheXKn .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHAkNheXKn .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHAkNheXKn .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHAkNheXKn .mbr-section-subtitle {
  color: #f9ff33;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-sHAkNheXKn .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHAkNheXKn .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sHAkNheXKn .mbr-section-button {
  margin-top: 25px;
}
.cid-sHAkNheXKn .desc1,
.cid-sHAkNheXKn .mbr-section-btn {
  text-align: left;
}
.cid-sHAkNheXKn .desc2,
.cid-sHAkNheXKn .mbr-section-btn {
  color: #eeeeee;
}
.cid-sRWQMPLvps {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d1d1f;
}
.cid-sRWQMPLvps .item-wrapper {
  width: 100%;
}
.cid-sRWQMPLvps .left-side {
  text-align: left;
  padding: 0 100px 20px;
}
.cid-sRWQMPLvps .row.big {
  align-items: center;
}
.cid-sRWQMPLvps .mbr-section-title {
  margin: 26px 0 37px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sRWQMPLvps .row {
  flex-direction: row-reverse;
}
.cid-sRWQMPLvps .left-side {
  padding-right: 100px !important;
}
.cid-sRWQMPLvps .mbr-iconfont {
  font-size: 60px;
  color: #ff4433;
  margin-right: 5px;
}
.cid-sRWQMPLvps .desc1 {
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 700;
}
.cid-sRWQMPLvps .desc2 {
  color: #f7b560;
  font-weight: 500;
}
.cid-sRWQMPLvps .desc1,
.cid-sRWQMPLvps .iconfont-wrapper {
  color: #ffffff;
}
.cid-sRWQMPLvps .right-side {
  padding: 0;
}
.cid-sRWQMPLvps .justify-content-center {
  padding: 0;
  margin: 0;
}
.cid-sRWQMPLvps .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sRWQMPLvps .bottom {
  margin-bottom: 42px;
}
@media (max-width: 990px) {
  .cid-sRWQMPLvps .left-side {
    padding: 0 30px 20px;
  }
}
@media (max-width: 690px) {
  .cid-sRWQMPLvps .left-side {
    padding: 0 15px 20px;
  }
  .cid-sRWQMPLvps .align-left {
    flex-direction: column;
  }
  .cid-sRWQMPLvps .mbr-iconfont {
    margin-right: 0px;
  }
}
.cid-sRXmgPscuF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1366.png");
}
.cid-sRXmgPscuF .mbr-media {
  position: relative;
}
.cid-sRXmgPscuF .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sRXmgPscuF .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-sRXmgPscuF .box {
    min-height: 300px;
  }
}
.cid-sRXmgPscuF .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sRXmgPscuF .icon-wrap a {
  height: 20px;
}
.cid-sRXmgPscuF .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-sRXmgPscuF .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #5e71db;
}
.cid-sRXmgPscuF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRXmgPscuF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRXmgPscuF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRXmgPscuF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sRXmgPscuF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRXmgPscuF .mbr-section-title {
  color: #ffffff;
}
.cid-sRRdcq4KtB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/reataurantapp-1098x676.jpg");
}
.cid-sRRdcq4KtB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sRRdcq4KtB .row {
    flex-direction: column-reverse;
  }
  .cid-sRRdcq4KtB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sRRdcq4KtB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sRRdcq4KtB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sRRdcq4KtB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRRdcq4KtB .mbr-text,
.cid-sRRdcq4KtB .mbr-section-btn {
  color: #ffffff;
}
.cid-sRRdcq4KtB .card-title {
  color: #ffe161;
}
.cid-sRRrEYqmVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sRRrEYqmVr .mbr-section-title {
  color: #000000;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sRRrEYqmVr .mbr-section-subtitle {
  color: #4c4c4c;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}
.cid-sRRrEYqmVr .row {
  align-items: center;
  height: 100%;
}
.cid-sRRrEYqmVr .padd {
  padding-right: 25%;
}
@media (max-width: 690px) {
  .cid-sRRrEYqmVr .padd {
    padding-right: 0%;
  }
}
.cid-sRRrEYqmVr .wrapper {
  margin: auto;
}
.cid-sHKWCbxN18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
@media (min-width: 992px) {
  .cid-sHKWCbxN18 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHKWCbxN18 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHKWCbxN18 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHKWCbxN18 .mbr-section-title {
  font-weight: 700;
}
.cid-sHKWCbxN18 .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-sHKWCbxN18 .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-sHKWCbxN18 .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-sHKWCbxN18 .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-sHKWCbxN18 .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-sHKWCbxN18 .pile:last-child {
  margin-bottom: 0;
}
.cid-sHKWGHdNbH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.png");
}
.cid-sHKWGHdNbH .title-block {
  justify-content: space-between;
}
.cid-sHKWGHdNbH .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-sHKWGHdNbH .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-sHKWGHdNbH .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-sHKWGHdNbH .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-sHKWGHdNbH .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
  color: #ffffff;
}
.cid-sHKWGHdNbH .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
  color: #1d1d1f;
}
.cid-sHKWGHdNbH .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #4c4c4c;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHKWGHdNbH .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sHKWGHdNbH .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-sHKWGHdNbH .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-sHKWGHdNbH .col-12 {
    padding-top: 35px;
  }
  .cid-sHKWGHdNbH .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sHKWGHdNbH .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-sHKWGHdNbH H3 {
  color: #ffffff;
}
.cid-sS8JbBgxog {
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-sS8JbBgxog .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-sS8JbBgxog .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sS8JbBgxog .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sS8JbBgxog P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sS8JbBgxog .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sS8JbBgxog .item-img {
  padding-top: 31px;
}
.cid-sS8JbBgxog img {
  width: 100%;
}
.cid-sS8JbBgxog .first {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cid-sS8JbBgxog .first img {
  max-width: 750px;
  margin: auto;
}
.cid-sS8JbBgxog .second {
  position: absolute;
  top: 37%;
  left: 10%;
  max-width: 100px;
}
.cid-sS8JbBgxog .third {
  max-width: 500px;
  position: absolute;
  top: 65%;
  left: 5%;
}
.cid-sS8JbBgxog .third img {
  max-height: 300px;
  width: auto;
}
.cid-sS8JbBgxog .first,
.cid-sS8JbBgxog .second,
.cid-sS8JbBgxog .third {
  display: inline-block;
}
.cid-sS8JbBgxog .cont {
  display: inline-block;
}
.cid-sS8JbBgxog .mbr-section-title {
  color: #1d1d1f;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-sS8JbBgxog .mbr-section-subtitle {
  color: #4c4c4c;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cid-sS8JbBgxog .second {
    display: none;
  }
}
@media (max-width: 1350px) {
  .cid-sS8JbBgxog .third {
    left: 10%;
  }
}
@media (max-width: 990px) {
  .cid-sS8JbBgxog .third {
    margin-top: 0px;
  }
  .cid-sS8JbBgxog .third img {
    max-height: 250px;
    width: auto;
  }
  .cid-sS8JbBgxog .first {
    max-width: 550px;
    margin-left: 25%;
    margin-top: 50px;
  }
}
@media (max-width: 690px) {
  .cid-sS8JbBgxog .third {
    position: initial;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .cid-sS8JbBgxog .third img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cid-sS8JbBgxog .second {
    display: none;
  }
  .cid-sS8JbBgxog .first {
    position: initial;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-sS8L5Silip {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sS8L5Silip .video-wrapper iframe {
  width: 100%;
}
.cid-sS8L5Silip h2,
.cid-sS8L5Silip h4,
.cid-sS8L5Silip p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sS8L5Silip .col-md-6 {
    width: 100%;
  }
}
.cid-sS8L5Silip .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sS8L5Silip .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sS8L5Silip .mbr-section-head {
    text-align: center;
  }
}
.cid-sS8L5Silip .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-sS8L5Silip .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sS8L5Silip .mbr-text {
  color: #000000;
}
.cid-sHAl9ZWjI0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1500x583.png");
}
.cid-sHAl9ZWjI0 .item-wrapper {
  width: 100%;
}
.cid-sHAl9ZWjI0 .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
  width: 100%;
}
.cid-sHAl9ZWjI0 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHAl9ZWjI0 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHAl9ZWjI0 .link {
  margin-top: 29px;
}
.cid-sHAl9ZWjI0 .col-auto {
  display: inline-block;
}
.cid-sHAl9ZWjI0 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHAl9ZWjI0 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHAl9ZWjI0 .container-fluid {
  padding: 0;
}
.cid-sHAl9ZWjI0 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHAl9ZWjI0 .right-side {
  padding-left: 0;
}
.cid-sHAl9ZWjI0 .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sHAl9ZWjI0 .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sHAl9ZWjI0 .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sHAl9ZWjI0 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHAl9ZWjI0 .right-side {
    padding: 0px;
  }
}
.cid-sHAl9ZWjI0 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHAl9ZWjI0 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHAl9ZWjI0 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHAl9ZWjI0 svg {
  margin-left: 15px;
}
.cid-sHAl9ZWjI0 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHAl9ZWjI0 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHAl9ZWjI0 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHAl9ZWjI0 .mbr-text,
.cid-sHAl9ZWjI0 .link {
  color: #000000;
}
.cid-sRR72E9rEk {
  z-index: 1000;
  width: 100%;
}
.cid-sRR72E9rEk nav.navbar {
  position: fixed;
}
.cid-sRR72E9rEk .navbar-nav {
  margin: auto;
}
.cid-sRR72E9rEk .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRR72E9rEk .dropdown-item:hover,
.cid-sRR72E9rEk .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-sRR72E9rEk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRR72E9rEk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRR72E9rEk .navbar-short,
.cid-sRR72E9rEk .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sRR72E9rEk .navbar-short .nav-link,
.cid-sRR72E9rEk .opened .nav-link,
.cid-sRR72E9rEk .navbar-short .navbar-caption,
.cid-sRR72E9rEk .opened .navbar-caption,
.cid-sRR72E9rEk .navbar-short .mbr-iconfont,
.cid-sRR72E9rEk .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sRR72E9rEk .navbar-short .hamburger span,
.cid-sRR72E9rEk .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sRR72E9rEk .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRR72E9rEk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRR72E9rEk .container {
  display: flex;
  margin: auto;
}
.cid-sRR72E9rEk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRR72E9rEk .dropdown-menu,
.cid-sRR72E9rEk .navbar.opened {
  background: #ffffff !important;
}
.cid-sRR72E9rEk .nav-item:focus,
.cid-sRR72E9rEk .nav-link:focus {
  outline: none;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRR72E9rEk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRR72E9rEk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRR72E9rEk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sRR72E9rEk .navbar.opened {
  transition: all 0.3s;
}
.cid-sRR72E9rEk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRR72E9rEk .navbar .navbar-logo img {
  width: auto;
}
.cid-sRR72E9rEk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRR72E9rEk .navbar.collapsed {
  justify-content: center;
}
.cid-sRR72E9rEk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRR72E9rEk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRR72E9rEk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRR72E9rEk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRR72E9rEk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRR72E9rEk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRR72E9rEk .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-sRR72E9rEk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRR72E9rEk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRR72E9rEk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRR72E9rEk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRR72E9rEk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRR72E9rEk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRR72E9rEk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRR72E9rEk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRR72E9rEk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRR72E9rEk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRR72E9rEk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRR72E9rEk .dropdown-item.active,
.cid-sRR72E9rEk .dropdown-item:active {
  background-color: transparent;
}
.cid-sRR72E9rEk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRR72E9rEk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRR72E9rEk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRR72E9rEk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRR72E9rEk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRR72E9rEk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRR72E9rEk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRR72E9rEk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRR72E9rEk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .navbar {
    height: 70px;
  }
  .cid-sRR72E9rEk .navbar.opened {
    height: auto;
  }
  .cid-sRR72E9rEk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSUTNdC7yy.popup-builder {
  background-color: #ffffff;
}
.cid-sSUTNdC7yy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSUTNdC7yy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSUTNdC7yy .modal-content,
.cid-sSUTNdC7yy .modal-dialog {
  height: auto;
}
.cid-sSUTNdC7yy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSUTNdC7yy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSUTNdC7yy .form-wrapper .mbr-form .form-group,
  .cid-sSUTNdC7yy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSUTNdC7yy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSUTNdC7yy .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-sSUTNdC7yy .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-sSUTNdC7yy .pt-0 {
  padding-top: 0 !important;
}
.cid-sSUTNdC7yy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSUTNdC7yy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSUTNdC7yy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSUTNdC7yy .modal-open {
  overflow: hidden;
}
.cid-sSUTNdC7yy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSUTNdC7yy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSUTNdC7yy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSUTNdC7yy .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-sSUTNdC7yy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSUTNdC7yy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSUTNdC7yy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSUTNdC7yy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSUTNdC7yy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSUTNdC7yy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSUTNdC7yy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSUTNdC7yy .modal-backdrop.show {
  opacity: .5;
}
.cid-sSUTNdC7yy .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-sSUTNdC7yy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSUTNdC7yy .modal-header {
    padding: 1rem;
  }
}
.cid-sSUTNdC7yy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSUTNdC7yy .modal-header .close svg {
  fill: #353535;
}
.cid-sSUTNdC7yy .modal-header .close:hover {
  opacity: 1;
}
.cid-sSUTNdC7yy .modal-header .close:focus {
  outline: none;
}
.cid-sSUTNdC7yy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sSUTNdC7yy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSUTNdC7yy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSUTNdC7yy .modal-body {
    padding: 1rem;
  }
}
.cid-sSUTNdC7yy .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-sSUTNdC7yy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSUTNdC7yy .modal-footer {
    padding: 1rem;
  }
}
.cid-sSUTNdC7yy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSUTNdC7yy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSUTNdC7yy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSUTNdC7yy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSUTNdC7yy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSUTNdC7yy .modal-lg,
  .cid-sSUTNdC7yy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSUTNdC7yy .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSUTNdC7yy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSUTNdC7yy .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-sSUTNdC7yy .form-group {
  margin-bottom: 1rem;
}
.cid-sSUTNdC7yy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSUTNdC7yy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSUTNdC7yy .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-sSUTNdC7yy .mbr-section-btn {
  margin: 0;
}
.cid-sSUTNdC7yy .mbr-section-btn .btn {
  margin: 0;
}
.cid-sRR72E9rEk {
  z-index: 1000;
  width: 100%;
}
.cid-sRR72E9rEk nav.navbar {
  position: fixed;
}
.cid-sRR72E9rEk .navbar-nav {
  margin: auto;
}
.cid-sRR72E9rEk .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRR72E9rEk .dropdown-item:hover,
.cid-sRR72E9rEk .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-sRR72E9rEk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRR72E9rEk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRR72E9rEk .navbar-short,
.cid-sRR72E9rEk .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sRR72E9rEk .navbar-short .nav-link,
.cid-sRR72E9rEk .opened .nav-link,
.cid-sRR72E9rEk .navbar-short .navbar-caption,
.cid-sRR72E9rEk .opened .navbar-caption,
.cid-sRR72E9rEk .navbar-short .mbr-iconfont,
.cid-sRR72E9rEk .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sRR72E9rEk .navbar-short .hamburger span,
.cid-sRR72E9rEk .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sRR72E9rEk .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRR72E9rEk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRR72E9rEk .container {
  display: flex;
  margin: auto;
}
.cid-sRR72E9rEk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRR72E9rEk .dropdown-menu,
.cid-sRR72E9rEk .navbar.opened {
  background: #ffffff !important;
}
.cid-sRR72E9rEk .nav-item:focus,
.cid-sRR72E9rEk .nav-link:focus {
  outline: none;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRR72E9rEk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRR72E9rEk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRR72E9rEk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sRR72E9rEk .navbar.opened {
  transition: all 0.3s;
}
.cid-sRR72E9rEk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRR72E9rEk .navbar .navbar-logo img {
  width: auto;
}
.cid-sRR72E9rEk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRR72E9rEk .navbar.collapsed {
  justify-content: center;
}
.cid-sRR72E9rEk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRR72E9rEk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRR72E9rEk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRR72E9rEk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRR72E9rEk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRR72E9rEk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRR72E9rEk .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-sRR72E9rEk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRR72E9rEk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRR72E9rEk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRR72E9rEk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRR72E9rEk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRR72E9rEk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRR72E9rEk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRR72E9rEk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRR72E9rEk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRR72E9rEk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRR72E9rEk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRR72E9rEk .dropdown-item.active,
.cid-sRR72E9rEk .dropdown-item:active {
  background-color: transparent;
}
.cid-sRR72E9rEk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRR72E9rEk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRR72E9rEk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRR72E9rEk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRR72E9rEk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRR72E9rEk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRR72E9rEk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRR72E9rEk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRR72E9rEk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .navbar {
    height: 70px;
  }
  .cid-sRR72E9rEk .navbar.opened {
    height: auto;
  }
  .cid-sRR72E9rEk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRWO11IklA {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-sRWO11IklA .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sRWO11IklA .title-wrapper {
  padding: 0 12px;
}
.cid-sRWO11IklA .text-block {
  padding: 48px 24px;
}
.cid-sRWO11IklA .video-wrapper iframe {
  width: 100%;
}
.cid-sRWO11IklA .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sRWO11IklA .mbr-section-title {
  text-align: center;
  color: #f7b560;
}
.cid-sRWO11IklA .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sRWO11IklA .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sRWO11IklA .mbr-text,
.cid-sRWO11IklA .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sRWO11IklA .video-block {
    border-left: none;
  }
  .cid-sRWO11IklA .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sRWO11IklA .title-wrapper {
    padding: 0 48px;
  }
  .cid-sRWO11IklA .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sRXpmRQx7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-sRXpmRQx7M .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sRXpmRQx7M .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sRXpmRQx7M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRXpmRQx7M .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-sRXpmRQx7M .subtitle {
  padding-top: 11px;
  font-weight: 500;
}
.cid-sRXpmRQx7M .top {
  padding-top: 55px;
}
.cid-sRXpmRQx7M .number-left {
  padding-top: 4px;
  text-align: left;
  font-weight: 700;
}
.cid-sRXpmRQx7M .number-right {
  padding-top: 4px;
  text-align: right;
  font-weight: 700;
}
.cid-sRXpmRQx7M .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sRXpmRQx7M .title-left {
  text-align: left;
  color: #000000;
}
.cid-sRXpmRQx7M .subtitle-left {
  text-align: left;
  color: #000000;
}
.cid-sRXpmRQx7M .subtitle-right {
  color: #4c4c4c;
}
.cid-sRXpmRQx7M .title-right {
  color: #000000;
}
@media (max-width: 770px) {
  .cid-sRXpmRQx7M .bottom {
    margin-bottom: 55px;
  }
}
.cid-sRXsublpr2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde8eb;
}
.cid-sRXsublpr2 .item-wrapper {
  width: 100%;
}
.cid-sRXsublpr2 .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sRXsublpr2 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXsublpr2 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXsublpr2 .link {
  margin-top: 29px;
}
.cid-sRXsublpr2 .col-auto {
  display: inline-block;
}
.cid-sRXsublpr2 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXsublpr2 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXsublpr2 .container-fluid {
  padding: 0;
}
.cid-sRXsublpr2 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXsublpr2 .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXsublpr2 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXsublpr2 .right-side {
    padding: 0px;
  }
}
.cid-sRXsublpr2 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXsublpr2 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXsublpr2 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXsublpr2 svg {
  margin-left: 15px;
}
.cid-sRXsublpr2 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXsublpr2 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXsublpr2 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXsublpr2 .link a {
  background-image: none !important;
}
.cid-sRXsublpr2 .mbr-text,
.cid-sRXsublpr2 .link {
  color: #000000;
}
.cid-sRXtwd7Ocq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde8eb;
}
.cid-sRXtwd7Ocq .item-wrapper {
  width: 100%;
}
.cid-sRXtwd7Ocq .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sRXtwd7Ocq .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXtwd7Ocq .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXtwd7Ocq .link {
  margin-top: 29px;
}
.cid-sRXtwd7Ocq .col-auto {
  display: inline-block;
}
.cid-sRXtwd7Ocq .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXtwd7Ocq .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXtwd7Ocq .container-fluid {
  padding: 0;
}
.cid-sRXtwd7Ocq .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXtwd7Ocq .right-side {
  padding-left: 0;
}
.cid-sRXtwd7Ocq .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sRXtwd7Ocq .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sRXtwd7Ocq .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sRXtwd7Ocq .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXtwd7Ocq .right-side {
    padding: 0px;
  }
}
.cid-sRXtwd7Ocq a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXtwd7Ocq rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXtwd7Ocq .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXtwd7Ocq svg {
  margin-left: 15px;
}
.cid-sRXtwd7Ocq path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXtwd7Ocq .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXtwd7Ocq .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXtwd7Ocq .link a {
  background-image: none !important;
}
.cid-sRXtwd7Ocq .mbr-text,
.cid-sRXtwd7Ocq .link {
  color: #000000;
}
.cid-sRXu78qDCT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde8eb;
}
.cid-sRXu78qDCT .item-wrapper {
  width: 100%;
}
.cid-sRXu78qDCT .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sRXu78qDCT .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXu78qDCT .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXu78qDCT .link {
  margin-top: 29px;
}
.cid-sRXu78qDCT .col-auto {
  display: inline-block;
}
.cid-sRXu78qDCT .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXu78qDCT .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXu78qDCT .container-fluid {
  padding: 0;
}
.cid-sRXu78qDCT .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXu78qDCT .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXu78qDCT .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXu78qDCT .right-side {
    padding: 0px;
  }
}
.cid-sRXu78qDCT a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXu78qDCT rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXu78qDCT .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXu78qDCT svg {
  margin-left: 15px;
}
.cid-sRXu78qDCT path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXu78qDCT .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXu78qDCT .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXu78qDCT .link a {
  background-image: none !important;
}
.cid-sRXu78qDCT .mbr-text,
.cid-sRXu78qDCT .link {
  color: #000000;
}
.cid-sRXuM6sHu7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde8eb;
}
.cid-sRXuM6sHu7 .item-wrapper {
  width: 100%;
}
.cid-sRXuM6sHu7 .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sRXuM6sHu7 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXuM6sHu7 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXuM6sHu7 .link {
  margin-top: 29px;
}
.cid-sRXuM6sHu7 .col-auto {
  display: inline-block;
}
.cid-sRXuM6sHu7 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXuM6sHu7 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXuM6sHu7 .container-fluid {
  padding: 0;
}
.cid-sRXuM6sHu7 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXuM6sHu7 .right-side {
  padding-left: 0;
}
.cid-sRXuM6sHu7 .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sRXuM6sHu7 .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sRXuM6sHu7 .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sRXuM6sHu7 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXuM6sHu7 .right-side {
    padding: 0px;
  }
}
.cid-sRXuM6sHu7 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXuM6sHu7 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXuM6sHu7 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXuM6sHu7 svg {
  margin-left: 15px;
}
.cid-sRXuM6sHu7 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXuM6sHu7 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXuM6sHu7 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXuM6sHu7 .link a {
  background-image: none !important;
}
.cid-sRXuM6sHu7 .mbr-text,
.cid-sRXuM6sHu7 .link {
  color: #000000;
}
.cid-sRXvt357ee {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde8eb;
}
.cid-sRXvt357ee .item-wrapper {
  width: 100%;
}
.cid-sRXvt357ee .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sRXvt357ee .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXvt357ee .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXvt357ee .link {
  margin-top: 29px;
}
.cid-sRXvt357ee .col-auto {
  display: inline-block;
}
.cid-sRXvt357ee .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXvt357ee .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXvt357ee .container-fluid {
  padding: 0;
}
.cid-sRXvt357ee .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXvt357ee .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXvt357ee .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXvt357ee .right-side {
    padding: 0px;
  }
}
.cid-sRXvt357ee a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXvt357ee rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXvt357ee .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXvt357ee svg {
  margin-left: 15px;
}
.cid-sRXvt357ee path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXvt357ee .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXvt357ee .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXvt357ee .link a {
  background-image: none !important;
}
.cid-sRXvt357ee .mbr-text,
.cid-sRXvt357ee .link {
  color: #000000;
}
.cid-sRXVS25PXn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sRXVS25PXn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sRXVS25PXn .row {
    flex-direction: column-reverse;
  }
  .cid-sRXVS25PXn .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sRXVS25PXn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sRXVS25PXn .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sRXVS25PXn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRXVS25PXn .mbr-text,
.cid-sRXVS25PXn .mbr-section-btn {
  color: #ffffff;
}
.cid-sRXVS25PXn .card-title {
  color: #ffe161;
}
.cid-sRXUxgHLmP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sRXUxgHLmP .video-wrapper iframe {
  width: 100%;
}
.cid-sRXUxgHLmP h2,
.cid-sRXUxgHLmP h4,
.cid-sRXUxgHLmP p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sRXUxgHLmP .col-md-6 {
    width: 100%;
  }
}
.cid-sRXUxgHLmP .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sRXUxgHLmP .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sRXUxgHLmP .mbr-section-head {
    text-align: center;
  }
}
.cid-sRXUxgHLmP .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-sRXUxgHLmP .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sRXUxgHLmP .mbr-text {
  color: #6b6b6b;
}
.cid-sRXx3xw9aK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dde8eb;
}
.cid-sRXx3xw9aK .item-wrapper {
  width: 100%;
}
.cid-sRXx3xw9aK .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sRXx3xw9aK .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXx3xw9aK .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXx3xw9aK .link {
  margin-top: 29px;
}
.cid-sRXx3xw9aK .col-auto {
  display: inline-block;
}
.cid-sRXx3xw9aK .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXx3xw9aK .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXx3xw9aK .container-fluid {
  padding: 0;
}
.cid-sRXx3xw9aK .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXx3xw9aK .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXx3xw9aK .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXx3xw9aK .right-side {
    padding: 0px;
  }
}
.cid-sRXx3xw9aK a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXx3xw9aK rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXx3xw9aK .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXx3xw9aK svg {
  margin-left: 15px;
}
.cid-sRXx3xw9aK path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXx3xw9aK .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXx3xw9aK .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXx3xw9aK .link a {
  background-image: none !important;
}
.cid-sRXx3xw9aK .mbr-text,
.cid-sRXx3xw9aK .link {
  color: #000000;
}
.cid-sRXynkNvt8 {
  z-index: 1000;
  width: 100%;
}
.cid-sRXynkNvt8 nav.navbar {
  position: fixed;
}
.cid-sRXynkNvt8 .navbar-nav {
  margin: auto;
}
.cid-sRXynkNvt8 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRXynkNvt8 .dropdown-item:hover,
.cid-sRXynkNvt8 .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-sRXynkNvt8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRXynkNvt8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRXynkNvt8 .navbar-short,
.cid-sRXynkNvt8 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sRXynkNvt8 .navbar-short .nav-link,
.cid-sRXynkNvt8 .opened .nav-link,
.cid-sRXynkNvt8 .navbar-short .navbar-caption,
.cid-sRXynkNvt8 .opened .navbar-caption,
.cid-sRXynkNvt8 .navbar-short .mbr-iconfont,
.cid-sRXynkNvt8 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sRXynkNvt8 .navbar-short .hamburger span,
.cid-sRXynkNvt8 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sRXynkNvt8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRXynkNvt8 .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-sRXynkNvt8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRXynkNvt8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRXynkNvt8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRXynkNvt8 .container {
  display: flex;
  margin: auto;
}
.cid-sRXynkNvt8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRXynkNvt8 .dropdown-menu,
.cid-sRXynkNvt8 .navbar.opened {
  background: #ffffff !important;
}
.cid-sRXynkNvt8 .nav-item:focus,
.cid-sRXynkNvt8 .nav-link:focus {
  outline: none;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRXynkNvt8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRXynkNvt8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRXynkNvt8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sRXynkNvt8 .navbar.opened {
  transition: all 0.3s;
}
.cid-sRXynkNvt8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRXynkNvt8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sRXynkNvt8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRXynkNvt8 .navbar.collapsed {
  justify-content: center;
}
.cid-sRXynkNvt8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRXynkNvt8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRXynkNvt8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sRXynkNvt8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRXynkNvt8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRXynkNvt8 .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-sRXynkNvt8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRXynkNvt8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRXynkNvt8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRXynkNvt8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRXynkNvt8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRXynkNvt8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRXynkNvt8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRXynkNvt8 .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-sRXynkNvt8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRXynkNvt8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRXynkNvt8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRXynkNvt8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRXynkNvt8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRXynkNvt8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRXynkNvt8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRXynkNvt8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRXynkNvt8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRXynkNvt8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRXynkNvt8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRXynkNvt8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRXynkNvt8 .dropdown-item.active,
.cid-sRXynkNvt8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRXynkNvt8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRXynkNvt8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRXynkNvt8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRXynkNvt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRXynkNvt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRXynkNvt8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRXynkNvt8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRXynkNvt8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRXynkNvt8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRXynkNvt8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRXynkNvt8 .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-sRXynkNvt8 .navbar {
    height: 70px;
  }
  .cid-sRXynkNvt8 .navbar.opened {
    height: auto;
  }
  .cid-sRXynkNvt8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSl3GHvcLR {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ead8d8;
}
.cid-sSl3GHvcLR .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sSl3GHvcLR .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sSl3GHvcLR img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-sSl3GHvcLR .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-sSl3GHvcLR .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-sSl3GHvcLR .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-sSl3GHvcLR .mbri-left:before {
  content: "\f053";
}
.cid-sSl3GHvcLR .mbri-right:before {
  content: "\f054";
}
.cid-sSl3GHvcLR .carousel-control-next,
.cid-sSl3GHvcLR .carousel-control-prev {
  color: #000000;
}
.cid-sSl3GHvcLR .title-block {
  justify-content: space-between;
}
.cid-sSl3GHvcLR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSl3GHvcLR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sSl3GHvcLR .carousel-item .wrap-img {
  text-align: center;
}
.cid-sSl3GHvcLR .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sSl3GHvcLR .carousel-controls {
  width: 100%;
}
.cid-sSl3GHvcLR .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-sSl3GHvcLR .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-sSl3GHvcLR .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sSl3GHvcLR .cloneditem-1,
.cid-sSl3GHvcLR .cloneditem-2,
.cid-sSl3GHvcLR .cloneditem-3,
.cid-sSl3GHvcLR .cloneditem-4 {
  display: none;
}
.cid-sSl3GHvcLR .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sSl3GHvcLR .container {
  margin-bottom: 2.7rem;
}
.cid-sSl3GHvcLR .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSl3GHvcLR .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sSl3GHvcLR .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides2 .cloneditem-1,
  .cid-sSl3GHvcLR .carousel-inner.slides2 .cloneditem-2,
  .cid-sSl3GHvcLR .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sSl3GHvcLR .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides3 .cloneditem-1,
  .cid-sSl3GHvcLR .carousel-inner.slides3 .cloneditem-2,
  .cid-sSl3GHvcLR .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sSl3GHvcLR .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides4 .cloneditem-1,
  .cid-sSl3GHvcLR .carousel-inner.slides4 .cloneditem-2,
  .cid-sSl3GHvcLR .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sSl3GHvcLR .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides5 .cloneditem-1,
  .cid-sSl3GHvcLR .carousel-inner.slides5 .cloneditem-2,
  .cid-sSl3GHvcLR .carousel-inner.slides5 .cloneditem-3,
  .cid-sSl3GHvcLR .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sSl3GHvcLR .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sSl3GHvcLR .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSl3GHvcLR .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSl3GHvcLR .carousel-inner.slides6 .cloneditem-1,
  .cid-sSl3GHvcLR .carousel-inner.slides6 .cloneditem-2,
  .cid-sSl3GHvcLR .carousel-inner.slides6 .cloneditem-3,
  .cid-sSl3GHvcLR .carousel-inner.slides6 .cloneditem-4,
  .cid-sSl3GHvcLR .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sSl3GHvcLR .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sSl3GHvcLR .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sSl3GHvcLR .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sSl3GHvcLR .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sSl3GHvcLR .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sSl3GHvcLR .soc-item span {
  font-size: 1rem;
}
.cid-sSl3GHvcLR .soc-item-1 {
  transition: 0.3s;
}
.cid-sSl3GHvcLR .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sSl3GHvcLR .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sSl3GHvcLR .col-lg-2 {
    padding: 0rem;
  }
  .cid-sSl3GHvcLR .title-block {
    margin: 0;
  }
  .cid-sSl3GHvcLR .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sSl3GHvcLR .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sSl3GHvcLR .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-sSl3GHvcLR .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sSl3GHvcLR .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-sSl3GHvcLR .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sSl3GHvcLR .row {
    padding: 0 1rem;
  }
}
.cid-sSl3GHvcLR .icon-left {
  margin-right: 0.1rem;
}
.cid-sSl3GHvcLR .icon-right {
  margin-left: 0.1rem;
}
.cid-sSl3GHvcLR .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sSl3GHvcLR .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sSl3GHvcLR H3 {
  color: #1d1d1f;
}
.cid-sSl3GHvcLR .svg-right {
  color: #a6a6a6;
}
.cid-sSl3GHvcLR .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-sSl3GHvcLR rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #000000;
}
.cid-sSl3GHvcLR polygon {
  fill: #000000;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-sSl3GHvcLR .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sSl3GHvcLR .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sSl3GHvcLR .swiper-left:hover rect {
  fill: #000000;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sSl3GHvcLR .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sSl3GHvcLR .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sSl3GHvcLR .swiper-right:hover rect {
  fill: #000000;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sSl3GHvcLR .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #000000;
}
.cid-sSl3GHvcLR .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-sSl3GHvcLR .user_text {
  text-align: left;
}
.cid-sSl3GHvcLR .description {
  padding-right: 143px;
}
.cid-sSl3GHvcLR .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-sSl3GHvcLR .carousel-controls {
    position: initial;
  }
  .cid-sSl3GHvcLR .padd {
    padding-left: 15px;
  }
  .cid-sSl3GHvcLR .description {
    padding-right: 15px;
  }
  .cid-sSl3GHvcLR .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-sSl3GHvcLR .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-sSl3GHvcLR .carousel-control-prev {
    left: 3em;
  }
  .cid-sSl3GHvcLR .carousel-control-next {
    right: 1em;
  }
  .cid-sSl3GHvcLR .carousel-inner {
    margin-top: 60px;
  }
}
.cid-sRXzyYKEky {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0b0b0b;
}
.cid-sRXzyYKEky .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sRXzyYKEky .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sRXzyYKEky .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXzyYKEky .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sRXzyYKEky .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXzyYKEky .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-sRXzyYKEky .mbr-section-tag {
  color: #fefd36;
  margin-bottom: 7px;
}
.cid-sRXzyYKEky .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sRXzyYKEky .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-sRXzyYKEky .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-sRXzyYKEky .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sRXzyYKEky .list {
  list-style: none;
  padding-left: 0;
}
.cid-sRXzyYKEky .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sRXzyYKEky .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sRXzyYKEky .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ff2d55;
}
.cid-sRXzyYKEky .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-sRXzyYKEky .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sRXzyYKEky .mbr-section-title b:last-child,
.cid-sRXzyYKEky .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sRXBZAT80p {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #0b0b0b;
}
.cid-sRXBZAT80p .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sRXBZAT80p .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sRXBZAT80p .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXBZAT80p .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sRXBZAT80p .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXBZAT80p .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-sRXBZAT80p .mbr-section-tag {
  color: #fefd36;
  margin-bottom: 7px;
}
.cid-sRXBZAT80p .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sRXBZAT80p .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-sRXBZAT80p .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-sRXBZAT80p .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sRXBZAT80p .list {
  list-style: none;
  padding-left: 0;
}
.cid-sRXBZAT80p .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sRXBZAT80p .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sRXBZAT80p .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ff2d55;
}
.cid-sRXBZAT80p .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-sRXBZAT80p .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sRXBZAT80p .mbr-section-title b:last-child,
.cid-sRXBZAT80p .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sRXFs6MC6A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0b0b;
}
.cid-sRXFs6MC6A .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sRXFs6MC6A .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXFs6MC6A .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sRXFs6MC6A .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-sRXFs6MC6A .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXFs6MC6A .mbr-section-tag {
  color: #fefd36;
  margin-bottom: 7px;
}
.cid-sRXFs6MC6A .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sRXFs6MC6A .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-sRXFs6MC6A .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-sRXFs6MC6A .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sRXFs6MC6A .list {
  list-style: none;
  padding-left: 0;
}
.cid-sRXFs6MC6A .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sRXFs6MC6A .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sRXFs6MC6A .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ff2d55;
}
.cid-sRXFs6MC6A .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-sRXFs6MC6A .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sRXFs6MC6A .mbr-section-title b:last-child,
.cid-sRXFs6MC6A .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sRXGCCrmkx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-sRXGCCrmkx .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sRXGCCrmkx .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sRXGCCrmkx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXGCCrmkx .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sRXGCCrmkx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sRXGCCrmkx .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-sRXGCCrmkx .mbr-section-tag {
  color: #fefd36;
  margin-bottom: 7px;
}
.cid-sRXGCCrmkx .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sRXGCCrmkx .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-sRXGCCrmkx .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-sRXGCCrmkx .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sRXGCCrmkx .list {
  list-style: none;
  padding-left: 0;
}
.cid-sRXGCCrmkx .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sRXGCCrmkx .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sRXGCCrmkx .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ff2d55;
}
.cid-sRXGCCrmkx .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-sRXGCCrmkx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sRXGCCrmkx .mbr-section-title b:last-child,
.cid-sRXGCCrmkx .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sRXIEB8W1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (min-width: 992px) {
  .cid-sRXIEB8W1Y .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sRXIEB8W1Y .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sRXIEB8W1Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRXIEB8W1Y .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sRXIEB8W1Y .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sRXIEB8W1Y .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sRXIEB8W1Y .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sRXIEB8W1Y .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sRXIEB8W1Y .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sRXIEB8W1Y .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sRXIEB8W1Y .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sRXIEB8W1Y .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sRXIEB8W1Y .mbr-section-button {
  margin-top: 25px;
}
.cid-sRXynlYgZD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #4c4c4c;
}
.cid-sRXynlYgZD .item-wrapper {
  width: 100%;
}
.cid-sRXynlYgZD .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #ffbf4f;
  font-weight: 700;
}
.cid-sRXynlYgZD .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXynlYgZD .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXynlYgZD .link {
  margin-top: 29px;
}
.cid-sRXynlYgZD .col-auto {
  display: inline-block;
}
.cid-sRXynlYgZD .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXynlYgZD .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXynlYgZD .container-fluid {
  padding: 0;
}
.cid-sRXynlYgZD .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXynlYgZD .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXynlYgZD .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXynlYgZD .right-side {
    padding: 0px;
  }
}
.cid-sRXynlYgZD a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXynlYgZD rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXynlYgZD .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXynlYgZD svg {
  margin-left: 15px;
}
.cid-sRXynlYgZD path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXynlYgZD .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXynlYgZD .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXynlYgZD .link a {
  background-image: none !important;
}
.cid-sRXynlYgZD .mbr-text,
.cid-sRXynlYgZD .link {
  color: #ffffff;
}
.cid-sRXynmhgM3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXynmhgM3 .item-wrapper {
  width: 100%;
}
.cid-sRXynmhgM3 .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXynmhgM3 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXynmhgM3 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXynmhgM3 .link {
  margin-top: 29px;
}
.cid-sRXynmhgM3 .col-auto {
  display: inline-block;
}
.cid-sRXynmhgM3 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXynmhgM3 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXynmhgM3 .container-fluid {
  padding: 0;
}
.cid-sRXynmhgM3 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXynmhgM3 .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXynmhgM3 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXynmhgM3 .right-side {
    padding: 0px;
  }
}
.cid-sRXynmhgM3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXynmhgM3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXynmhgM3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXynmhgM3 svg {
  margin-left: 15px;
}
.cid-sRXynmhgM3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXynmhgM3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXynmhgM3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXynmhgM3 .link a {
  background-image: none !important;
}
.cid-sRXynmhgM3 .mbr-text,
.cid-sRXynmhgM3 .link {
  color: #ffffff;
}
.cid-sRXLpm3aFO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXLpm3aFO .item-wrapper {
  width: 100%;
}
.cid-sRXLpm3aFO .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXLpm3aFO .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXLpm3aFO .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXLpm3aFO .link {
  margin-top: 29px;
}
.cid-sRXLpm3aFO .col-auto {
  display: inline-block;
}
.cid-sRXLpm3aFO .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXLpm3aFO .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXLpm3aFO .container-fluid {
  padding: 0;
}
.cid-sRXLpm3aFO .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXLpm3aFO .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXLpm3aFO .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXLpm3aFO .right-side {
    padding: 0px;
  }
}
.cid-sRXLpm3aFO a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXLpm3aFO rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXLpm3aFO .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXLpm3aFO svg {
  margin-left: 15px;
}
.cid-sRXLpm3aFO path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXLpm3aFO .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXLpm3aFO .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXLpm3aFO .link a {
  background-image: none !important;
}
.cid-sRXLpm3aFO .mbr-text,
.cid-sRXLpm3aFO .link {
  color: #ffffff;
}
.cid-sRXM7RmF6t {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXM7RmF6t .item-wrapper {
  width: 100%;
}
.cid-sRXM7RmF6t .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXM7RmF6t .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXM7RmF6t .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXM7RmF6t .link {
  margin-top: 29px;
}
.cid-sRXM7RmF6t .col-auto {
  display: inline-block;
}
.cid-sRXM7RmF6t .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXM7RmF6t .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXM7RmF6t .container-fluid {
  padding: 0;
}
.cid-sRXM7RmF6t .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXM7RmF6t .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXM7RmF6t .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXM7RmF6t .right-side {
    padding: 0px;
  }
}
.cid-sRXM7RmF6t a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXM7RmF6t rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXM7RmF6t .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXM7RmF6t svg {
  margin-left: 15px;
}
.cid-sRXM7RmF6t path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXM7RmF6t .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXM7RmF6t .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXM7RmF6t .link a {
  background-image: none !important;
}
.cid-sRXM7RmF6t .mbr-text,
.cid-sRXM7RmF6t .link {
  color: #ffffff;
}
.cid-sRXMT3wRNq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXMT3wRNq .item-wrapper {
  width: 100%;
}
.cid-sRXMT3wRNq .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXMT3wRNq .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXMT3wRNq .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXMT3wRNq .link {
  margin-top: 29px;
}
.cid-sRXMT3wRNq .col-auto {
  display: inline-block;
}
.cid-sRXMT3wRNq .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXMT3wRNq .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXMT3wRNq .container-fluid {
  padding: 0;
}
.cid-sRXMT3wRNq .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXMT3wRNq .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXMT3wRNq .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXMT3wRNq .right-side {
    padding: 0px;
  }
}
.cid-sRXMT3wRNq a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXMT3wRNq rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXMT3wRNq .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXMT3wRNq svg {
  margin-left: 15px;
}
.cid-sRXMT3wRNq path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXMT3wRNq .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXMT3wRNq .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXMT3wRNq .link a {
  background-image: none !important;
}
.cid-sRXMT3wRNq .mbr-text,
.cid-sRXMT3wRNq .link {
  color: #ffffff;
}
.cid-sRXNjtMR4c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXNjtMR4c .item-wrapper {
  width: 100%;
}
.cid-sRXNjtMR4c .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXNjtMR4c .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXNjtMR4c .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXNjtMR4c .link {
  margin-top: 29px;
}
.cid-sRXNjtMR4c .col-auto {
  display: inline-block;
}
.cid-sRXNjtMR4c .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXNjtMR4c .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXNjtMR4c .container-fluid {
  padding: 0;
}
.cid-sRXNjtMR4c .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXNjtMR4c .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXNjtMR4c .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXNjtMR4c .right-side {
    padding: 0px;
  }
}
.cid-sRXNjtMR4c a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXNjtMR4c rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXNjtMR4c .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXNjtMR4c svg {
  margin-left: 15px;
}
.cid-sRXNjtMR4c path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXNjtMR4c .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXNjtMR4c .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXNjtMR4c .link a {
  background-image: none !important;
}
.cid-sRXNjtMR4c .mbr-text,
.cid-sRXNjtMR4c .link {
  color: #ffffff;
}
.cid-sRXNKq8haL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXNKq8haL .item-wrapper {
  width: 100%;
}
.cid-sRXNKq8haL .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXNKq8haL .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXNKq8haL .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXNKq8haL .link {
  margin-top: 29px;
}
.cid-sRXNKq8haL .col-auto {
  display: inline-block;
}
.cid-sRXNKq8haL .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXNKq8haL .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXNKq8haL .container-fluid {
  padding: 0;
}
.cid-sRXNKq8haL .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXNKq8haL .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXNKq8haL .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXNKq8haL .right-side {
    padding: 0px;
  }
}
.cid-sRXNKq8haL a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXNKq8haL rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXNKq8haL .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXNKq8haL svg {
  margin-left: 15px;
}
.cid-sRXNKq8haL path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXNKq8haL .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXNKq8haL .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXNKq8haL .link a {
  background-image: none !important;
}
.cid-sRXNKq8haL .mbr-text,
.cid-sRXNKq8haL .link {
  color: #ffffff;
}
.cid-sRXOoZoqWd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXOoZoqWd .item-wrapper {
  width: 100%;
}
.cid-sRXOoZoqWd .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXOoZoqWd .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXOoZoqWd .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXOoZoqWd .link {
  margin-top: 29px;
}
.cid-sRXOoZoqWd .col-auto {
  display: inline-block;
}
.cid-sRXOoZoqWd .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXOoZoqWd .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXOoZoqWd .container-fluid {
  padding: 0;
}
.cid-sRXOoZoqWd .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXOoZoqWd .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXOoZoqWd .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXOoZoqWd .right-side {
    padding: 0px;
  }
}
.cid-sRXOoZoqWd a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXOoZoqWd rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXOoZoqWd .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXOoZoqWd svg {
  margin-left: 15px;
}
.cid-sRXOoZoqWd path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXOoZoqWd .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXOoZoqWd .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXOoZoqWd .link a {
  background-image: none !important;
}
.cid-sRXOoZoqWd .mbr-text,
.cid-sRXOoZoqWd .link {
  color: #ffffff;
}
.cid-sRXP58VOS3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXP58VOS3 .item-wrapper {
  width: 100%;
}
.cid-sRXP58VOS3 .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXP58VOS3 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXP58VOS3 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXP58VOS3 .link {
  margin-top: 29px;
}
.cid-sRXP58VOS3 .col-auto {
  display: inline-block;
}
.cid-sRXP58VOS3 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXP58VOS3 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXP58VOS3 .container-fluid {
  padding: 0;
}
.cid-sRXP58VOS3 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXP58VOS3 .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXP58VOS3 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXP58VOS3 .right-side {
    padding: 0px;
  }
}
.cid-sRXP58VOS3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXP58VOS3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXP58VOS3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXP58VOS3 svg {
  margin-left: 15px;
}
.cid-sRXP58VOS3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXP58VOS3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXP58VOS3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXP58VOS3 .link a {
  background-image: none !important;
}
.cid-sRXP58VOS3 .mbr-text,
.cid-sRXP58VOS3 .link {
  color: #ffffff;
}
.cid-sRXPD8usyL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #4c4c4c;
}
.cid-sRXPD8usyL .item-wrapper {
  width: 100%;
}
.cid-sRXPD8usyL .mbr-section-title {
  width: 100%;
  margin: 0 0 26px;
  color: #f7b560;
  font-weight: 700;
}
.cid-sRXPD8usyL .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sRXPD8usyL .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sRXPD8usyL .link {
  margin-top: 29px;
}
.cid-sRXPD8usyL .col-auto {
  display: inline-block;
}
.cid-sRXPD8usyL .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sRXPD8usyL .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sRXPD8usyL .container-fluid {
  padding: 0;
}
.cid-sRXPD8usyL .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sRXPD8usyL .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-sRXPD8usyL .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sRXPD8usyL .right-side {
    padding: 0px;
  }
}
.cid-sRXPD8usyL a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sRXPD8usyL rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sRXPD8usyL .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sRXPD8usyL svg {
  margin-left: 15px;
}
.cid-sRXPD8usyL path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sRXPD8usyL .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sRXPD8usyL .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sRXPD8usyL .link a {
  background-image: none !important;
}
.cid-sRXPD8usyL .mbr-text,
.cid-sRXPD8usyL .link {
  color: #ffffff;
}
.cid-sRR72E9rEk {
  z-index: 1000;
  width: 100%;
}
.cid-sRR72E9rEk nav.navbar {
  position: fixed;
}
.cid-sRR72E9rEk .navbar-nav {
  margin: auto;
}
.cid-sRR72E9rEk .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRR72E9rEk .dropdown-item:hover,
.cid-sRR72E9rEk .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-sRR72E9rEk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRR72E9rEk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRR72E9rEk .navbar-short,
.cid-sRR72E9rEk .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sRR72E9rEk .navbar-short .nav-link,
.cid-sRR72E9rEk .opened .nav-link,
.cid-sRR72E9rEk .navbar-short .navbar-caption,
.cid-sRR72E9rEk .opened .navbar-caption,
.cid-sRR72E9rEk .navbar-short .mbr-iconfont,
.cid-sRR72E9rEk .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sRR72E9rEk .navbar-short .hamburger span,
.cid-sRR72E9rEk .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sRR72E9rEk .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRR72E9rEk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRR72E9rEk .container {
  display: flex;
  margin: auto;
}
.cid-sRR72E9rEk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRR72E9rEk .dropdown-menu,
.cid-sRR72E9rEk .navbar.opened {
  background: #ffffff !important;
}
.cid-sRR72E9rEk .nav-item:focus,
.cid-sRR72E9rEk .nav-link:focus {
  outline: none;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRR72E9rEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRR72E9rEk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRR72E9rEk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRR72E9rEk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sRR72E9rEk .navbar.opened {
  transition: all 0.3s;
}
.cid-sRR72E9rEk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRR72E9rEk .navbar .navbar-logo img {
  width: auto;
}
.cid-sRR72E9rEk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRR72E9rEk .navbar.collapsed {
  justify-content: center;
}
.cid-sRR72E9rEk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRR72E9rEk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRR72E9rEk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRR72E9rEk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRR72E9rEk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRR72E9rEk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRR72E9rEk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRR72E9rEk .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-sRR72E9rEk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRR72E9rEk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRR72E9rEk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRR72E9rEk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRR72E9rEk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRR72E9rEk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRR72E9rEk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRR72E9rEk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRR72E9rEk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRR72E9rEk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRR72E9rEk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRR72E9rEk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRR72E9rEk .dropdown-item.active,
.cid-sRR72E9rEk .dropdown-item:active {
  background-color: transparent;
}
.cid-sRR72E9rEk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRR72E9rEk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRR72E9rEk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRR72E9rEk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRR72E9rEk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRR72E9rEk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRR72E9rEk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRR72E9rEk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRR72E9rEk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRR72E9rEk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRR72E9rEk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRR72E9rEk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRR72E9rEk .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-sRR72E9rEk .navbar {
    height: 70px;
  }
  .cid-sRR72E9rEk .navbar.opened {
    height: auto;
  }
  .cid-sRR72E9rEk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSkpDYve1m {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/02.jpg");
}
.cid-sSkpDYve1m .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-sSkpDYve1m .card-wrap {
  background-color: #ffb18a;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sSkpDYve1m .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-sSkpDYve1m .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sSkpDYve1m .mbr-section-subtitle,
.cid-sSkpDYve1m .mbr-section-btn {
  color: #000000;
}
.cid-sSkpSZeI02 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/amazingwoman-2-819x860.png");
}
.cid-sSkpSZeI02 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sSkpSZeI02 img {
  width: 100%;
}
.cid-sSkpSZeI02 p {
  margin-top: 6rem;
}
.cid-sSkpSZeI02 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sSkpSZeI02 .content-wrapper {
  padding-top: 6rem;
}
.cid-sSkpSZeI02 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sSkpSZeI02 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sSkpSZeI02 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSkpSZeI02 .back {
    width: 100%;
    height: 75%;
  }
  .cid-sSkpSZeI02 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sSkpSZeI02 p {
    margin-top: 4rem;
  }
}
.cid-sSkpSZeI02 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sSkpSZeI02 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sSkpSZeI02 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sSkpSZeI02 h4 {
    right: 2rem;
  }
}
.cid-sSkpZVQAiw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-491x246.png");
}
.cid-sSkpZVQAiw .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sSkpZVQAiw img {
  width: 100%;
}
.cid-sSkpZVQAiw p {
  margin-top: 6rem;
}
.cid-sSkpZVQAiw .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sSkpZVQAiw .content-wrapper {
  padding-top: 6rem;
}
.cid-sSkpZVQAiw h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sSkpZVQAiw .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sSkpZVQAiw p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSkpZVQAiw .back {
    width: 100%;
    height: 75%;
  }
  .cid-sSkpZVQAiw .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sSkpZVQAiw p {
    margin-top: 4rem;
  }
}
.cid-sSkpZVQAiw .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sSkpZVQAiw .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sSkpZVQAiw .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sSkpZVQAiw h4 {
    right: 2rem;
  }
}
.cid-sSkq23w36S {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sSkq23w36S .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-sSkq23w36S img {
  width: 100%;
}
.cid-sSkq23w36S p {
  margin-top: 6rem;
}
.cid-sSkq23w36S .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sSkq23w36S .content-wrapper {
  padding-top: 6rem;
}
.cid-sSkq23w36S h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sSkq23w36S .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sSkq23w36S p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSkq23w36S .back {
    width: 100%;
    height: 75%;
  }
  .cid-sSkq23w36S .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sSkq23w36S p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sSkq23w36S .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sSkq23w36S h4 {
    right: 2rem;
  }
}
.cid-sSkq4rQquh {
  background-image: url("../../../assets/images/mbr-491x306.jpg");
}
.cid-sSkq4rQquh .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sSkq4rQquh .text-content .btn-bgr {
  z-index: 0;
}
.cid-sSkq4rQquh .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sSkq4rQquh .container-full-width {
  position: relative;
}
.cid-sSkq4rQquh .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sSkq4rQquh .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sSkq4rQquh .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sSkq4rQquh .text-content {
    width: 540px;
  }
  .cid-sSkq4rQquh .column-content {
    width: 100%;
  }
  .cid-sSkq4rQquh .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sSkq4rQquh .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sSkq4rQquh .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sSkq4rQquh .column-content {
    width: 50%;
  }
  .cid-sSkq4rQquh .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sSkq4rQquh .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSkq4rQquh .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sSkq4rQquh .column-content {
    height: 33rem;
  }
}
.cid-sSkq4rQquh .mbr-text,
.cid-sSkq4rQquh .mbr-section-btn {
  color: #000000;
}
.cid-sSkq4rQquh H1 {
  color: #000000;
}
.cid-sSkq8gnex1 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-sSkq8gnex1 .container-fluid {
  padding: 0 5rem;
}
.cid-sSkq8gnex1 .animated-element {
  color: #efefef;
}
.cid-sSkq8gnex1 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sSkq8gnex1 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sSkq8gnex1 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sSkq9Xgu2I {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/touchlessconnect-liubomry-feshchyn-dreamstime-480x480.png");
}
.cid-sSkq9Xgu2I .container-fluid {
  padding: 0 5rem;
}
.cid-sSkq9Xgu2I .animated-element {
  color: #efefef;
}
.cid-sSkq9Xgu2I .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sSkq9Xgu2I .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sSkq9Xgu2I .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sRXynkNvt8 {
  z-index: 1000;
  width: 100%;
}
.cid-sRXynkNvt8 nav.navbar {
  position: fixed;
}
.cid-sRXynkNvt8 .navbar-nav {
  margin: auto;
}
.cid-sRXynkNvt8 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRXynkNvt8 .dropdown-item:hover,
.cid-sRXynkNvt8 .dropdown-item:focus {
  background: #4c4c4c !important;
  color: white !important;
}
.cid-sRXynkNvt8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRXynkNvt8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRXynkNvt8 .navbar-short,
.cid-sRXynkNvt8 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-sRXynkNvt8 .navbar-short .nav-link,
.cid-sRXynkNvt8 .opened .nav-link,
.cid-sRXynkNvt8 .navbar-short .navbar-caption,
.cid-sRXynkNvt8 .opened .navbar-caption,
.cid-sRXynkNvt8 .navbar-short .mbr-iconfont,
.cid-sRXynkNvt8 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-sRXynkNvt8 .navbar-short .hamburger span,
.cid-sRXynkNvt8 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-sRXynkNvt8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sRXynkNvt8 .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-sRXynkNvt8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRXynkNvt8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRXynkNvt8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRXynkNvt8 .container {
  display: flex;
  margin: auto;
}
.cid-sRXynkNvt8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRXynkNvt8 .dropdown-menu,
.cid-sRXynkNvt8 .navbar.opened {
  background: #ffffff !important;
}
.cid-sRXynkNvt8 .nav-item:focus,
.cid-sRXynkNvt8 .nav-link:focus {
  outline: none;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRXynkNvt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRXynkNvt8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRXynkNvt8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRXynkNvt8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
.cid-sRXynkNvt8 .navbar.opened {
  transition: all 0.3s;
}
.cid-sRXynkNvt8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRXynkNvt8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sRXynkNvt8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRXynkNvt8 .navbar.collapsed {
  justify-content: center;
}
.cid-sRXynkNvt8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRXynkNvt8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRXynkNvt8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-sRXynkNvt8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRXynkNvt8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRXynkNvt8 .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-sRXynkNvt8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRXynkNvt8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRXynkNvt8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRXynkNvt8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRXynkNvt8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRXynkNvt8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRXynkNvt8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRXynkNvt8 .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-sRXynkNvt8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRXynkNvt8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRXynkNvt8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRXynkNvt8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRXynkNvt8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRXynkNvt8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRXynkNvt8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRXynkNvt8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRXynkNvt8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRXynkNvt8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRXynkNvt8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRXynkNvt8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRXynkNvt8 .dropdown-item.active,
.cid-sRXynkNvt8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRXynkNvt8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRXynkNvt8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRXynkNvt8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRXynkNvt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRXynkNvt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRXynkNvt8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRXynkNvt8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRXynkNvt8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRXynkNvt8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRXynkNvt8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRXynkNvt8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRXynkNvt8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRXynkNvt8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRXynkNvt8 .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-sRXynkNvt8 .navbar {
    height: 70px;
  }
  .cid-sRXynkNvt8 .navbar.opened {
    height: auto;
  }
  .cid-sRXynkNvt8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS2M7r4PXJ {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #eeeeee;
}
.cid-sS2M7r4PXJ .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-sS2M7r4PXJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sS2M7r4PXJ .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-sS2M7r4PXJ P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sS2M7r4PXJ .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-sS2M7r4PXJ .item-img {
  padding-top: 31px;
}
.cid-sS2M7r4PXJ img {
  width: 100%;
}
.cid-sS2M7r4PXJ .first {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cid-sS2M7r4PXJ .first img {
  max-width: 750px;
  margin: auto;
}
.cid-sS2M7r4PXJ .second {
  position: absolute;
  top: 37%;
  left: 10%;
  max-width: 100px;
}
.cid-sS2M7r4PXJ .third {
  max-width: 500px;
  position: absolute;
  top: 65%;
  left: 5%;
}
.cid-sS2M7r4PXJ .third img {
  max-height: 300px;
  width: auto;
}
.cid-sS2M7r4PXJ .first,
.cid-sS2M7r4PXJ .second,
.cid-sS2M7r4PXJ .third {
  display: inline-block;
}
.cid-sS2M7r4PXJ .cont {
  display: inline-block;
}
.cid-sS2M7r4PXJ .mbr-section-title {
  color: #1d1d1f;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-sS2M7r4PXJ .mbr-section-subtitle {
  color: #4c4c4c;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cid-sS2M7r4PXJ .second {
    display: none;
  }
}
@media (max-width: 1350px) {
  .cid-sS2M7r4PXJ .third {
    left: 10%;
  }
}
@media (max-width: 990px) {
  .cid-sS2M7r4PXJ .third {
    margin-top: 0px;
  }
  .cid-sS2M7r4PXJ .third img {
    max-height: 250px;
    width: auto;
  }
  .cid-sS2M7r4PXJ .first {
    max-width: 550px;
    margin-left: 25%;
    margin-top: 50px;
  }
}
@media (max-width: 690px) {
  .cid-sS2M7r4PXJ .third {
    position: initial;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .cid-sS2M7r4PXJ .third img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cid-sS2M7r4PXJ .second {
    display: none;
  }
  .cid-sS2M7r4PXJ .first {
    position: initial;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-sS2PXhch0M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-sS2PXhch0M img {
  border-radius: 0px;
}
.cid-sS2PXhch0M .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-sS2PXhch0M .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sS2PXhch0M p:last-child {
  margin-bottom: 0;
}
.cid-sS2PXhch0M .row {
  justify-content: center;
}
.cid-sS2PvJGBkS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #eeeeee;
}
.cid-sS2PvJGBkS .plan {
  word-break: break-word;
  padding: 77px 60px 71px;
}
.cid-sS2PvJGBkS .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sS2PvJGBkS .plan {
    margin-bottom: 2rem;
  }
}
.cid-sS2PvJGBkS a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sS2PvJGBkS rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sS2PvJGBkS .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sS2PvJGBkS svg {
  margin-left: 15px;
}
.cid-sS2PvJGBkS path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sS2PvJGBkS .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sS2PvJGBkS .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sS2PvJGBkS .line {
  width: 100%;
  height: 1px;
  background-color: #b2b2b2;
  margin: 39px 0 30px;
}
.cid-sS2PvJGBkS .list {
  text-align: left;
}
.cid-sS2PvJGBkS .category {
  text-align: left;
}
.cid-sS2PvJGBkS .license {
  text-align: left;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.cid-sS2PvJGBkS .link {
  text-align: left;
}
.cid-sS2PvJGBkS li {
  margin-bottom: 10px;
}
.cid-sS2PvJGBkS li:last-child {
  margin-bottom: 0;
}
.cid-sS2PvJGBkS ul {
  padding-inline-start: 20px;
}
.cid-sS2PvJGBkS .container {
  max-width: 1300px;
}
.cid-sS2PvJGBkS .card1 {
  background-color: #dde8eb;
}
.cid-sS2PvJGBkS .card2 {
  background-color: #ffffff;
}
.cid-sS2PvJGBkS .card3 {
  background-color: #dde8eb;
}
.cid-sS2PvJGBkS .card4 {
  background-color: #ffffff;
}
.cid-sS2PvJGBkS .sign {
  margin-right: 6px;
}
.cid-sS2PvJGBkS .price {
  margin-top: -6px;
}
.cid-sS2PvJGBkS .main {
  justify-content: center;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-sS2PvJGBkS .plan {
    padding: 47px;
  }
}
@media (max-width: 990px) {
  .cid-sS2PvJGBkS .main {
    justify-content: flex-start;
  }
  .cid-sS2PvJGBkS .plan {
    padding: 57px 40px 51px;
  }
}
.cid-sS2PvJGBkS .price-row {
  display: flex;
}
.cid-sS2PvJGBkS .link a {
  background-image: none !important;
}
.cid-sSkSsl1eP2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sSkSsl1eP2 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sSkSsl1eP2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sSkSsl1eP2 .wrap {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .cid-sSkSsl1eP2 .wrap {
    flex-wrap: nowrap;
  }
}
.cid-sSkSsl1eP2 .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sSkSsl1eP2 .numbering {
  font-size: 80px;
}
.cid-sSkSsl1eP2 .item-img {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSkSsl1eP2 .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sSkSsl1eP2 .item-img {
    padding-bottom: 50px;
  }
}
.cid-sSkSsl1eP2 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 254px;
  height: 254px;
}
@media (max-width: 991px) {
  .cid-sSkSsl1eP2 .img {
    margin-top: 200px;
  }
}
.cid-sSkSsl1eP2 .img img {
  object-fit: cover;
  height: 100%;
}
.cid-sSkSsl1eP2 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-sSkSsl1eP2 .text-container {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sSkSsl1eP2 .item-text {
    margin-left: -100%;
    margin-top: 162px;
  }
}
@media (max-width: 767px) {
  .cid-sSkSsl1eP2 .item-text {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cid-sSkSsl1eP2 .text-container {
    margin-left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sSkSsl1eP2 .text-container {
    margin-left: 0;
  }
}
.cid-sSkSsl1eP2 .item-text {
  padding: 0 32px;
}
.cid-sSkSsl1eP2 .sublabel {
  margin-bottom: 20px;
}
.cid-sSkSsl1eP2 .link {
  margin-top: 10px;
}
.cid-sSkSsl1eP2 .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-sSkSsl1eP2 .emerging-underline-link:after {
  height: 2px;
}
.cid-sS8hl2FHKh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sS8hl2FHKh .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sS8hl2FHKh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sS8hl2FHKh .wrap {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .cid-sS8hl2FHKh .wrap {
    flex-wrap: nowrap;
  }
}
.cid-sS8hl2FHKh .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: content-box;
  border-radius: 100%;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: auto;
  margin-top: 20px;
  margin-left: 32px;
  margin-right: 2%;
}
.cid-sS8hl2FHKh .numbering {
  font-size: 80px;
}
.cid-sS8hl2FHKh .item-img {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sS8hl2FHKh .item-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sS8hl2FHKh .item-img {
    padding-bottom: 50px;
  }
}
.cid-sS8hl2FHKh .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 254px;
  height: 254px;
}
@media (max-width: 991px) {
  .cid-sS8hl2FHKh .img {
    margin-top: 200px;
  }
}
.cid-sS8hl2FHKh .img img {
  object-fit: cover;
  height: 100%;
}
.cid-sS8hl2FHKh .text-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-sS8hl2FHKh .text-container {
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sS8hl2FHKh .item-text {
    margin-left: -100%;
    margin-top: 162px;
  }
}
@media (max-width: 767px) {
  .cid-sS8hl2FHKh .item-text {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cid-sS8hl2FHKh .text-container {
    margin-left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sS8hl2FHKh .text-container {
    margin-left: 0;
  }
}
.cid-sS8hl2FHKh .item-text {
  padding: 0 32px;
}
.cid-sS8hl2FHKh .sublabel {
  margin-bottom: 20px;
}
.cid-sS8hl2FHKh .link {
  margin-top: 10px;
}
.cid-sS8hl2FHKh .mbr-section-title {
  margin: 20px 0 20px;
}
.cid-sS8hl2FHKh .emerging-underline-link:after {
  height: 2px;
}
.cid-sS34BEzSf9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sS34BEzSf9 .video-wrapper iframe {
  width: 100%;
}
.cid-sS34BEzSf9 h2,
.cid-sS34BEzSf9 h4,
.cid-sS34BEzSf9 p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sS34BEzSf9 .col-md-6 {
    width: 100%;
  }
}
.cid-sS34BEzSf9 .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sS34BEzSf9 .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sS34BEzSf9 .mbr-section-head {
    text-align: center;
  }
}
.cid-sS34BEzSf9 .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-sS34BEzSf9 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 6px;
}
.cid-sS34BEzSf9 .mbr-text {
  color: #000000;
}
.cid-sS36Rsj6tk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sS36Rsj6tk .pile1,
.cid-sS36Rsj6tk .pile2 {
  padding-bottom: 60px;
}
.cid-sS36Rsj6tk .pile1,
.cid-sS36Rsj6tk .pile3 {
  padding-right: 60px;
}
.cid-sS36Rsj6tk .pile2,
.cid-sS36Rsj6tk .pile4 {
  padding-right: 50px;
}
.cid-sS36Rsj6tk .text {
  display: flex;
  flex-direction: row;
}
.cid-sS36Rsj6tk .card-title {
  margin-bottom: 14px;
}
.cid-sS36Rsj6tk .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-sS36Rsj6tk a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sS36Rsj6tk rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sS36Rsj6tk .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sS36Rsj6tk svg {
  margin-left: 15px;
}
.cid-sS36Rsj6tk path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sS36Rsj6tk .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sS36Rsj6tk .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sS36Rsj6tk .link a {
  background-image: none !important;
}
.cid-sS36Rsj6tk img {
  max-width: 140px;
  height: auto;
}
.cid-sS36Rsj6tk .card-text,
.cid-sS36Rsj6tk .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sS36Rsj6tk .dir {
    flex-direction: column;
  }
  .cid-sS36Rsj6tk .top {
    padding-top: 60px;
  }
  .cid-sS36Rsj6tk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sS36Rsj6tk .top1 {
    padding-top: 60px;
  }
  .cid-sS36Rsj6tk .pile {
    padding-right: 0;
  }
  .cid-sS36Rsj6tk .card-title {
    text-align: center;
  }
  .cid-sS36Rsj6tk .card-text {
    text-align: center;
  }
  .cid-sS36Rsj6tk .iconfont-wrapper {
    text-align: center;
  }
  .cid-sS36Rsj6tk img {
    display: inline;
  }
  .cid-sS36Rsj6tk .link {
    text-align: center;
  }
}
.cid-sS36Rsj6tk .card-text,
.cid-sS36Rsj6tk .link {
  color: #000000;
}
