.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f77f00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f77f00 !important;
  border-color: #f77f00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a05200 !important;
  border-color: #a05200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a05200 !important;
  border-color: #a05200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f77f00;
  color: #f77f00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a05200 !important;
  background-color: transparent!important;
  border-color: #a05200 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f77f00 !important;
  border-color: #f77f00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f77f00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #914b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f77f00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f77f00;
  border-color: #f77f00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f77f00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f77f00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f77f00;
}
/* 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: #f77f00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f77f00;
}
.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: #f77f00;
  border-bottom-color: #f77f00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f77f00 !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: #ff6666 !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='%23f77f00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tPRnG2CVh1 .navbar-dropdown {
  position: relative !important;
}
.cid-tPRnG2CVh1 .btn {
  line-height: 1.2;
}
.cid-tPRnG2CVh1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPRnG2CVh1 .nav-link {
  position: relative;
}
.cid-tPRnG2CVh1 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #40b0bf;
}
.cid-tPRnG2CVh1 .nav-link:hover {
  color: #40b0bf !important;
}
.cid-tPRnG2CVh1 .nav-link:hover:before {
  width: 100%;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPRnG2CVh1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPRnG2CVh1 .dropdown-item:hover,
.cid-tPRnG2CVh1 .dropdown-item:focus {
  background: #f77f00 !important;
  color: white !important;
}
.cid-tPRnG2CVh1 .dropdown-item:hover span {
  color: white;
}
.cid-tPRnG2CVh1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPRnG2CVh1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPRnG2CVh1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tPRnG2CVh1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPRnG2CVh1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tPRnG2CVh1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPRnG2CVh1 .navbar-nav {
  margin: auto;
}
.cid-tPRnG2CVh1 .dropdown-menu,
.cid-tPRnG2CVh1 .navbar.opened {
  background: #191919 !important;
}
.cid-tPRnG2CVh1 .nav-item:focus,
.cid-tPRnG2CVh1 .nav-link:focus {
  outline: none;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPRnG2CVh1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPRnG2CVh1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPRnG2CVh1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
}
.cid-tPRnG2CVh1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPRnG2CVh1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPRnG2CVh1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPRnG2CVh1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPRnG2CVh1 .navbar.collapsed {
  justify-content: center;
}
.cid-tPRnG2CVh1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPRnG2CVh1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPRnG2CVh1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPRnG2CVh1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPRnG2CVh1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPRnG2CVh1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPRnG2CVh1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPRnG2CVh1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPRnG2CVh1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPRnG2CVh1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPRnG2CVh1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPRnG2CVh1 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPRnG2CVh1 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tPRnG2CVh1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPRnG2CVh1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPRnG2CVh1 .dropdown-item.active,
.cid-tPRnG2CVh1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPRnG2CVh1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPRnG2CVh1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-tPRnG2CVh1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPRnG2CVh1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPRnG2CVh1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPRnG2CVh1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPRnG2CVh1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar {
    height: 70px;
  }
  .cid-tPRnG2CVh1 .navbar.opened {
    height: auto;
  }
  .cid-tPRnG2CVh1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPTNgnYiEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.cid-tPTNgnYiEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPTNgnYiEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPTNgnYiEC .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tPTNgnYiEC .col-text {
    padding-right: 28px;
  }
}
.cid-tPTNgnYiEC .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tPTNgnYiEC .col-img {
    padding-left: 28px;
  }
}
.cid-tPTNgnYiEC .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPTNgnYiEC .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tPTNgnYiEC .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPTNgnYiEC .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-tPTNgnYiEC .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tPTNgnYiEC .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tPTNgnYiEC .mbr-section-btn {
    width: 100%;
  }
}
.cid-tPTNgnYiEC .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPTNgnYiEC .image-wrapper {
    height: 360px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tPTNgnYiEC .image-wrapper {
    height: auto;
  }
}
.cid-tPTNgnYiEC .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tPTNpJebDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tPTNpJebDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPTNpJebDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tPTNpJebDB .container {
    padding: 0 26px;
  }
}
.cid-tPTNpJebDB .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tPTNpJebDB .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tPTNpJebDB .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-tPTNpJebDB .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPTNpJebDB .image-wrapper img {
    height: 300px;
  }
}
.cid-tPTNpJebDB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tPTNpJebDB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tPTNpJebDB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPTNpJebDB .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tPTNpJebDB .mbr-section-title {
  color: #ffffff;
}
.cid-tPTNpJebDB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPTNpJebDB .mbr-text {
  color: #cacaca;
}
.cid-tPTNIKhIkZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tPTNIKhIkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPTNIKhIkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPTNIKhIkZ circle,
.cid-tPTNIKhIkZ path {
  fill: #000000;
}
.cid-tPTNIKhIkZ .card-box {
  border: 1px solid currentColor;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
}
.cid-tPTNIKhIkZ .mbr-text {
  color: #ffffff;
}
.cid-tPTNIKhIkZ .figure {
  position: relative;
  display: inline-block;
  margin: auto;
  width: fit-content;
}
.cid-tPTNIKhIkZ .figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.cid-tPTNIKhIkZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tPTNIKhIkZ .title .num {
  width: 100%;
  padding-bottom: 1rem;
  display: block;
}
.cid-tPTNIKhIkZ .title .card-title {
  z-index: 1;
}
.cid-tPTNIKhIkZ .num {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPTNIKhIkZ * {
    text-align: center !important;
  }
  .cid-tPTNIKhIkZ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tPTNIKhIkZ .card-title,
.cid-tPTNIKhIkZ .card-img {
  color: #ffffff;
}
.cid-tPTNIKhIkZ .num,
.cid-tPTNIKhIkZ .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-tPTNIKhIkZ .mbr-figure-text {
  color: #ffffff;
}
.cid-tPTNMoq1mw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPTNMoq1mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPTNMoq1mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPTNMoq1mw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPTNMoq1mw .mbr-section-title {
  color: #ffffff;
}
.cid-tPTOzcYitd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tPTOzcYitd .container {
  max-width: 1600px;
}
.cid-tPTOzcYitd .row {
  justify-content: center;
}
.cid-tPTOzcYitd .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tPTOzcYitd .text-container {
    margin-bottom: 50px;
  }
}
.cid-tPTOzcYitd .mbr-section-title {
  color: #212132;
}
.cid-tPTOzcYitd .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tPTOzcYitd .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-tPTOzcYitd .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tPTOzcYitd .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-tPTOzcYitd .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tPTOzcYitd .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-tPTOzcYitd .card:hover {
  transform: scale(0.96);
}
.cid-tPTOzcYitd .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-tPTOzcYitd .card-wrapper {
    padding: 16px;
  }
}
.cid-tPTOzcYitd .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tPTOzcYitd .card-box {
    margin-bottom: 20px;
  }
}
.cid-tPTOzcYitd .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-tPTOzcYitd .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tPTOzcYitd .card-text {
    margin-top: 8px;
  }
}
.cid-tPTOzcYitd .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tPTOzcYitd .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-tPTOzcYitd .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tPTOzcYitd .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-tPTOzcYitd .card-img {
    height: auto;
  }
}
.cid-tPTOzcYitd .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tPTOzcYitd .card-title,
.cid-tPTOzcYitd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tPTOAoLIk6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tPTOAoLIk6 .container {
  max-width: 1600px;
}
.cid-tPTOAoLIk6 .row {
  justify-content: center;
}
.cid-tPTOAoLIk6 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tPTOAoLIk6 .text-container {
    margin-bottom: 50px;
  }
}
.cid-tPTOAoLIk6 .mbr-section-title {
  color: #212132;
}
.cid-tPTOAoLIk6 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tPTOAoLIk6 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-tPTOAoLIk6 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tPTOAoLIk6 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-tPTOAoLIk6 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tPTOAoLIk6 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-tPTOAoLIk6 .card:hover {
  transform: scale(0.96);
}
.cid-tPTOAoLIk6 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-tPTOAoLIk6 .card-wrapper {
    padding: 16px;
  }
}
.cid-tPTOAoLIk6 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tPTOAoLIk6 .card-box {
    margin-bottom: 20px;
  }
}
.cid-tPTOAoLIk6 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-tPTOAoLIk6 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tPTOAoLIk6 .card-text {
    margin-top: 8px;
  }
}
.cid-tPTOAoLIk6 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tPTOAoLIk6 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-tPTOAoLIk6 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tPTOAoLIk6 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-tPTOAoLIk6 .card-img {
    height: auto;
  }
}
.cid-tPTOAoLIk6 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tPTOAoLIk6 .card-title,
.cid-tPTOAoLIk6 .mbr-section-btn {
  text-align: center;
}
.cid-tPTUA5x9ze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tPTUA5x9ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPTUA5x9ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPTUA5x9ze .row {
  flex-direction: row-reverse;
}
.cid-tPTUA5x9ze .row {
  align-items: center;
}
.cid-tPTUA5x9ze .mbr-section-title {
  color: #ffffff;
}
.cid-tPTUA5x9ze .mbr-text,
.cid-tPTUA5x9ze .mbr-section-btn {
  color: #ffffff;
}
.cid-tPTVMgHVu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tPTVMgHVu6 .mbr-section-title {
  color: #ffffff;
}
.cid-tPTVMgHVu6 img {
  width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tPTVMgHVu6 img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tPTVMgHVu6 .wrapper {
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tPTVMgHVu6 .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPTVMgHVu6 .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tPTVMgHVu6 .card1 {
  background: #ffffff;
}
.cid-tPTVMgHVu6 .card2 {
  background: #353535;
}
.cid-tPTVMgHVu6 .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-tPTVMgHVu6 .mbr-section-title2 {
  color: #ffffff;
}
.cid-tPTVMgHVu6 .mbr-text1 {
  color: #04492e;
  text-align: center;
}
.cid-tPU7ypC3Wq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPU7ypC3Wq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPU7ypC3Wq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPU7ypC3Wq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPU7ypC3Wq .mbr-section-title {
  color: #f77f00;
}
.cid-tPU7pUzKv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPU7pUzKv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPU7pUzKv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPU7pUzKv0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPU7pUzKv0 .mbr-section-title {
  color: #f77f00;
}
.cid-tPU7Tt0Sl5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tPU7Tt0Sl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPU7Tt0Sl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPU7Tt0Sl5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tPU7Tt0Sl5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tPU7Tt0Sl5 .container {
    padding: 0 25px;
  }
}
.cid-tPU7Tt0Sl5 .row {
  justify-content: center;
}
.cid-tPU7Tt0Sl5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPU7Tt0Sl5 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-tPU7Tt0Sl5 .card {
    margin-bottom: 50px;
  }
}
.cid-tPU7Tt0Sl5 .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tPU7Tt0Sl5 .card .card-wrap {
    padding: 0;
  }
}
.cid-tPU7Tt0Sl5 .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-tPU7Tt0Sl5 .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #ffffff;
}
.cid-tPU7Tt0Sl5 .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tPU7Tt0Sl5 .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tPU7Tt0Sl5 .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-tPU7Tt0Sl5 .mbr-card-title {
  color: #E33030;
}
.cid-tPU7Tt0Sl5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPU7Tt0Sl5 .mbr-card-title,
.cid-tPU7Tt0Sl5 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tPU8tyV5co {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tPU8tyV5co .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPU8tyV5co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPU8tyV5co .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tPU8tyV5co .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tPU8tyV5co .container {
    padding: 0 25px;
  }
}
.cid-tPU8tyV5co .row {
  justify-content: center;
}
.cid-tPU8tyV5co .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tPU8tyV5co .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-tPU8tyV5co .card {
    margin-bottom: 50px;
  }
}
.cid-tPU8tyV5co .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tPU8tyV5co .card .card-wrap {
    padding: 0;
  }
}
.cid-tPU8tyV5co .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-tPU8tyV5co .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #ffffff;
}
.cid-tPU8tyV5co .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tPU8tyV5co .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tPU8tyV5co .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-tPU8tyV5co .mbr-card-title {
  color: #E33030;
}
.cid-tPU8tyV5co .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPU8tyV5co .mbr-card-title,
.cid-tPU8tyV5co .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tPUaG0l7wj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUaG0l7wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUaG0l7wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUaG0l7wj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUaG0l7wj .mbr-section-title {
  color: #f77f00;
}
.cid-tPUaHamTud {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUaHamTud .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUaHamTud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUaHamTud .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUaHamTud .mbr-section-title {
  color: #f77f00;
}
.cid-tPUa9TllKu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tPUa9TllKu .container {
  max-width: 1600px;
}
.cid-tPUa9TllKu .row {
  justify-content: center;
}
.cid-tPUa9TllKu .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tPUa9TllKu .text-container {
    margin-bottom: 50px;
  }
}
.cid-tPUa9TllKu .mbr-section-title {
  color: #212132;
}
.cid-tPUa9TllKu .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tPUa9TllKu .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-tPUa9TllKu .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-tPUa9TllKu .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-tPUa9TllKu .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tPUa9TllKu .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-tPUa9TllKu .card:hover {
  transform: scale(0.96);
}
.cid-tPUa9TllKu .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-tPUa9TllKu .card-wrapper {
    padding: 16px;
  }
}
.cid-tPUa9TllKu .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tPUa9TllKu .card-box {
    margin-bottom: 20px;
  }
}
.cid-tPUa9TllKu .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-tPUa9TllKu .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tPUa9TllKu .card-text {
    margin-top: 8px;
  }
}
.cid-tPUa9TllKu .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tPUa9TllKu .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-tPUa9TllKu .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tPUa9TllKu .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-tPUa9TllKu .card-img {
    height: auto;
  }
}
.cid-tPUa9TllKu .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tPUa9TllKu .card-title,
.cid-tPUa9TllKu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tPUbRUEI4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tPUbRUEI4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUbRUEI4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUbRUEI4x .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tPUbRUEI4x .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tPUbRUEI4x .container {
    padding: 0 16px;
  }
}
.cid-tPUbRUEI4x .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPUbRUEI4x .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tPUbRUEI4x .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPUbRUEI4x .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tPUbRUEI4x .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPUbRUEI4x .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tPUbRUEI4x .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-tPUbRUEI4x .image-wrapper {
    min-height: 300px;
  }
}
.cid-tPUbRUEI4x .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #08323c;
  border-radius: 40px;
  left: -68vh;
}
@media (max-width: 768px) {
  .cid-tPUbRUEI4x .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-tPUbRUEI4x .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tPUbRUEI4x .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  object-fit: cover;
  border-radius: 16px;
  left: 0;
}
@media (max-width: 768px) {
  .cid-tPUbRUEI4x .image-wrapper .sec-image {
    display: none;
  }
}
.cid-tPUbRUEI4x .mbr-section-title {
  color: #08323C;
}
.cid-tPUbRUEI4x .mbr-text {
  color: #ffffff;
}
.cid-tPUbRUEI4x .mbr-section-title,
.cid-tPUbRUEI4x .mbr-section-btn {
  color: #f77f00;
}
.cid-tPUcOosr8e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUcOosr8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUcOosr8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUcOosr8e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUcOosr8e .mbr-section-title {
  color: #f77f00;
}
.cid-tPUcPgUUBF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUcPgUUBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUcPgUUBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUcPgUUBF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUcPgUUBF .mbr-section-title {
  color: #ffffff;
}
.cid-tPUdqJ6a78 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUdqJ6a78 .mbr-section-title {
  margin-bottom: 24px;
  color: #14142b;
  text-align: center;
}
.cid-tPUdqJ6a78 .link-title {
  width: 100%;
  display: inline-block;
}
.cid-tPUdqJ6a78 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tPUdqJ6a78 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-tPUdqJ6a78 .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tPUdqJ6a78 .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-tPUdqJ6a78 .col-12.col-sm-6.col-lg-3:hover .number,
.cid-tPUdqJ6a78 .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #47b5ed !important;
}
.cid-tPUdqJ6a78 .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-tPUdqJ6a78 .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #ffffff;
  text-align: center;
}
.cid-tPUdqJ6a78 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-tPUdqJ6a78 .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-tPUdqJ6a78 .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tPUdqJ6a78 .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-tPUdqJ6a78 .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-tPUdqJ6a78 .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-tPUdqJ6a78 .col-12 {
    padding-top: 50px;
  }
  .cid-tPUdqJ6a78 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-tPUdqJ6a78 .wrap-img {
    margin-bottom: 30px;
  }
  .cid-tPUdqJ6a78 .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-tPUdqJ6a78 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-tPUdqJ6a78 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tPUdqJ6a78 .episode {
  color: #ffffff;
}
.cid-tPUdqJ6a78 .img-title {
  color: #ffffff;
}
.cid-tPUdqJ6a78 .margin {
  margin-right: 14px;
}
.cid-tPUdqJ6a78 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tPUdqJ6a78 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tPUdqJ6a78 .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-tPUdqJ6a78 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tPUdqJ6a78 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-tPUdqJ6a78 .card-text,
.cid-tPUdqJ6a78 .link-title {
  color: #fafafa;
  text-align: center;
}
.cid-tPUeN649Mi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUeN649Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUeN649Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUeN649Mi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUeN649Mi .mbr-section-title {
  color: #f77f00;
}
.cid-tPUeUD45o7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUeUD45o7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUeUD45o7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUeUD45o7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUeUD45o7 .mbr-section-title {
  color: #ffffff;
}
.cid-tPUfGNPKdD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tPUfGNPKdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUfGNPKdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPUfGNPKdD .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tPUfGNPKdD .container {
    padding: 0 12px;
  }
}
.cid-tPUfGNPKdD .row {
  justify-content: center;
}
.cid-tPUfGNPKdD .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tPUfGNPKdD .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tPUfGNPKdD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tPUfGNPKdD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPUfGNPKdD .card:hover .card-wrapper {
  border: 3px solid #ff6928;
  box-shadow: 4px 4px #ff6928;
}
@media (max-width: 992px) {
  .cid-tPUfGNPKdD .card {
    margin-bottom: 32px;
  }
}
.cid-tPUfGNPKdD .card .card-wrapper {
  padding: 32px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tPUfGNPKdD .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-tPUfGNPKdD .card .card-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-tPUfGNPKdD .card .card-wrapper .title-wrap .title {
  display: inline-flex;
  align-items: center;
}
.cid-tPUfGNPKdD .card .card-wrapper .title-wrap .title .mbr-iconfont {
  font-size: 40px;
  margin-right: 12px;
  color: #ff6928;
}
.cid-tPUfGNPKdD .card .card-wrapper .title-wrap .title .mbr-card-title {
  margin-bottom: 0;
}
.cid-tPUfGNPKdD .card .card-wrapper .link-wrap {
  display: block;
}
.cid-tPUfGNPKdD .card .card-wrapper .link-wrap:hover .mbr-link,
.cid-tPUfGNPKdD .card .card-wrapper .link-wrap:focus .mbr-link {
  text-decoration: underline;
}
.cid-tPUfGNPKdD .card .card-wrapper .link-wrap .mbr-link {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-tPUfGNPKdD .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tPUfGNPKdD .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tPUfGNPKdD .mbr-card-title {
  color: #222222;
}
.cid-tPUfGNPKdD .mbr-link,
.cid-tPUfGNPKdD .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-tPUfGNPKdD .mbr-card-title,
.cid-tPUfGNPKdD .title-wrap {
  text-align: center;
}
.cid-tPUgrrH2m3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUgrrH2m3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUgrrH2m3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUgrrH2m3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUgrrH2m3 .mbr-section-title {
  color: #ffffff;
}
.cid-tPUgwR7onq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUgwR7onq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUgwR7onq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUgwR7onq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUgwR7onq .mbr-section-title {
  color: #ffffff;
}
.cid-tPUh1xiqD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tPUh1xiqD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUh1xiqD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUh1xiqD9 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tPUh1xiqD9 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tPUh1xiqD9 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tPUh1xiqD9 .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tPUh1xiqD9 .card-title {
    margin-bottom: 20px;
  }
}
.cid-tPUh1xiqD9 .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tPUh1xiqD9 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tPUh1xiqD9 .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tPUlM3bKoF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUlM3bKoF .wrapper {
  background-color: #000000;
}
.cid-tPUlM3bKoF li {
  list-style-type: none;
}
.cid-tPUlM3bKoF .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tPUlM3bKoF .list-1 li {
  margin-bottom: 1rem;
}
.cid-tPUlM3bKoF .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tPUlM3bKoF .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tPUlM3bKoF .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tPUlM3bKoF ul {
  margin: 0;
}
.cid-tPUlM3bKoF .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tPUlM3bKoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUlM3bKoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUlM3bKoF .mbr-text {
  color: #ffffff;
}
.cid-tPUlM3bKoF .mbr-section-title {
  color: #ffffff;
}
.cid-tPUlM3bKoF .list1 {
  color: #ffffff;
}
.cid-tPUlM3bKoF .list2 {
  color: #ffffff;
}
.cid-tPRnG2CVh1 .navbar-dropdown {
  position: relative !important;
}
.cid-tPRnG2CVh1 .btn {
  line-height: 1.2;
}
.cid-tPRnG2CVh1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPRnG2CVh1 .nav-link {
  position: relative;
}
.cid-tPRnG2CVh1 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #40b0bf;
}
.cid-tPRnG2CVh1 .nav-link:hover {
  color: #40b0bf !important;
}
.cid-tPRnG2CVh1 .nav-link:hover:before {
  width: 100%;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPRnG2CVh1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPRnG2CVh1 .dropdown-item:hover,
.cid-tPRnG2CVh1 .dropdown-item:focus {
  background: #f77f00 !important;
  color: white !important;
}
.cid-tPRnG2CVh1 .dropdown-item:hover span {
  color: white;
}
.cid-tPRnG2CVh1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPRnG2CVh1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPRnG2CVh1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tPRnG2CVh1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPRnG2CVh1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tPRnG2CVh1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPRnG2CVh1 .navbar-nav {
  margin: auto;
}
.cid-tPRnG2CVh1 .dropdown-menu,
.cid-tPRnG2CVh1 .navbar.opened {
  background: #191919 !important;
}
.cid-tPRnG2CVh1 .nav-item:focus,
.cid-tPRnG2CVh1 .nav-link:focus {
  outline: none;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPRnG2CVh1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPRnG2CVh1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPRnG2CVh1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
}
.cid-tPRnG2CVh1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPRnG2CVh1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPRnG2CVh1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPRnG2CVh1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPRnG2CVh1 .navbar.collapsed {
  justify-content: center;
}
.cid-tPRnG2CVh1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPRnG2CVh1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPRnG2CVh1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPRnG2CVh1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPRnG2CVh1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPRnG2CVh1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPRnG2CVh1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPRnG2CVh1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPRnG2CVh1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPRnG2CVh1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPRnG2CVh1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPRnG2CVh1 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPRnG2CVh1 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tPRnG2CVh1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPRnG2CVh1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPRnG2CVh1 .dropdown-item.active,
.cid-tPRnG2CVh1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPRnG2CVh1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPRnG2CVh1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-tPRnG2CVh1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPRnG2CVh1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPRnG2CVh1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPRnG2CVh1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPRnG2CVh1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar {
    height: 70px;
  }
  .cid-tPRnG2CVh1 .navbar.opened {
    height: auto;
  }
  .cid-tPRnG2CVh1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ2EjLI2Xx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-tQ2EjLI2Xx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ2EjLI2Xx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tQ2EjLI2Xx .container {
    padding: 0 20px;
  }
}
.cid-tQ2EjLI2Xx .row {
  margin: 0;
}
.cid-tQ2EjLI2Xx .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQ2EjLI2Xx .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tQ2EjLI2Xx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tQ2EjLI2Xx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQ2EjLI2Xx .embla__slide .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tQ2EjLI2Xx .embla__slide .card-wrap {
    display: block;
  }
}
.cid-tQ2EjLI2Xx .embla__slide .card-wrap .content-wrap {
  width: 40%;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-tQ2EjLI2Xx .embla__slide .card-wrap .content-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cid-tQ2EjLI2Xx .embla__slide .card-wrap .content-wrap .number-wrap .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, #f5fd7b 50%, #6567ee);
  border-radius: 50%;
  margin-bottom: 32px;
}
.cid-tQ2EjLI2Xx .embla__slide .card-wrap .content-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tQ2EjLI2Xx .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQ2EjLI2Xx .embla__slide .card-wrap .content-wrap .mbr-text {
    margin-bottom: 0;
  }
}
.cid-tQ2EjLI2Xx .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-tQ2EjLI2Xx .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tQ2EjLI2Xx .embla__button--next,
.cid-tQ2EjLI2Xx .embla__button--prev {
  display: flex;
}
.cid-tQ2EjLI2Xx .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #47b5ed;
  border: 1px solid #f77f00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tQ2EjLI2Xx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQ2EjLI2Xx .embla__button:hover {
  background: #f77f00;
  color: #000000;
}
.cid-tQ2EjLI2Xx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tQ2EjLI2Xx .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tQ2EjLI2Xx .embla__button {
    top: auto;
  }
}
.cid-tQ2EjLI2Xx .embla {
  position: relative;
  width: 100%;
}
.cid-tQ2EjLI2Xx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQ2EjLI2Xx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQ2EjLI2Xx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQ2EjLI2Xx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tQ2EjLI2Xx .mbr-number {
  color: #000000;
}
.cid-tQ2EjLI2Xx .mbr-card-title {
  color: #f5fd7b;
}
.cid-tQ2EjLI2Xx .mbr-text {
  color: #ffffff;
}
.cid-tQ2w4juCXp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tQ2w4juCXp .mbr-text {
  color: #ffffff;
}
.cid-tQ2w4juCXp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQ2w4HOHFp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tQ2w4HOHFp .mbr-text {
  color: #ffffff;
}
.cid-tQ2w4HOHFp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQ2w7kFMRA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tQ2w7kFMRA .mbr-text {
  color: #ffffff;
}
.cid-tQ2w7kFMRA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPUlM3bKoF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUlM3bKoF .wrapper {
  background-color: #000000;
}
.cid-tPUlM3bKoF li {
  list-style-type: none;
}
.cid-tPUlM3bKoF .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tPUlM3bKoF .list-1 li {
  margin-bottom: 1rem;
}
.cid-tPUlM3bKoF .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tPUlM3bKoF .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tPUlM3bKoF .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tPUlM3bKoF ul {
  margin: 0;
}
.cid-tPUlM3bKoF .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tPUlM3bKoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUlM3bKoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUlM3bKoF .mbr-text {
  color: #ffffff;
}
.cid-tPUlM3bKoF .mbr-section-title {
  color: #ffffff;
}
.cid-tPUlM3bKoF .list1 {
  color: #ffffff;
}
.cid-tPUlM3bKoF .list2 {
  color: #ffffff;
}
.cid-tPRnG2CVh1 .navbar-dropdown {
  position: relative !important;
}
.cid-tPRnG2CVh1 .btn {
  line-height: 1.2;
}
.cid-tPRnG2CVh1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPRnG2CVh1 .nav-link {
  position: relative;
}
.cid-tPRnG2CVh1 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #40b0bf;
}
.cid-tPRnG2CVh1 .nav-link:hover {
  color: #40b0bf !important;
}
.cid-tPRnG2CVh1 .nav-link:hover:before {
  width: 100%;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPRnG2CVh1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPRnG2CVh1 .dropdown-item:hover,
.cid-tPRnG2CVh1 .dropdown-item:focus {
  background: #f77f00 !important;
  color: white !important;
}
.cid-tPRnG2CVh1 .dropdown-item:hover span {
  color: white;
}
.cid-tPRnG2CVh1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPRnG2CVh1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPRnG2CVh1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tPRnG2CVh1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPRnG2CVh1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tPRnG2CVh1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPRnG2CVh1 .navbar-nav {
  margin: auto;
}
.cid-tPRnG2CVh1 .dropdown-menu,
.cid-tPRnG2CVh1 .navbar.opened {
  background: #191919 !important;
}
.cid-tPRnG2CVh1 .nav-item:focus,
.cid-tPRnG2CVh1 .nav-link:focus {
  outline: none;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPRnG2CVh1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPRnG2CVh1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPRnG2CVh1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPRnG2CVh1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #191919;
}
.cid-tPRnG2CVh1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPRnG2CVh1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPRnG2CVh1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPRnG2CVh1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPRnG2CVh1 .navbar.collapsed {
  justify-content: center;
}
.cid-tPRnG2CVh1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPRnG2CVh1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPRnG2CVh1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPRnG2CVh1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPRnG2CVh1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPRnG2CVh1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPRnG2CVh1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPRnG2CVh1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPRnG2CVh1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPRnG2CVh1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPRnG2CVh1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPRnG2CVh1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPRnG2CVh1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPRnG2CVh1 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPRnG2CVh1 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tPRnG2CVh1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPRnG2CVh1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPRnG2CVh1 .dropdown-item.active,
.cid-tPRnG2CVh1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPRnG2CVh1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPRnG2CVh1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPRnG2CVh1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-tPRnG2CVh1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPRnG2CVh1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPRnG2CVh1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPRnG2CVh1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPRnG2CVh1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPRnG2CVh1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPRnG2CVh1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPRnG2CVh1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPRnG2CVh1 .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-tPRnG2CVh1 .navbar {
    height: 70px;
  }
  .cid-tPRnG2CVh1 .navbar.opened {
    height: auto;
  }
  .cid-tPRnG2CVh1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ2udfKdLg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tQ2udfKdLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ2udfKdLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tQ2udfKdLg .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tQ2udfKdLg P {
  max-width: 1200px;
}
.cid-tQ2udfKdLg .mbr-section-btn,
.cid-tQ2udfKdLg .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQ2udfKdLg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ2udfKdLg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tQ2udfKdLg .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tQ2udfKdLg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tQ2udfKdLg .mbr-section-title {
  color: #f77f00;
  text-align: center;
}
.cid-tQ2udfKdLg .mbr-text,
.cid-tQ2udfKdLg .mbr-section-btn {
  color: #ffffff;
}
.cid-tQ2udfKdLg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQ2qvHRI9M {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tQ2qvHRI9M .mbr-media {
  position: relative;
}
.cid-tQ2qvHRI9M .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tQ2qvHRI9M .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tQ2qvHRI9M .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tQ2qvHRI9M .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tQ2qvHRI9M .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tQ2qvHRI9M .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tQ2qvHRI9M .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-tQ2qvHRI9M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQ2qvHRI9M .mbr-section-title {
  color: #ffffff;
}
.cid-tQ2lFyIwQO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQ2lFyIwQO .mbr-text {
  color: #ffffff;
}
.cid-tQ2lFyIwQO .mbr-section-subtitle {
  color: #f77f00;
}
.cid-tQ2m3xZlgk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tQ2m3xZlgk .mbr-text {
  color: #ffffff;
}
.cid-tQ2m3xZlgk .mbr-section-subtitle {
  color: #f77f00;
}
.cid-tQ2m5zIDMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tQ2m5zIDMR .mbr-text {
  color: #ffffff;
}
.cid-tQ2m5zIDMR .mbr-section-subtitle {
  color: #f77f00;
}
.cid-tQ2m5zIDMR P {
  color: #ffffff;
}
.cid-tPUlM3bKoF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tPUlM3bKoF .wrapper {
  background-color: #000000;
}
.cid-tPUlM3bKoF li {
  list-style-type: none;
}
.cid-tPUlM3bKoF .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-tPUlM3bKoF .list-1 li {
  margin-bottom: 1rem;
}
.cid-tPUlM3bKoF .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-tPUlM3bKoF .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-tPUlM3bKoF .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-tPUlM3bKoF ul {
  margin: 0;
}
.cid-tPUlM3bKoF .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-tPUlM3bKoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPUlM3bKoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPUlM3bKoF .mbr-text {
  color: #ffffff;
}
.cid-tPUlM3bKoF .mbr-section-title {
  color: #ffffff;
}
.cid-tPUlM3bKoF .list1 {
  color: #ffffff;
}
.cid-tPUlM3bKoF .list2 {
  color: #ffffff;
}
