.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'IRKoodak';
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-2 {
  font-family: 'IRKoodak';
  font-size: 1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'IRKoodak';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'IRKoodak';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'IRKoodak';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 0.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #ffcf00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #0f7699 !important;
}
.bg-danger {
  background-color: #073b4c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
  color: #000000 !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: #a88900 !important;
  border-color: #a88900 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a88900 !important;
  border-color: #a88900 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #07394a !important;
  border-color: #07394a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #07394a !important;
  border-color: #07394a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #073b4c !important;
  border-color: #073b4c !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffcf00;
  color: #ffcf00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88900 !important;
  background-color: transparent!important;
  border-color: #a88900 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcf00 !important;
  border-color: #ffcf00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #0f7699;
  color: #0f7699;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #07394a !important;
  background-color: transparent!important;
  border-color: #07394a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #073b4c;
  color: #073b4c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !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: #ffcf00 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #0f7699 !important;
}
.text-danger {
  color: #073b4c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #997c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !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: #062e3c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffcf00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #0f7699;
}
.alert-danger {
  background-color: #073b4c;
}
.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: #ffcf00;
  border-color: #ffcf00;
  color: #191500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffcf00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.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: #3cbfec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4ac6ee;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IRKoodak';
  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: #ffcf00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IRKoodak';
  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: #ffcf00;
}
/* 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: #ffcf00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffcf00;
}
.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: #ffcf00;
  border-bottom-color: #ffcf00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffcf00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%23ffcf00' %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-uynHSIsI8w .navbar {
  padding: .5rem 0;
  background: #0f7699;
  transition: none;
  min-height: 77px;
}
.cid-uynHSIsI8w .navbar-dropdown.bg-color.transparent.opened {
  background: #0f7699;
}
.cid-uynHSIsI8w a {
  font-style: normal;
}
.cid-uynHSIsI8w .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uynHSIsI8w .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uynHSIsI8w .nav-item:focus,
.cid-uynHSIsI8w .nav-link:focus {
  outline: none;
}
.cid-uynHSIsI8w .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uynHSIsI8w .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uynHSIsI8w .menu-logo {
  margin-right: auto;
}
.cid-uynHSIsI8w .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uynHSIsI8w .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uynHSIsI8w .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uynHSIsI8w .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uynHSIsI8w .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uynHSIsI8w .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uynHSIsI8w .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uynHSIsI8w .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uynHSIsI8w .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uynHSIsI8w .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uynHSIsI8w .dropdown .dropdown-menu {
  background: #0f7699;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uynHSIsI8w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uynHSIsI8w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uynHSIsI8w .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uynHSIsI8w .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uynHSIsI8w .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uynHSIsI8w .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uynHSIsI8w .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uynHSIsI8w .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uynHSIsI8w .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uynHSIsI8w .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uynHSIsI8w .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uynHSIsI8w button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uynHSIsI8w button.navbar-toggler:focus {
  outline: none;
}
.cid-uynHSIsI8w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f9f9;
}
.cid-uynHSIsI8w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uynHSIsI8w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uynHSIsI8w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uynHSIsI8w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uynHSIsI8w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uynHSIsI8w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uynHSIsI8w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uynHSIsI8w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uynHSIsI8w .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uynHSIsI8w .collapsed .btn {
  display: flex;
}
.cid-uynHSIsI8w .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uynHSIsI8w .collapsed .navbar-collapse.collapsing,
.cid-uynHSIsI8w .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uynHSIsI8w .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uynHSIsI8w .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uynHSIsI8w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uynHSIsI8w .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uynHSIsI8w .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uynHSIsI8w .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uynHSIsI8w .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uynHSIsI8w .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uynHSIsI8w .collapsed button.navbar-toggler {
  display: block;
}
.cid-uynHSIsI8w .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uynHSIsI8w .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uynHSIsI8w .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uynHSIsI8w .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uynHSIsI8w .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uynHSIsI8w .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uynHSIsI8w .navbar-expand {
    flex-direction: column;
  }
  .cid-uynHSIsI8w img {
    height: 3.8rem !important;
  }
  .cid-uynHSIsI8w .btn {
    display: flex;
  }
  .cid-uynHSIsI8w button.navbar-toggler {
    display: block;
  }
  .cid-uynHSIsI8w .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uynHSIsI8w .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uynHSIsI8w .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uynHSIsI8w .navbar-collapse.collapsing,
  .cid-uynHSIsI8w .navbar-collapse.show {
    display: block !important;
  }
  .cid-uynHSIsI8w .navbar-collapse.collapsing .navbar-nav,
  .cid-uynHSIsI8w .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uynHSIsI8w .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uynHSIsI8w .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uynHSIsI8w .navbar-collapse.collapsing .navbar-buttons,
  .cid-uynHSIsI8w .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uynHSIsI8w .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uynHSIsI8w .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uynHSIsI8w .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uynHSIsI8w .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uynHSIsI8w .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uynHSIsI8w .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uynHSIsI8w .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uynHSIsI8w .navbar-collapse {
  flex-basis: auto;
}
.cid-uynHSIsI8w .nav-link:hover,
.cid-uynHSIsI8w .dropdown-item:hover {
  color: #ff6666 !important;
}
.cid-tfd1IqMhFv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
.cid-tfd1IqMhFv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tfd1IqMhFv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tfd1IqMhFv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tfd1IqMhFv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tfd1IqMhFv .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tfd1IqMhFv .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tfd1IqMhFv .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tfd1IqMhFv .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tfd1IqMhFv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tfd1IqMhFv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tfd1IqMhFv .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tfd1IqMhFv .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tfd1IqMhFv .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tfd1IqMhFv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tfd1IqMhFv [class^="socicon-"]:before,
.cid-tfd1IqMhFv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tfd1IqMhFv .mbr-section-title,
.cid-tfd1IqMhFv .mbr-social-likes {
  color: #bbbbbb;
}
.cid-uynHTY7nVz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-uynHTY7nVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynHTY7nVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uynHTY7nVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uynHTY7nVz .row {
  flex-direction: row-reverse;
}
.cid-uynHTY7nVz img {
  width: 100%;
}
.cid-uynHTY7nVz .mbr-description {
  color: #ff0000;
}
.cid-sL9Za5fd3k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/21d7d952-f0e0-412b-b68b-5a038b89e836-1024x1024.webp");
}
.cid-sL9Za5fd3k h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-sL9Za5fd3k p {
  color: #ffffff;
}
.cid-sL9Za5fd3k .card {
  margin-bottom: 2rem;
}
.cid-sL9Za5fd3k .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-sL9Za5fd3k .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-sL9Za5fd3k .card-box {
  padding-bottom: 2rem;
}
.cid-sL9Za5fd3k .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-sL9Za5fd3k .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-sL9Za5fd3k .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sL9Za5fd3k .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sL9Za5fd3k P {
  color: #000000;
}
.cid-sL9Za5fd3k .card-title,
.cid-sL9Za5fd3k .card-img {
  color: #3dc891;
}
.cid-sL9Za5fd3k .card-title,
.cid-sL9Za5fd3k .card-img DIV {
  color: #dddf2b;
}
.cid-tw6ntnM5TF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaf0ff;
}
.cid-tw6ntnM5TF .line {
  background-color: #6ec7f2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tw6ntnM5TF .mbr-text {
  color: #2299aa;
}
.cid-tlGttBZTCQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
.cid-tlGttBZTCQ img,
.cid-tlGttBZTCQ .item-img {
  width: 100%;
}
.cid-tlGttBZTCQ .item:focus,
.cid-tlGttBZTCQ span:focus {
  outline: none;
}
.cid-tlGttBZTCQ .item-wrapper {
  position: relative;
}
.cid-tlGttBZTCQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #eaf0ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tlGttBZTCQ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlGttBZTCQ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tlGttBZTCQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlGttBZTCQ .mbr-section-title {
  color: #073b4c;
}
.cid-tlGttBZTCQ .mbr-text,
.cid-tlGttBZTCQ .mbr-section-btn {
  text-align: left;
  color: #ff0000;
}
.cid-tlGttBZTCQ .item-title {
  text-align: center;
  color: #000000;
}
.cid-tlGttBZTCQ .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-tlGttBZTCQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tlGttBZTCQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tlGttBZTCQ .embla__button--next,
.cid-tlGttBZTCQ .embla__button--prev {
  display: flex;
}
.cid-tlGttBZTCQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tlGttBZTCQ .embla__button {
    display: none;
  }
}
.cid-tlGttBZTCQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tlGttBZTCQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tlGttBZTCQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlGttBZTCQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlGttBZTCQ .embla__button {
    top: auto;
  }
}
.cid-tlGttBZTCQ .embla {
  position: relative;
  width: 100%;
}
.cid-tlGttBZTCQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tlGttBZTCQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tlGttBZTCQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tlGttBZTCQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tlGttBZTCQ .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tlGttBZTCQ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tlGttBZTCQ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tlGttBZTCQ .item-title DIV {
  text-align: center;
}
.cid-tlGttBZTCQ .mbr-section-subtitle {
  color: #000000;
}
.cid-ux9q3feW4T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
.cid-ux9q3feW4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9q3feW4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9q3feW4T .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ux9q3feW4T .text-wrapper {
    padding: 2rem;
  }
}
.cid-ux9q3feW4T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ux9q3feW4T .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ux9q3feW4T .mbr-text {
  text-align: center;
}
.cid-ux9q3feW4T .name {
  text-align: center;
}
.cid-ux9q3feW4T .position {
  text-align: center;
}
.cid-uTbTID436r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaf0ff;
}
.cid-uTbTID436r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbTID436r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbTID436r .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
}
.cid-uTbTID436r .card .card-header {
  background-color: #f8f9fa;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.3s ease;
}
.cid-uTbTID436r .card .card-header:hover {
  background-color: #e2e6ea;
}
.cid-uTbTID436r .card .card-header .sign {
  transition: transform 0.3s ease;
}
.cid-uTbTID436r .card .panel-collapse.show + .card-header .sign,
.cid-uTbTID436r .card .collapse.show + .card-header .sign {
  transform: rotate(180deg);
}
.cid-uTbTID436r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTbTID436r .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffcf00;
}
.cid-uTbTID436r .panel-body,
.cid-uTbTID436r .card-header {
  padding: 1rem 0;
}
.cid-uTbTID436r .panel-title-edit {
  color: #000000;
  text-align: right;
}
.cid-uTbTID436r .panel-text {
  text-align: right;
}
.cid-uTbTID436r H3 {
  color: #000000;
}
.cid-ux9dyhwq0v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
.cid-ux9dyhwq0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9dyhwq0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9dyhwq0v .mbr-section-title {
  color: #000000;
}
.cid-ux9dyhwq0v .mbr-section-subtitle {
  color: #000000;
}
.cid-tlLCa87Qtg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
@media (min-width: 992px) {
  .cid-tlLCa87Qtg .carousel {
    min-height: 700px;
  }
  .cid-tlLCa87Qtg .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tlLCa87Qtg .carousel {
    min-height: 455px;
  }
  .cid-tlLCa87Qtg .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tlLCa87Qtg .carousel {
    min-height: 385px;
  }
  .cid-tlLCa87Qtg .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tlLCa87Qtg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tlLCa87Qtg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tlLCa87Qtg .carousel,
.cid-tlLCa87Qtg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tlLCa87Qtg .item-wrapper {
  width: 100%;
}
.cid-tlLCa87Qtg .carousel-caption {
  bottom: 40px;
}
.cid-tlLCa87Qtg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tlLCa87Qtg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tlLCa87Qtg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tlLCa87Qtg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tlLCa87Qtg .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tlLCa87Qtg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlLCa87Qtg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlLCa87Qtg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tlLCa87Qtg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tlLCa87Qtg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tlLCa87Qtg .carousel-indicators li.active,
.cid-tlLCa87Qtg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tlLCa87Qtg .carousel-indicators li::after,
.cid-tlLCa87Qtg .carousel-indicators li::before {
  content: none;
}
.cid-tlLCa87Qtg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tlLCa87Qtg .carousel-indicators {
    display: none !important;
  }
}
.cid-tlLCa87Qtg H5 {
  color: #ff0000;
}
.cid-tns42FT3A8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
.cid-tns42FT3A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tns42FT3A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tns42FT3A8 .video-wrapper iframe {
  width: 100%;
}
.cid-tns42FT3A8 .mbr-section-title,
.cid-tns42FT3A8 .mbr-section-subtitle,
.cid-tns42FT3A8 .mbr-text {
  text-align: center;
}
.cid-tns42FT3A8 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tns42FT3A8 .mbr-section-title {
  color: #ff0000;
}
.cid-tMbo12mmsL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #eaf0ff;
}
.cid-tMbo12mmsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbo12mmsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbo12mmsL .video-wrapper iframe {
  width: 100%;
}
.cid-tMbo12mmsL .mbr-section-title,
.cid-tMbo12mmsL .mbr-section-subtitle,
.cid-tMbo12mmsL .mbr-text {
  text-align: center;
}
.cid-uwYiP5gBhk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #eaf0ff;
}
.cid-uwYiP5gBhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwYiP5gBhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwYiP5gBhk .video-wrapper iframe {
  width: 100%;
}
.cid-uwYiP5gBhk .mbr-section-title,
.cid-uwYiP5gBhk .mbr-section-subtitle,
.cid-uwYiP5gBhk .mbr-text {
  text-align: center;
}
.cid-tlFLumaJWl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
.cid-tlFLumaJWl img,
.cid-tlFLumaJWl .item-img {
  width: 100%;
}
.cid-tlFLumaJWl .item:focus,
.cid-tlFLumaJWl span:focus {
  outline: none;
}
.cid-tlFLumaJWl .item-wrapper {
  position: relative;
}
.cid-tlFLumaJWl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #eaf0ff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tlFLumaJWl .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlFLumaJWl .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tlFLumaJWl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlFLumaJWl .mbr-section-title {
  color: #000000;
}
.cid-tlFLumaJWl .mbr-text,
.cid-tlFLumaJWl .mbr-section-btn {
  text-align: left;
  color: #ff0000;
}
.cid-tlFLumaJWl .item-title {
  text-align: left;
  color: #ff0000;
}
.cid-tlFLumaJWl .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-tlFLumaJWl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tlFLumaJWl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tlFLumaJWl .embla__button--next,
.cid-tlFLumaJWl .embla__button--prev {
  display: flex;
}
.cid-tlFLumaJWl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tlFLumaJWl .embla__button {
    display: none;
  }
}
.cid-tlFLumaJWl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tlFLumaJWl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tlFLumaJWl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlFLumaJWl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tlFLumaJWl .embla__button {
    top: auto;
  }
}
.cid-tlFLumaJWl .embla {
  position: relative;
  width: 100%;
}
.cid-tlFLumaJWl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tlFLumaJWl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tlFLumaJWl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tlFLumaJWl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tlFLumaJWl .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tlFLumaJWl .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tlFLumaJWl .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tlFLumaJWl .mbr-section-subtitle {
  color: #000000;
}
.cid-sL9hnQHt83 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaf0ff;
}
.cid-sL9hnQHt83 .mbr-overlay {
  background-color: #bed3f9;
  opacity: 0.3;
}
.cid-sL9hnQHt83 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sL9hnQHt83 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sL9hnQHt83 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sL9hnQHt83 .mbr-section-title {
  color: #000000;
}
.cid-sL9hnQHt83 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-sKWDVabgOD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #eaf0ff;
}
.cid-sKWDVabgOD .media-container-column {
  align-items: center;
}
.cid-sKWDVabgOD .mbr-author-desc {
  display: block;
  text-align: center;
}
.cid-sKWDVabgOD .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-sKWDVabgOD .mbr-testimonial .panel-item {
  background-color: #0f7699;
  background: linear-gradient(#0f7699, transparent);
}
.cid-sKWDVabgOD .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-sKWDVabgOD .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sKWDVabgOD .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sKWDVabgOD .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-sKWDVabgOD .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-sKWDVabgOD .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sKWDVabgOD .mbr-text {
  color: #000000;
}
.cid-sKWDVabgOD .mbr-author-name {
  text-align: center;
}
.cid-sKWDVabgOD H2 {
  color: #ff0000;
}
.cid-sKWDVabgOD .mbr-section-subtitle {
  color: #ff0000;
}
.cid-uSh6eshuPN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uSh6eshuPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSh6eshuPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSh6eshuPN .mbr-text,
.cid-uSh6eshuPN .mbr-section-btn {
  color: #232323;
}
.cid-uSh6eshuPN .card-title,
.cid-uSh6eshuPN .card-box {
  color: #000000;
}
.cid-uSh6eshuPN .mbr-text,
.cid-uSh6eshuPN .link-wrap {
  color: #ffffff;
}
.cid-sL9gW3GbaH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eaf0ff;
}
.cid-sL9gW3GbaH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sL9gW3GbaH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sL9gW3GbaH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sL9gW3GbaH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sL9gW3GbaH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sL9gW3GbaH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sL9gW3GbaH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sL9gW3GbaH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sL9gW3GbaH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sL9gW3GbaH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sL9gW3GbaH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sL9gW3GbaH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sL9gW3GbaH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sL9gW3GbaH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sL9gW3GbaH [class^="socicon-"]:before,
.cid-sL9gW3GbaH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sL9gW3GbaH .mbr-section-title,
.cid-sL9gW3GbaH .mbr-social-likes {
  color: #bbbbbb;
}
.cid-uSmT53Ce0t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uSmT53Ce0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmT53Ce0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmT53Ce0t .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uSmT53Ce0t .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSmT53Ce0t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uSmT53Ce0t .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmT53Ce0t .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSmT53Ce0t .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmT53Ce0t .mbr-text,
.cid-uSmT53Ce0t .mbr-section-btn {
  text-align: center;
}
.cid-uSn6IjY7Vm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-uSn6IjY7Vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSn6IjY7Vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSn6IjY7Vm .mbr-section-title,
.cid-uSn6IjY7Vm .mbr-text,
.cid-uSn6IjY7Vm .mbr-section-btn {
  text-align: center;
}
.cid-uSn6IjY7Vm .video-wrapper {
  margin: auto;
}
.cid-uSn6IjY7Vm .video-wrapper iframe {
  width: 100%;
}
