.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #6592e6 !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: #205ac5 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #6592e6;
}
/* 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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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='%236592e6' %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-tvRyvrjb0A .modal-body .close {
  background: #1b1b1b;
}
.cid-tvRyvrjb0A .modal-body .close span {
  font-style: normal;
}
.cid-tvRyvrjb0A .carousel-inner > .active,
.cid-tvRyvrjb0A .carousel-inner > .next,
.cid-tvRyvrjb0A .carousel-inner > .prev {
  display: flex;
}
.cid-tvRyvrjb0A .carousel-control .icon-next,
.cid-tvRyvrjb0A .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tvRyvrjb0A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvRyvrjb0A .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tvRyvrjb0A .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tvRyvrjb0A .boxed-slider > div {
  position: relative;
}
.cid-tvRyvrjb0A .container img {
  width: 100%;
}
.cid-tvRyvrjb0A .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tvRyvrjb0A .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tvRyvrjb0A .mbr-table-cell {
  padding: 0;
}
.cid-tvRyvrjb0A .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tvRyvrjb0A .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tvRyvrjb0A .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tvRyvrjb0A .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tvRyvrjb0A .carousel-item.active.right,
.cid-tvRyvrjb0A .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tvRyvrjb0A .carousel-item.active.left,
.cid-tvRyvrjb0A .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tvRyvrjb0A .carousel-item.active,
.cid-tvRyvrjb0A .carousel-item.next.left,
.cid-tvRyvrjb0A .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tvRyvrjb0A .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvRyvrjb0A .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-indicators li.active,
.cid-tvRyvrjb0A .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-indicators li::after,
.cid-tvRyvrjb0A .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tvRyvrjb0A .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tvRyvrjb0A .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tvRyvrjb0A .mbr-slider > .container img {
  width: 100%;
}
.cid-tvRyvrjb0A .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tvRyvrjb0A .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tvRyvrjb0A .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tvRyvrjb0A .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tvRyvrjb0A .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tvRyvrjb0A .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tvRyvrjb0A .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tvRyvrjb0A .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tvRyvrjb0A .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tvRyvrjb0A .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tvRyvrjb0A .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tvRyvrjb0A .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tvRyvrjb0A .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tvRyvrjb0A P {
  text-align: center;
}
.cid-tvRyvrjb0A H2 {
  text-align: center;
}
.cid-tufrJGbS9W {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tvRpYmZDXm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvRpYmZDXm img,
.cid-tvRpYmZDXm .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvRpYmZDXm .item:focus,
.cid-tvRpYmZDXm span:focus {
  outline: none;
}
.cid-tvRpYmZDXm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvRpYmZDXm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #9fdbf8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvRpYmZDXm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tvRpYmZDXm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvRpYmZDXm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tvRpYmZDXm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tvRpYmZDXm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvRpYmZDXm .mbr-section-title {
  color: #232323;
}
.cid-tvRpYmZDXm .mbr-text,
.cid-tvRpYmZDXm .mbr-section-btn {
  text-align: left;
}
.cid-tvRpYmZDXm .item-title {
  text-align: left;
  color: #40b0bf;
}
.cid-tvRpYmZDXm .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tuflzSv2fJ {
  z-index: 1000;
  width: 100%;
}
.cid-tuflzSv2fJ nav.navbar {
  position: fixed;
}
.cid-tuflzSv2fJ .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-tuflzSv2fJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuflzSv2fJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuflzSv2fJ .dropdown-item:hover,
.cid-tuflzSv2fJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tuflzSv2fJ .dropdown-item:hover span {
  color: white;
}
.cid-tuflzSv2fJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuflzSv2fJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuflzSv2fJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuflzSv2fJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuflzSv2fJ .nav-link {
  position: relative;
}
.cid-tuflzSv2fJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuflzSv2fJ .container {
    flex-wrap: nowrap;
  }
}
.cid-tuflzSv2fJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuflzSv2fJ .dropdown-menu,
.cid-tuflzSv2fJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tuflzSv2fJ .nav-item:focus,
.cid-tuflzSv2fJ .nav-link:focus {
  outline: none;
}
.cid-tuflzSv2fJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuflzSv2fJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuflzSv2fJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuflzSv2fJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuflzSv2fJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuflzSv2fJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuflzSv2fJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tuflzSv2fJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tuflzSv2fJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuflzSv2fJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tuflzSv2fJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuflzSv2fJ .navbar.collapsed {
  justify-content: center;
}
.cid-tuflzSv2fJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuflzSv2fJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuflzSv2fJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tuflzSv2fJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuflzSv2fJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuflzSv2fJ .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-tuflzSv2fJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuflzSv2fJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuflzSv2fJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuflzSv2fJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuflzSv2fJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuflzSv2fJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuflzSv2fJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuflzSv2fJ .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-tuflzSv2fJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuflzSv2fJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuflzSv2fJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuflzSv2fJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuflzSv2fJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuflzSv2fJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuflzSv2fJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuflzSv2fJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuflzSv2fJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuflzSv2fJ .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-tuflzSv2fJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuflzSv2fJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuflzSv2fJ .dropdown-item.active,
.cid-tuflzSv2fJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tuflzSv2fJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuflzSv2fJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuflzSv2fJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuflzSv2fJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuflzSv2fJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuflzSv2fJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuflzSv2fJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuflzSv2fJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuflzSv2fJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuflzSv2fJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tuflzSv2fJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuflzSv2fJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuflzSv2fJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuflzSv2fJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuflzSv2fJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuflzSv2fJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuflzSv2fJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuflzSv2fJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuflzSv2fJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuflzSv2fJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuflzSv2fJ .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-tuflzSv2fJ .navbar {
    height: 70px;
  }
  .cid-tuflzSv2fJ .navbar.opened {
    height: auto;
  }
  .cid-tuflzSv2fJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tufnrP2qZf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #98dee8;
}
.cid-tufnrP2qZf .title {
  margin-bottom: 2rem;
}
.cid-tufnrP2qZf .mbr-section-subtitle {
  color: #767676;
}
.cid-tufnrP2qZf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tufnrP2qZf a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tufnrP2qZf textarea.form-control {
  min-height: 188px;
}
.cid-tvRpOWPUvW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tvRpOWPUvW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tvRpOWPUvW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tvRpOWPUvW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvRpOWPUvW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tvRpOWPUvW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tvRpOWPUvW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tvRpOWPUvW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tvRpOWPUvW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tvRpOWPUvW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tvRpOWPUvW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tvRpOWPUvW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvRpOWPUvW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvRpOWPUvW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tvRpOWPUvW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tyu1C5xJwm .modal-body .close {
  background: #1b1b1b;
}
.cid-tyu1C5xJwm .modal-body .close span {
  font-style: normal;
}
.cid-tyu1C5xJwm .carousel-inner > .active,
.cid-tyu1C5xJwm .carousel-inner > .next,
.cid-tyu1C5xJwm .carousel-inner > .prev {
  display: flex;
}
.cid-tyu1C5xJwm .carousel-control .icon-next,
.cid-tyu1C5xJwm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tyu1C5xJwm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu1C5xJwm .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu1C5xJwm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tyu1C5xJwm .boxed-slider > div {
  position: relative;
}
.cid-tyu1C5xJwm .container img {
  width: 100%;
}
.cid-tyu1C5xJwm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tyu1C5xJwm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu1C5xJwm .mbr-table-cell {
  padding: 0;
}
.cid-tyu1C5xJwm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tyu1C5xJwm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tyu1C5xJwm .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu1C5xJwm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tyu1C5xJwm .carousel-item.active.right,
.cid-tyu1C5xJwm .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu1C5xJwm .carousel-item.active.left,
.cid-tyu1C5xJwm .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu1C5xJwm .carousel-item.active,
.cid-tyu1C5xJwm .carousel-item.next.left,
.cid-tyu1C5xJwm .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tyu1C5xJwm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyu1C5xJwm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-indicators li.active,
.cid-tyu1C5xJwm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-indicators li::after,
.cid-tyu1C5xJwm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tyu1C5xJwm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tyu1C5xJwm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tyu1C5xJwm .mbr-slider > .container img {
  width: 100%;
}
.cid-tyu1C5xJwm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tyu1C5xJwm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tyu1C5xJwm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu1C5xJwm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu1C5xJwm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tyu1C5xJwm .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tyu1C5xJwm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tyu1C5xJwm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tyu1C5xJwm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tyu1C5xJwm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu1C5xJwm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tyu1C5xJwm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tyu1C5xJwm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tyu1C5xJwm P {
  text-align: center;
}
.cid-tyu1C5xJwm H2 {
  text-align: center;
}
.cid-tyu1CaHG5H {
  z-index: 1000;
  width: 100%;
}
.cid-tyu1CaHG5H nav.navbar {
  position: fixed;
}
.cid-tyu1CaHG5H .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-tyu1CaHG5H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyu1CaHG5H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyu1CaHG5H .dropdown-item:hover,
.cid-tyu1CaHG5H .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tyu1CaHG5H .dropdown-item:hover span {
  color: white;
}
.cid-tyu1CaHG5H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyu1CaHG5H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyu1CaHG5H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyu1CaHG5H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyu1CaHG5H .nav-link {
  position: relative;
}
.cid-tyu1CaHG5H .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyu1CaHG5H .container {
    flex-wrap: nowrap;
  }
}
.cid-tyu1CaHG5H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyu1CaHG5H .dropdown-menu,
.cid-tyu1CaHG5H .navbar.opened {
  background: #ffffff !important;
}
.cid-tyu1CaHG5H .nav-item:focus,
.cid-tyu1CaHG5H .nav-link:focus {
  outline: none;
}
.cid-tyu1CaHG5H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyu1CaHG5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyu1CaHG5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyu1CaHG5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyu1CaHG5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyu1CaHG5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyu1CaHG5H .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tyu1CaHG5H .navbar.opened {
  transition: all 0.3s;
}
.cid-tyu1CaHG5H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyu1CaHG5H .navbar .navbar-logo img {
  width: auto;
}
.cid-tyu1CaHG5H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyu1CaHG5H .navbar.collapsed {
  justify-content: center;
}
.cid-tyu1CaHG5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyu1CaHG5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyu1CaHG5H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyu1CaHG5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyu1CaHG5H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyu1CaHG5H .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-tyu1CaHG5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyu1CaHG5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyu1CaHG5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyu1CaHG5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyu1CaHG5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyu1CaHG5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyu1CaHG5H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyu1CaHG5H .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-tyu1CaHG5H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyu1CaHG5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyu1CaHG5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyu1CaHG5H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyu1CaHG5H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyu1CaHG5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyu1CaHG5H .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyu1CaHG5H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyu1CaHG5H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyu1CaHG5H .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-tyu1CaHG5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyu1CaHG5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyu1CaHG5H .dropdown-item.active,
.cid-tyu1CaHG5H .dropdown-item:active {
  background-color: transparent;
}
.cid-tyu1CaHG5H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyu1CaHG5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyu1CaHG5H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyu1CaHG5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyu1CaHG5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyu1CaHG5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyu1CaHG5H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyu1CaHG5H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyu1CaHG5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyu1CaHG5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyu1CaHG5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyu1CaHG5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu1CaHG5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu1CaHG5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyu1CaHG5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu1CaHG5H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyu1CaHG5H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyu1CaHG5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu1CaHG5H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyu1CaHG5H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyu1CaHG5H .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-tyu1CaHG5H .navbar {
    height: 70px;
  }
  .cid-tyu1CaHG5H .navbar.opened {
    height: auto;
  }
  .cid-tyu1CaHG5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyu8MjqrEh {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tyu8Le2Vva {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyu8Le2Vva img,
.cid-tyu8Le2Vva .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tyu8Le2Vva .item:focus,
.cid-tyu8Le2Vva span:focus {
  outline: none;
}
.cid-tyu8Le2Vva .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyu8Le2Vva .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #9fdbf8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tyu8Le2Vva .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tyu8Le2Vva .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyu8Le2Vva .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tyu8Le2Vva .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tyu8Le2Vva .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyu8Le2Vva .mbr-section-title {
  color: #232323;
}
.cid-tyu8Le2Vva .mbr-text,
.cid-tyu8Le2Vva .mbr-section-btn {
  text-align: left;
}
.cid-tyu8Le2Vva .item-title {
  text-align: left;
  color: #40b0bf;
}
.cid-tyu8Le2Vva .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tyu1CbIXRO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #98dee8;
}
.cid-tyu1CbIXRO .title {
  margin-bottom: 2rem;
}
.cid-tyu1CbIXRO .mbr-section-subtitle {
  color: #767676;
}
.cid-tyu1CbIXRO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tyu1CbIXRO a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tyu1CbIXRO textarea.form-control {
  min-height: 188px;
}
.cid-tyu1Ccv3hr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tyu1Ccv3hr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tyu1Ccv3hr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tyu1Ccv3hr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tyu1Ccv3hr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tyu1Ccv3hr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tyu1Ccv3hr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tyu1Ccv3hr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tyu1Ccv3hr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyu1Ccv3hr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyu1Ccv3hr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tyu1Ccv3hr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu1Ccv3hr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyu1Ccv3hr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tyu1Ccv3hr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tyu1hxxRTQ .modal-body .close {
  background: #1b1b1b;
}
.cid-tyu1hxxRTQ .modal-body .close span {
  font-style: normal;
}
.cid-tyu1hxxRTQ .carousel-inner > .active,
.cid-tyu1hxxRTQ .carousel-inner > .next,
.cid-tyu1hxxRTQ .carousel-inner > .prev {
  display: flex;
}
.cid-tyu1hxxRTQ .carousel-control .icon-next,
.cid-tyu1hxxRTQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tyu1hxxRTQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu1hxxRTQ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu1hxxRTQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tyu1hxxRTQ .boxed-slider > div {
  position: relative;
}
.cid-tyu1hxxRTQ .container img {
  width: 100%;
}
.cid-tyu1hxxRTQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tyu1hxxRTQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu1hxxRTQ .mbr-table-cell {
  padding: 0;
}
.cid-tyu1hxxRTQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tyu1hxxRTQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tyu1hxxRTQ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu1hxxRTQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tyu1hxxRTQ .carousel-item.active.right,
.cid-tyu1hxxRTQ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu1hxxRTQ .carousel-item.active.left,
.cid-tyu1hxxRTQ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu1hxxRTQ .carousel-item.active,
.cid-tyu1hxxRTQ .carousel-item.next.left,
.cid-tyu1hxxRTQ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tyu1hxxRTQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-indicators li.active,
.cid-tyu1hxxRTQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-indicators li::after,
.cid-tyu1hxxRTQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tyu1hxxRTQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tyu1hxxRTQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tyu1hxxRTQ .mbr-slider > .container img {
  width: 100%;
}
.cid-tyu1hxxRTQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tyu1hxxRTQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tyu1hxxRTQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu1hxxRTQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu1hxxRTQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tyu1hxxRTQ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tyu1hxxRTQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tyu1hxxRTQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tyu1hxxRTQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tyu1hxxRTQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu1hxxRTQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tyu1hxxRTQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tyu1hxxRTQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tyu1hxxRTQ P {
  text-align: center;
}
.cid-tyu1hxxRTQ H2 {
  text-align: center;
}
.cid-tyu8qk0mLj {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tzTlUmCeHF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzTlUmCeHF img,
.cid-tzTlUmCeHF .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tzTlUmCeHF .item:focus,
.cid-tzTlUmCeHF span:focus {
  outline: none;
}
.cid-tzTlUmCeHF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzTlUmCeHF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #9fdbf8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzTlUmCeHF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tzTlUmCeHF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzTlUmCeHF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tzTlUmCeHF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tzTlUmCeHF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzTlUmCeHF .mbr-section-title {
  color: #232323;
}
.cid-tzTlUmCeHF .mbr-text,
.cid-tzTlUmCeHF .mbr-section-btn {
  text-align: left;
}
.cid-tzTlUmCeHF .item-title {
  text-align: left;
  color: #40b0bf;
}
.cid-tzTlUmCeHF .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tzTlXwM1cG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #98dee8;
}
.cid-tzTlXwM1cG .title {
  margin-bottom: 2rem;
}
.cid-tzTlXwM1cG .mbr-section-subtitle {
  color: #767676;
}
.cid-tzTlXwM1cG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tzTlXwM1cG a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tzTlXwM1cG textarea.form-control {
  min-height: 188px;
}
.cid-tyu1hCl8Da {
  z-index: 1000;
  width: 100%;
}
.cid-tyu1hCl8Da nav.navbar {
  position: fixed;
}
.cid-tyu1hCl8Da .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-tyu1hCl8Da .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyu1hCl8Da .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyu1hCl8Da .dropdown-item:hover,
.cid-tyu1hCl8Da .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tyu1hCl8Da .dropdown-item:hover span {
  color: white;
}
.cid-tyu1hCl8Da .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyu1hCl8Da .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyu1hCl8Da .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyu1hCl8Da .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyu1hCl8Da .nav-link {
  position: relative;
}
.cid-tyu1hCl8Da .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyu1hCl8Da .container {
    flex-wrap: nowrap;
  }
}
.cid-tyu1hCl8Da .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyu1hCl8Da .dropdown-menu,
.cid-tyu1hCl8Da .navbar.opened {
  background: #ffffff !important;
}
.cid-tyu1hCl8Da .nav-item:focus,
.cid-tyu1hCl8Da .nav-link:focus {
  outline: none;
}
.cid-tyu1hCl8Da .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyu1hCl8Da .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyu1hCl8Da .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyu1hCl8Da .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyu1hCl8Da .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyu1hCl8Da .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyu1hCl8Da .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tyu1hCl8Da .navbar.opened {
  transition: all 0.3s;
}
.cid-tyu1hCl8Da .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyu1hCl8Da .navbar .navbar-logo img {
  width: auto;
}
.cid-tyu1hCl8Da .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyu1hCl8Da .navbar.collapsed {
  justify-content: center;
}
.cid-tyu1hCl8Da .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyu1hCl8Da .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyu1hCl8Da .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyu1hCl8Da .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyu1hCl8Da .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyu1hCl8Da .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-tyu1hCl8Da .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyu1hCl8Da .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyu1hCl8Da .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyu1hCl8Da .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyu1hCl8Da .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyu1hCl8Da .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyu1hCl8Da .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyu1hCl8Da .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-tyu1hCl8Da .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyu1hCl8Da .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyu1hCl8Da .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyu1hCl8Da .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyu1hCl8Da .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyu1hCl8Da .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyu1hCl8Da .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyu1hCl8Da .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyu1hCl8Da .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyu1hCl8Da .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-tyu1hCl8Da .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyu1hCl8Da .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyu1hCl8Da .dropdown-item.active,
.cid-tyu1hCl8Da .dropdown-item:active {
  background-color: transparent;
}
.cid-tyu1hCl8Da .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyu1hCl8Da .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyu1hCl8Da .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyu1hCl8Da .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyu1hCl8Da .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyu1hCl8Da .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyu1hCl8Da ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyu1hCl8Da .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyu1hCl8Da button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyu1hCl8Da button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyu1hCl8Da button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyu1hCl8Da button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu1hCl8Da button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu1hCl8Da button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyu1hCl8Da nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu1hCl8Da nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyu1hCl8Da nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyu1hCl8Da nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu1hCl8Da .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyu1hCl8Da a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyu1hCl8Da .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-tyu1hCl8Da .navbar {
    height: 70px;
  }
  .cid-tyu1hCl8Da .navbar.opened {
    height: auto;
  }
  .cid-tyu1hCl8Da .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyu1hEs2fO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tyu1hEs2fO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tyu1hEs2fO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tyu1hEs2fO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tyu1hEs2fO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tyu1hEs2fO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tyu1hEs2fO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tyu1hEs2fO .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tyu1hEs2fO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyu1hEs2fO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyu1hEs2fO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tyu1hEs2fO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu1hEs2fO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyu1hEs2fO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tyu1hEs2fO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tyu0wFT9RB .modal-body .close {
  background: #1b1b1b;
}
.cid-tyu0wFT9RB .modal-body .close span {
  font-style: normal;
}
.cid-tyu0wFT9RB .carousel-inner > .active,
.cid-tyu0wFT9RB .carousel-inner > .next,
.cid-tyu0wFT9RB .carousel-inner > .prev {
  display: flex;
}
.cid-tyu0wFT9RB .carousel-control .icon-next,
.cid-tyu0wFT9RB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tyu0wFT9RB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu0wFT9RB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu0wFT9RB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tyu0wFT9RB .boxed-slider > div {
  position: relative;
}
.cid-tyu0wFT9RB .container img {
  width: 100%;
}
.cid-tyu0wFT9RB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tyu0wFT9RB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu0wFT9RB .mbr-table-cell {
  padding: 0;
}
.cid-tyu0wFT9RB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tyu0wFT9RB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tyu0wFT9RB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu0wFT9RB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tyu0wFT9RB .carousel-item.active.right,
.cid-tyu0wFT9RB .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu0wFT9RB .carousel-item.active.left,
.cid-tyu0wFT9RB .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu0wFT9RB .carousel-item.active,
.cid-tyu0wFT9RB .carousel-item.next.left,
.cid-tyu0wFT9RB .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tyu0wFT9RB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyu0wFT9RB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-indicators li.active,
.cid-tyu0wFT9RB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-indicators li::after,
.cid-tyu0wFT9RB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tyu0wFT9RB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tyu0wFT9RB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tyu0wFT9RB .mbr-slider > .container img {
  width: 100%;
}
.cid-tyu0wFT9RB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tyu0wFT9RB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tyu0wFT9RB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu0wFT9RB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu0wFT9RB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tyu0wFT9RB .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tyu0wFT9RB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tyu0wFT9RB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tyu0wFT9RB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tyu0wFT9RB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu0wFT9RB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tyu0wFT9RB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tyu0wFT9RB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tyu0wFT9RB P {
  text-align: center;
}
.cid-tyu0wFT9RB H2 {
  text-align: center;
}
.cid-tyu0wHJVFM {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tzTjoqQD3y {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tzTicz007g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzTicz007g img,
.cid-tzTicz007g .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tzTicz007g .item:focus,
.cid-tzTicz007g span:focus {
  outline: none;
}
.cid-tzTicz007g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzTicz007g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #9fdbf8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzTicz007g .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tzTicz007g .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzTicz007g .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tzTicz007g .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tzTicz007g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzTicz007g .mbr-section-title {
  color: #232323;
}
.cid-tzTicz007g .mbr-text,
.cid-tzTicz007g .mbr-section-btn {
  text-align: left;
}
.cid-tzTicz007g .item-title {
  text-align: left;
  color: #40b0bf;
}
.cid-tzTicz007g .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tzTiBQ0FDg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #98dee8;
}
.cid-tzTiBQ0FDg .title {
  margin-bottom: 2rem;
}
.cid-tzTiBQ0FDg .mbr-section-subtitle {
  color: #767676;
}
.cid-tzTiBQ0FDg a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tzTiBQ0FDg a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tzTiBQ0FDg textarea.form-control {
  min-height: 188px;
}
.cid-tyu0wKUBud {
  z-index: 1000;
  width: 100%;
}
.cid-tyu0wKUBud nav.navbar {
  position: fixed;
}
.cid-tyu0wKUBud .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-tyu0wKUBud .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyu0wKUBud .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyu0wKUBud .dropdown-item:hover,
.cid-tyu0wKUBud .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tyu0wKUBud .dropdown-item:hover span {
  color: white;
}
.cid-tyu0wKUBud .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyu0wKUBud .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyu0wKUBud .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyu0wKUBud .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyu0wKUBud .nav-link {
  position: relative;
}
.cid-tyu0wKUBud .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyu0wKUBud .container {
    flex-wrap: nowrap;
  }
}
.cid-tyu0wKUBud .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyu0wKUBud .dropdown-menu,
.cid-tyu0wKUBud .navbar.opened {
  background: #ffffff !important;
}
.cid-tyu0wKUBud .nav-item:focus,
.cid-tyu0wKUBud .nav-link:focus {
  outline: none;
}
.cid-tyu0wKUBud .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyu0wKUBud .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyu0wKUBud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyu0wKUBud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyu0wKUBud .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyu0wKUBud .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyu0wKUBud .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tyu0wKUBud .navbar.opened {
  transition: all 0.3s;
}
.cid-tyu0wKUBud .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyu0wKUBud .navbar .navbar-logo img {
  width: auto;
}
.cid-tyu0wKUBud .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyu0wKUBud .navbar.collapsed {
  justify-content: center;
}
.cid-tyu0wKUBud .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyu0wKUBud .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyu0wKUBud .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyu0wKUBud .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyu0wKUBud .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyu0wKUBud .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-tyu0wKUBud .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyu0wKUBud .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyu0wKUBud .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyu0wKUBud .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyu0wKUBud .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyu0wKUBud .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyu0wKUBud .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyu0wKUBud .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-tyu0wKUBud .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyu0wKUBud .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyu0wKUBud .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyu0wKUBud .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyu0wKUBud .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyu0wKUBud .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyu0wKUBud .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyu0wKUBud .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyu0wKUBud .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyu0wKUBud .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-tyu0wKUBud .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyu0wKUBud .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyu0wKUBud .dropdown-item.active,
.cid-tyu0wKUBud .dropdown-item:active {
  background-color: transparent;
}
.cid-tyu0wKUBud .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyu0wKUBud .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyu0wKUBud .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyu0wKUBud .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyu0wKUBud .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyu0wKUBud .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyu0wKUBud ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyu0wKUBud .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyu0wKUBud button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyu0wKUBud button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyu0wKUBud button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyu0wKUBud button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu0wKUBud button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu0wKUBud button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyu0wKUBud nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu0wKUBud nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyu0wKUBud nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyu0wKUBud nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu0wKUBud .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyu0wKUBud a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyu0wKUBud .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-tyu0wKUBud .navbar {
    height: 70px;
  }
  .cid-tyu0wKUBud .navbar.opened {
    height: auto;
  }
  .cid-tyu0wKUBud .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyu0wNeMQq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tyu0wNeMQq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tyu0wNeMQq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tyu0wNeMQq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tyu0wNeMQq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tyu0wNeMQq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tyu0wNeMQq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tyu0wNeMQq .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tyu0wNeMQq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyu0wNeMQq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyu0wNeMQq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tyu0wNeMQq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu0wNeMQq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyu0wNeMQq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tyu0wNeMQq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tyu2vY8D7u .modal-body .close {
  background: #1b1b1b;
}
.cid-tyu2vY8D7u .modal-body .close span {
  font-style: normal;
}
.cid-tyu2vY8D7u .carousel-inner > .active,
.cid-tyu2vY8D7u .carousel-inner > .next,
.cid-tyu2vY8D7u .carousel-inner > .prev {
  display: flex;
}
.cid-tyu2vY8D7u .carousel-control .icon-next,
.cid-tyu2vY8D7u .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tyu2vY8D7u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu2vY8D7u .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu2vY8D7u .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tyu2vY8D7u .boxed-slider > div {
  position: relative;
}
.cid-tyu2vY8D7u .container img {
  width: 100%;
}
.cid-tyu2vY8D7u .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tyu2vY8D7u .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu2vY8D7u .mbr-table-cell {
  padding: 0;
}
.cid-tyu2vY8D7u .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tyu2vY8D7u .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tyu2vY8D7u .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu2vY8D7u .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tyu2vY8D7u .carousel-item.active.right,
.cid-tyu2vY8D7u .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu2vY8D7u .carousel-item.active.left,
.cid-tyu2vY8D7u .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu2vY8D7u .carousel-item.active,
.cid-tyu2vY8D7u .carousel-item.next.left,
.cid-tyu2vY8D7u .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tyu2vY8D7u .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyu2vY8D7u .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-indicators li.active,
.cid-tyu2vY8D7u .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-indicators li::after,
.cid-tyu2vY8D7u .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tyu2vY8D7u .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tyu2vY8D7u .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tyu2vY8D7u .mbr-slider > .container img {
  width: 100%;
}
.cid-tyu2vY8D7u .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tyu2vY8D7u .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tyu2vY8D7u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu2vY8D7u .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu2vY8D7u .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tyu2vY8D7u .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tyu2vY8D7u .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tyu2vY8D7u .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tyu2vY8D7u .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tyu2vY8D7u .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu2vY8D7u .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tyu2vY8D7u .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tyu2vY8D7u .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tyu2vY8D7u P {
  text-align: center;
}
.cid-tyu2vY8D7u H2 {
  text-align: center;
}
.cid-tyu2vZe9ER {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tyu927RzoO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyu927RzoO img,
.cid-tyu927RzoO .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tyu927RzoO .item:focus,
.cid-tyu927RzoO span:focus {
  outline: none;
}
.cid-tyu927RzoO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyu927RzoO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #9fdbf8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tyu927RzoO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tyu927RzoO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyu927RzoO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tyu927RzoO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tyu927RzoO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyu927RzoO .mbr-section-title {
  color: #232323;
}
.cid-tyu927RzoO .mbr-text,
.cid-tyu927RzoO .mbr-section-btn {
  text-align: left;
}
.cid-tyu927RzoO .item-title {
  text-align: left;
  color: #40b0bf;
}
.cid-tyu927RzoO .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tyu2w2SJiY {
  z-index: 1000;
  width: 100%;
}
.cid-tyu2w2SJiY nav.navbar {
  position: fixed;
}
.cid-tyu2w2SJiY .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-tyu2w2SJiY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyu2w2SJiY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyu2w2SJiY .dropdown-item:hover,
.cid-tyu2w2SJiY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tyu2w2SJiY .dropdown-item:hover span {
  color: white;
}
.cid-tyu2w2SJiY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyu2w2SJiY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyu2w2SJiY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyu2w2SJiY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyu2w2SJiY .nav-link {
  position: relative;
}
.cid-tyu2w2SJiY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyu2w2SJiY .container {
    flex-wrap: nowrap;
  }
}
.cid-tyu2w2SJiY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyu2w2SJiY .dropdown-menu,
.cid-tyu2w2SJiY .navbar.opened {
  background: #ffffff !important;
}
.cid-tyu2w2SJiY .nav-item:focus,
.cid-tyu2w2SJiY .nav-link:focus {
  outline: none;
}
.cid-tyu2w2SJiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyu2w2SJiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyu2w2SJiY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyu2w2SJiY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyu2w2SJiY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyu2w2SJiY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyu2w2SJiY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tyu2w2SJiY .navbar.opened {
  transition: all 0.3s;
}
.cid-tyu2w2SJiY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyu2w2SJiY .navbar .navbar-logo img {
  width: auto;
}
.cid-tyu2w2SJiY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyu2w2SJiY .navbar.collapsed {
  justify-content: center;
}
.cid-tyu2w2SJiY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyu2w2SJiY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyu2w2SJiY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyu2w2SJiY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyu2w2SJiY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyu2w2SJiY .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-tyu2w2SJiY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyu2w2SJiY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyu2w2SJiY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyu2w2SJiY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyu2w2SJiY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyu2w2SJiY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyu2w2SJiY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyu2w2SJiY .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-tyu2w2SJiY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyu2w2SJiY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyu2w2SJiY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyu2w2SJiY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyu2w2SJiY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyu2w2SJiY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyu2w2SJiY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyu2w2SJiY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyu2w2SJiY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyu2w2SJiY .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-tyu2w2SJiY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyu2w2SJiY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyu2w2SJiY .dropdown-item.active,
.cid-tyu2w2SJiY .dropdown-item:active {
  background-color: transparent;
}
.cid-tyu2w2SJiY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyu2w2SJiY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyu2w2SJiY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyu2w2SJiY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyu2w2SJiY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyu2w2SJiY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyu2w2SJiY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyu2w2SJiY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyu2w2SJiY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyu2w2SJiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyu2w2SJiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyu2w2SJiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu2w2SJiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu2w2SJiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyu2w2SJiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu2w2SJiY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyu2w2SJiY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyu2w2SJiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu2w2SJiY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyu2w2SJiY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyu2w2SJiY .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-tyu2w2SJiY .navbar {
    height: 70px;
  }
  .cid-tyu2w2SJiY .navbar.opened {
    height: auto;
  }
  .cid-tyu2w2SJiY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyu2w3PUKC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #98dee8;
}
.cid-tyu2w3PUKC .title {
  margin-bottom: 2rem;
}
.cid-tyu2w3PUKC .mbr-section-subtitle {
  color: #767676;
}
.cid-tyu2w3PUKC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tyu2w3PUKC a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tyu2w3PUKC textarea.form-control {
  min-height: 188px;
}
.cid-tyu2w4Ezfr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tyu2w4Ezfr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tyu2w4Ezfr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tyu2w4Ezfr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tyu2w4Ezfr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tyu2w4Ezfr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tyu2w4Ezfr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tyu2w4Ezfr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tyu2w4Ezfr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyu2w4Ezfr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyu2w4Ezfr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tyu2w4Ezfr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu2w4Ezfr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyu2w4Ezfr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tyu2w4Ezfr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tyu5zPFGMt .modal-body .close {
  background: #1b1b1b;
}
.cid-tyu5zPFGMt .modal-body .close span {
  font-style: normal;
}
.cid-tyu5zPFGMt .carousel-inner > .active,
.cid-tyu5zPFGMt .carousel-inner > .next,
.cid-tyu5zPFGMt .carousel-inner > .prev {
  display: flex;
}
.cid-tyu5zPFGMt .carousel-control .icon-next,
.cid-tyu5zPFGMt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tyu5zPFGMt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu5zPFGMt .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu5zPFGMt .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tyu5zPFGMt .boxed-slider > div {
  position: relative;
}
.cid-tyu5zPFGMt .container img {
  width: 100%;
}
.cid-tyu5zPFGMt .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tyu5zPFGMt .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu5zPFGMt .mbr-table-cell {
  padding: 0;
}
.cid-tyu5zPFGMt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tyu5zPFGMt .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tyu5zPFGMt .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu5zPFGMt .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tyu5zPFGMt .carousel-item.active.right,
.cid-tyu5zPFGMt .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu5zPFGMt .carousel-item.active.left,
.cid-tyu5zPFGMt .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tyu5zPFGMt .carousel-item.active,
.cid-tyu5zPFGMt .carousel-item.next.left,
.cid-tyu5zPFGMt .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tyu5zPFGMt .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tyu5zPFGMt .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-indicators li.active,
.cid-tyu5zPFGMt .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-indicators li::after,
.cid-tyu5zPFGMt .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tyu5zPFGMt .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tyu5zPFGMt .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tyu5zPFGMt .mbr-slider > .container img {
  width: 100%;
}
.cid-tyu5zPFGMt .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tyu5zPFGMt .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tyu5zPFGMt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tyu5zPFGMt .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tyu5zPFGMt .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tyu5zPFGMt .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tyu5zPFGMt .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tyu5zPFGMt .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tyu5zPFGMt .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tyu5zPFGMt .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tyu5zPFGMt .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tyu5zPFGMt .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tyu5zPFGMt .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tyu5zPFGMt P {
  text-align: center;
}
.cid-tyu5zPFGMt H2 {
  text-align: center;
}
.cid-tyu5zRZ83A {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tyu5zWKUFS {
  z-index: 1000;
  width: 100%;
}
.cid-tyu5zWKUFS nav.navbar {
  position: fixed;
}
.cid-tyu5zWKUFS .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-tyu5zWKUFS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyu5zWKUFS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyu5zWKUFS .dropdown-item:hover,
.cid-tyu5zWKUFS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tyu5zWKUFS .dropdown-item:hover span {
  color: white;
}
.cid-tyu5zWKUFS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyu5zWKUFS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyu5zWKUFS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyu5zWKUFS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyu5zWKUFS .nav-link {
  position: relative;
}
.cid-tyu5zWKUFS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyu5zWKUFS .container {
    flex-wrap: nowrap;
  }
}
.cid-tyu5zWKUFS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyu5zWKUFS .dropdown-menu,
.cid-tyu5zWKUFS .navbar.opened {
  background: #ffffff !important;
}
.cid-tyu5zWKUFS .nav-item:focus,
.cid-tyu5zWKUFS .nav-link:focus {
  outline: none;
}
.cid-tyu5zWKUFS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyu5zWKUFS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyu5zWKUFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyu5zWKUFS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyu5zWKUFS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyu5zWKUFS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyu5zWKUFS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tyu5zWKUFS .navbar.opened {
  transition: all 0.3s;
}
.cid-tyu5zWKUFS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyu5zWKUFS .navbar .navbar-logo img {
  width: auto;
}
.cid-tyu5zWKUFS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyu5zWKUFS .navbar.collapsed {
  justify-content: center;
}
.cid-tyu5zWKUFS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyu5zWKUFS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyu5zWKUFS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyu5zWKUFS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyu5zWKUFS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyu5zWKUFS .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-tyu5zWKUFS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyu5zWKUFS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyu5zWKUFS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyu5zWKUFS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyu5zWKUFS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyu5zWKUFS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyu5zWKUFS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyu5zWKUFS .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-tyu5zWKUFS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyu5zWKUFS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyu5zWKUFS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyu5zWKUFS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyu5zWKUFS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyu5zWKUFS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyu5zWKUFS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyu5zWKUFS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyu5zWKUFS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyu5zWKUFS .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-tyu5zWKUFS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyu5zWKUFS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyu5zWKUFS .dropdown-item.active,
.cid-tyu5zWKUFS .dropdown-item:active {
  background-color: transparent;
}
.cid-tyu5zWKUFS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyu5zWKUFS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyu5zWKUFS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyu5zWKUFS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyu5zWKUFS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyu5zWKUFS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyu5zWKUFS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyu5zWKUFS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyu5zWKUFS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyu5zWKUFS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyu5zWKUFS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyu5zWKUFS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu5zWKUFS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyu5zWKUFS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyu5zWKUFS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu5zWKUFS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyu5zWKUFS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyu5zWKUFS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyu5zWKUFS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyu5zWKUFS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyu5zWKUFS .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-tyu5zWKUFS .navbar {
    height: 70px;
  }
  .cid-tyu5zWKUFS .navbar.opened {
    height: auto;
  }
  .cid-tyu5zWKUFS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyu5zZq52r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tyu5zZq52r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tyu5zZq52r .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tyu5zZq52r .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tyu5zZq52r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tyu5zZq52r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tyu5zZq52r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tyu5zZq52r .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tyu5zZq52r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyu5zZq52r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyu5zZq52r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tyu5zZq52r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyu5zZq52r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tyu5zZq52r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tyu5zZq52r .media-container-row .row-copirayt p {
  width: 100%;
}
