.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #895570 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #895570 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #895570 !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: #895570;
  color: #895570;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #533444 !important;
  background-color: transparent !important;
  border-color: #533444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #895570 !important;
  background-color: #895570 !important;
  border-color: #895570 !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: #895570 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #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_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
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: #ffffff !important;
  background: #895570 !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-sHKVkfAIKi .navbar-dropdown {
  position: relative !important;
}
.cid-sHKVkfAIKi .navbar-dropdown {
  position: absolute !important;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sHKVkfAIKi .dropdown-item:hover,
.cid-sHKVkfAIKi .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-sHKVkfAIKi .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHKVkfAIKi .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHKVkfAIKi .container {
  display: flex;
  margin: auto;
}
.cid-sHKVkfAIKi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHKVkfAIKi .dropdown-menu,
.cid-sHKVkfAIKi .navbar.opened {
  background: #895570 !important;
}
.cid-sHKVkfAIKi .nav-item:focus,
.cid-sHKVkfAIKi .nav-link:focus {
  outline: none;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHKVkfAIKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHKVkfAIKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHKVkfAIKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHKVkfAIKi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #895570;
}
.cid-sHKVkfAIKi .navbar.opened {
  transition: all 0.3s;
}
.cid-sHKVkfAIKi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHKVkfAIKi .navbar .navbar-logo img {
  width: auto;
}
.cid-sHKVkfAIKi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHKVkfAIKi .navbar.collapsed {
  justify-content: center;
}
.cid-sHKVkfAIKi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHKVkfAIKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHKVkfAIKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHKVkfAIKi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHKVkfAIKi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHKVkfAIKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHKVkfAIKi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHKVkfAIKi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHKVkfAIKi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHKVkfAIKi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHKVkfAIKi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHKVkfAIKi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHKVkfAIKi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHKVkfAIKi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHKVkfAIKi .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-sHKVkfAIKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHKVkfAIKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHKVkfAIKi .dropdown-item.active,
.cid-sHKVkfAIKi .dropdown-item:active {
  background-color: transparent;
}
.cid-sHKVkfAIKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHKVkfAIKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHKVkfAIKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #895570;
}
.cid-sHKVkfAIKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHKVkfAIKi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHKVkfAIKi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHKVkfAIKi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHKVkfAIKi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b77cd8;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKVkfAIKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHKVkfAIKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKVkfAIKi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sHKVkfAIKi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHKVkfAIKi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHKVkfAIKi .navbar {
    height: 70px;
  }
  .cid-sHKVkfAIKi .navbar.opened {
    height: auto;
  }
  .cid-sHKVkfAIKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHKVkfAIKi .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sHKVkfAIKi .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sHKVkfAIKi a {
  display: inline;
  font-weight: bold;
}
.cid-sHKVkfAIKi img {
  display: inline;
  padding-right: 10px;
}
.cid-sHKVkfAIKi .dropdown-toggle:after {
  display: none;
}
.cid-sHKVkfAIKi .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sHKVkfAIKi .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-sHKVkfAIKi .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sHKVkfAIKi .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sHKVkfAIKi .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sHKVkfAIKi .btn {
  border-radius: 50px;
}
.cid-sHKVkfAIKi ul {
  counter-reset: counter;
  margin: auto;
}
.cid-sHKVkfAIKi .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #ffffff;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-sHKVkfAIKi .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-sHKVkfAIKi .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-sHKVkfAIKi ul li {
  height: 100px;
  display: flex;
}
.cid-sHKVkfAIKi a.text-white:hover {
  color: #ffffff !important;
}
.cid-sHKVkfAIKi a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-sHKVkfAIKi a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-sHKVkfAIKi a.text-success:hover {
  color: #49923a !important;
}
.cid-sHKVkfAIKi a.text-info:hover {
  color: #fab901 !important;
}
.cid-sHKVkfAIKi a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-sHKVkfAIKi a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-sHKVkfAIKi a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-sHKVkfAIKi ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-sHKVkfAIKi .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sHKVkfAIKi .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-sHKVkfAIKi .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHKVkfAIKi .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-sHKVkfAIKi .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-txPwlxJuUm {
  background-image: url("../../../assets/images/zyro-image-1-1600x1600.png");
}
.cid-txPwlxJuUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPwlxJuUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPwlxJuUm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-txPwlxJuUm .container-fluid {
    padding: 0 30px;
  }
}
.cid-txPwlxJuUm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-txPwlxJuUm .container {
    padding: 0 30px;
  }
}
.cid-txPwlxJuUm .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-txPwlxJuUm .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-txPwlxJuUm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txPwlxJuUm .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-txPwlxJuUm .mbr-section-title {
  color: #ffffff;
}
.cid-txPwlxJuUm .mbr-text {
  color: #ffffff;
}
.cid-sHKUveGi2v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHKUveGi2v .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
  color: #000000;
}
.cid-sHKUveGi2v .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-sHKUveGi2v .title-block {
  justify-content: space-between;
}
.cid-sHKUveGi2v .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sHKUveGi2v .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sHKUveGi2v H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHKUveGi2v .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sHKUveGi2v .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-sHKUveGi2v .col-12 {
    padding-top: 35px;
  }
  .cid-sHKUveGi2v .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sHKUveGi2v .card-title {
    padding: 13px 0 0;
  }
}
.cid-txCTOyvRle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txCTOyvRle .mbr-fallback-image.disabled {
  display: none;
}
.cid-txCTOyvRle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-txCTOyvRle .row {
    padding: 0 24px;
  }
}
.cid-txCTOyvRle .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txCTOyvRle .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-txCTOyvRle .mbr-section-title {
  color: #005c62;
}
.cid-txCTOyvRle .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txCTOyvRle .mbr-section-title,
.cid-txCTOyvRle .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-txJLQJyBio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txJLQJyBio .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJLQJyBio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJLQJyBio .container-fluid {
  padding: 0;
}
.cid-txJLQJyBio .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-txJLQJyBio .row {
    padding: 0 12px;
  }
}
.cid-txJLQJyBio .row {
  justify-content: center;
}
.cid-txJLQJyBio .container-wrapper {
  padding: 0;
}
.cid-txJLQJyBio .form-wrapper {
  padding: 0 15rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-txJLQJyBio .form-wrapper {
    padding: 0 1rem;
  }
}
.cid-txJLQJyBio .form-wrapper .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-txJLQJyBio .form-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-txJLQJyBio .form-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-txJLQJyBio .form-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row {
  padding: 0;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .form-group {
  margin-bottom: 22px;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  background: transparent;
  border-bottom: 2px solid #d8dadb !important;
  border-radius: 0;
  padding: 10px 0;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #4c4c4c;
  opacity: .5;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .form-group .form-control-label label {
  color: #1c314e;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  color: #4c4c4c;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  max-height: 77px;
  height: 77px;
}
@media (max-width: 992px) {
  .cid-txJLQJyBio .form-wrapper .mbr-form .dragArea.row .mbr-section-btn .btn {
    max-height: 62px;
  }
}
.cid-txJLQJyBio .mbr-section-title {
  color: #000000;
}
.cid-txJLQJyBio .mbr-text {
  color: #000000;
}
.cid-txCUdfUKMT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
  overflow: hidden;
}
.cid-txCUdfUKMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-txCUdfUKMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txCUdfUKMT .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-txCUdfUKMT .row {
    flex-wrap: wrap;
  }
}
.cid-txCUdfUKMT .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-txCUdfUKMT .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-txCUdfUKMT .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-txCUdfUKMT .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-txCUdfUKMT .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-txCUdfUKMT .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-txCUdfUKMT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-txCUdfUKMT .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-txCUdfUKMT .mbr-text {
    margin-top: 12px;
  }
}
.cid-txCUdfUKMT .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-txCUdfUKMT .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-txCUdfUKMT .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-txCUdfUKMT .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-txCUdfUKMT .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-txCUdfUKMT .col-img {
    margin-bottom: -50px;
  }
}
.cid-txCUdfUKMT .img-wrap {
  position: relative;
  width: 100%;
}
.cid-txCUdfUKMT .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-txCUdfUKMT .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-txCUdfUKMT .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-txCUdfUKMT .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-txCUdfUKMT .mbr-text,
.cid-txCUdfUKMT .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-txCVfFM1FV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-txCVfFM1FV .mbr-fallback-image.disabled {
  display: none;
}
.cid-txCVfFM1FV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txCVfFM1FV .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-txCVfFM1FV .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-txCVfFM1FV .col-text {
    order: 2;
  }
}
.cid-txCVfFM1FV .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-txCVfFM1FV .text-wrap {
    margin-top: 30px;
  }
}
.cid-txCVfFM1FV .mbr-section-title {
  color: #1d1d1f;
  text-align: left;
}
.cid-txCVfFM1FV .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-txCVfFM1FV .mbr-text {
    margin-top: 12px;
  }
}
.cid-txCVfFM1FV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-txCVfFM1FV .mbr-section-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-txCVfFM1FV .col-img {
    order: 1;
  }
}
.cid-txCVfFM1FV .img-wrap {
  position: relative;
  width: 100%;
}
.cid-txCVfFM1FV .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
  border-radius: 65px 65px 0 65px;
}
@media (max-width: 1199px) {
  .cid-txCVfFM1FV .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px 55px 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-txCVfFM1FV .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
    border-radius: 65px 65px 0 65px;
  }
}
@media (max-width: 767px) {
  .cid-txCVfFM1FV .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px  55px 0 55px;
  }
}
@media (max-width: 575px) {
  .cid-txCVfFM1FV .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 0 45px;
  }
}
.cid-txCVfFM1FV .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-txCVfFM1FV .mbr-text,
.cid-txCVfFM1FV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-txCZ8d1wKs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txCZ8d1wKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-txCZ8d1wKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-txCZ8d1wKs .row {
    padding: 0 24px;
  }
}
.cid-txCZ8d1wKs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-txCZ8d1wKs .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-txCZ8d1wKs .mbr-section-title {
  color: #005c62;
}
.cid-txCZ8d1wKs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-txCZ8d1wKs .mbr-section-title,
.cid-txCZ8d1wKs .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sHA0kpnqxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHA0kpnqxi .link {
  margin-top: 30px;
}
.cid-sHA0kpnqxi .date {
  margin: 29px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sHA0kpnqxi .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-sHA0kpnqxi .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sHA0kpnqxi .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sHA0kpnqxi .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-sHA0kpnqxi .header {
    margin-bottom: 20px;
  }
  .cid-sHA0kpnqxi .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sHA0kpnqxi .link {
    margin-bottom: 40px;
  }
}
.cid-sHA0kpnqxi .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sHA0kpnqxi .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000000;
  text-align: center;
}
.cid-sHA0kpnqxi .item {
  position: relative;
}
.cid-sHA0kpnqxi .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #1d1d1f;
  display: flex;
  align-items: center;
}
.cid-sHA0kpnqxi .padd {
  padding: 0 20px;
}
.cid-sHA0kpnqxi a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHA0kpnqxi rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHA0kpnqxi .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHA0kpnqxi svg {
  margin-left: 15px;
}
.cid-sHA0kpnqxi path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHA0kpnqxi .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHA0kpnqxi .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);
  }
}
@media (max-width: 770px) {
  .cid-sHA0kpnqxi .top {
    margin-top: 40px;
  }
}
.cid-sHA0kpnqxi .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-sHA0kpnqxi .card-heading,
.cid-sHA0kpnqxi .link {
  color: #1d1d1f;
}
.cid-txD1Obnmsx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txD1Obnmsx .link {
  margin-top: 30px;
}
.cid-txD1Obnmsx .date {
  margin: 29px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-txD1Obnmsx .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-txD1Obnmsx .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-txD1Obnmsx .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-txD1Obnmsx .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-txD1Obnmsx .header {
    margin-bottom: 20px;
  }
  .cid-txD1Obnmsx .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-txD1Obnmsx .link {
    margin-bottom: 40px;
  }
}
.cid-txD1Obnmsx .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-txD1Obnmsx .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000000;
  text-align: center;
}
.cid-txD1Obnmsx .item {
  position: relative;
}
.cid-txD1Obnmsx .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #1d1d1f;
  display: flex;
  align-items: center;
}
.cid-txD1Obnmsx .padd {
  padding: 0 20px;
}
.cid-txD1Obnmsx a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-txD1Obnmsx rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-txD1Obnmsx .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-txD1Obnmsx svg {
  margin-left: 15px;
}
.cid-txD1Obnmsx path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-txD1Obnmsx .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-txD1Obnmsx .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);
  }
}
@media (max-width: 770px) {
  .cid-txD1Obnmsx .top {
    margin-top: 40px;
  }
}
.cid-txD1Obnmsx .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-txD1Obnmsx .card-heading,
.cid-txD1Obnmsx .link {
  color: #1d1d1f;
}
.cid-sHA6a8QcqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHA6a8QcqJ .card-wrapper {
  background: none;
  display: block;
}
.cid-sHA6a8QcqJ .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sHA6a8QcqJ .mbr-iconfont {
  display: block;
  font-size: 110px;
  color: #000000;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 29px;
}
.cid-sHA6a8QcqJ .card-box {
  text-align: left;
  margin: 0;
}
.cid-sHA6a8QcqJ .col {
  padding: 0;
}
.cid-sHA6a8QcqJ .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sHA6a8QcqJ .card-title {
  font-weight: 700;
  margin-bottom: 14px;
  color: #1d1d1f;
}
.cid-sHA6a8QcqJ .small-bottom {
  font-weight: 500;
}
.cid-sHA6a8QcqJ a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sHA6a8QcqJ .padd {
  padding-top: 68px;
}
@media (max-width: 990px) {
  .cid-sHA6a8QcqJ .padd {
    padding-top: 0;
  }
  .cid-sHA6a8QcqJ .b {
    margin-bottom: 60px;
  }
}
.cid-sHA6a8QcqJ .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sHA6a8QcqJ .b1 {
    margin-bottom: 60px;
  }
  .cid-sHA6a8QcqJ .card-title,
  .cid-sHA6a8QcqJ .lin,
  .cid-sHA6a8QcqJ .link {
    text-align: center;
  }
  .cid-sHA6a8QcqJ .mbr-iconfont {
    margin-right: 0;
  }
  .cid-sHA6a8QcqJ .iconfont-wrapper {
    text-align: center;
  }
}
.cid-sHA6a8QcqJ .card-title,
.cid-sHA6a8QcqJ .iconfont-wrapper {
  color: #000000;
}
.cid-txJO2NRiVq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJO2NRiVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJO2NRiVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJO2NRiVq .row {
  justify-content: center;
}
.cid-txJO2NRiVq .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-txJO2NRiVq .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-txJO2NRiVq .row {
    padding: 0 24px;
  }
}
.cid-txJO2NRiVq .video-wrapper iframe {
  width: 100%;
}
.cid-txJO2NRiVq .title-wrapper {
  margin-bottom: 32px;
}
.cid-txJO2NRiVq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-txJO2NRiVq .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-txJO2NRiVq .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-txJO2NRiVq .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-txJO2NRiVq .video-block {
    margin-bottom: 24px;
  }
}
.cid-txJO2NRiVq .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-txJO2NRiVq .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-txPBdq1HtK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #895570;
}
.cid-txPBdq1HtK .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-txPBdq1HtK .container {
  max-width: 1300px;
}
