body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.375rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 148%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #1c314e !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #434165 !important;
}
.bg-danger {
  background-color: #cdc2be !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c314e !important;
  border-color: #1c314e !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: #05090e !important;
  border-color: #05090e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05090e !important;
  border-color: #05090e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeced !important;
  border-color: #ebeced !important;
  color: #676d72 !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: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676d72 !important;
  background-color: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #434165 !important;
  border-color: #434165 !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: #201f30 !important;
  border-color: #201f30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #201f30 !important;
  border-color: #201f30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cdc2be !important;
  border-color: #cdc2be !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: #a7948d !important;
  border-color: #a7948d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a7948d !important;
  border-color: #a7948d !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: transparent;
  color: #1c314e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #05090e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c314e !important;
  border-color: #1c314e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeced;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bdc1c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676d72 !important;
  background-color: #ebeced !important;
  border-color: #ebeced !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #434165;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #201f30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #434165 !important;
  border-color: #434165 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cdc2be;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a7948d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cdc2be !important;
  border-color: #cdc2be !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #1c314e !important;
}
.text-secondary {
  color: #ebeced !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #434165 !important;
}
.text-danger {
  color: #cdc2be !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b5b9bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1a1927 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a18c84 !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: #1c314e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #434165;
}
.alert-danger {
  background-color: #cdc2be;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c314e;
  border-color: #1c314e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c314e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7fa1d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eef2fb;
}
.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: #7e7baa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #1c314e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #1c314e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c314e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c314e;
}
.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: #1c314e;
  border-bottom-color: #1c314e;
}
.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: #1c314e !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: #ebeced !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='%231c314e' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 62px;
  min-width: 220px;
  padding: 9px 15px;
  box-shadow: none;
  line-height: 3;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #1c314e;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #4479d9 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #ebeced;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #4479d9 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #4479d9;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #1c314e !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #4479d9 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #434165;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #4479d9 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #cdc2be;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #4479d9 !important;
}
.cid-tnJHlz9IVJ {
  z-index: 1000;
  width: 100%;
}
.cid-tnJHlz9IVJ .navbar-dropdown {
  background: rgba(235, 236, 237, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-tnJHlz9IVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(235, 236, 237, 0.5) !important;
  background: #ebeced;
}
.cid-tnJHlz9IVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tnJHlz9IVJ .menu_box .navbar.opened,
  .cid-tnJHlz9IVJ .menu_box .navbar-collapse {
    background-color: #ebeced !important;
    transition: all 0s ease 0s;
  }
}
.cid-tnJHlz9IVJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tnJHlz9IVJ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tnJHlz9IVJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tnJHlz9IVJ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tnJHlz9IVJ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tnJHlz9IVJ .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tnJHlz9IVJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tnJHlz9IVJ .offcanvas {
    padding: 12rem 80px 0;
    width: 100%;
    background-color: #ffffff;
  }
  .cid-tnJHlz9IVJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tnJHlz9IVJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tnJHlz9IVJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tnJHlz9IVJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tnJHlz9IVJ .offcanvas-body .mbr-text,
  .cid-tnJHlz9IVJ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tnJHlz9IVJ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tnJHlz9IVJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tnJHlz9IVJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tnJHlz9IVJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tnJHlz9IVJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tnJHlz9IVJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tnJHlz9IVJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tnJHlz9IVJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tnJHlz9IVJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tnJHlz9IVJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tnJHlz9IVJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tnJHlz9IVJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tnJHlz9IVJ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tnJHlz9IVJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tnJHlz9IVJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tnJHlz9IVJ .nav-item {
    margin: 0 !important;
  }
}
.cid-tnJHlz9IVJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tnJHlz9IVJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tnJHlz9IVJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tnJHlz9IVJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tnJHlz9IVJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tnJHlz9IVJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tnJHlz9IVJ .offcanvas_box {
    display: none;
  }
}
.cid-tnJHlz9IVJ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tnJHlz9IVJ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tnJHlz9IVJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-tnJHlz9IVJ .container {
  display: flex;
  margin: auto;
}
.cid-tnJHlz9IVJ .iconfont-wrapper {
  color: #fffefd;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tnJHlz9IVJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tnJHlz9IVJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tnJHlz9IVJ .navbar-caption {
  color: #1C314E;
}
.cid-tnJHlz9IVJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tnJHlz9IVJ .navbar-nav {
    margin: 0;
  }
}
.cid-tnJHlz9IVJ .dropdown-menu,
.cid-tnJHlz9IVJ .navbar.opened {
  background-color: true !important;
}
.cid-tnJHlz9IVJ .nav-item:focus,
.cid-tnJHlz9IVJ .nav-link:focus {
  outline: none;
}
.cid-tnJHlz9IVJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnJHlz9IVJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnJHlz9IVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnJHlz9IVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnJHlz9IVJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnJHlz9IVJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnJHlz9IVJ .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tnJHlz9IVJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tnJHlz9IVJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tnJHlz9IVJ .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-tnJHlz9IVJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tnJHlz9IVJ .navbar.collapsed {
  justify-content: center;
}
.cid-tnJHlz9IVJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnJHlz9IVJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnJHlz9IVJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnJHlz9IVJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnJHlz9IVJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnJHlz9IVJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tnJHlz9IVJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tnJHlz9IVJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tnJHlz9IVJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tnJHlz9IVJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnJHlz9IVJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnJHlz9IVJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tnJHlz9IVJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnJHlz9IVJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tnJHlz9IVJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnJHlz9IVJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tnJHlz9IVJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tnJHlz9IVJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tnJHlz9IVJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnJHlz9IVJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnJHlz9IVJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tnJHlz9IVJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnJHlz9IVJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnJHlz9IVJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnJHlz9IVJ .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-tnJHlz9IVJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnJHlz9IVJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnJHlz9IVJ .dropdown-item.active,
.cid-tnJHlz9IVJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tnJHlz9IVJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnJHlz9IVJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnJHlz9IVJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnJHlz9IVJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnJHlz9IVJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tnJHlz9IVJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnJHlz9IVJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ebeced;
  background: #ebeced;
}
.cid-tnJHlz9IVJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tnJHlz9IVJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnJHlz9IVJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnJHlz9IVJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnJHlz9IVJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnJHlz9IVJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnJHlz9IVJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnJHlz9IVJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnJHlz9IVJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnJHlz9IVJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tnJHlz9IVJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnJHlz9IVJ .navbar {
    height: 70px;
  }
  .cid-tnJHlz9IVJ .navbar.opened {
    height: auto;
  }
  .cid-tnJHlz9IVJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnJHlz9IVJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tnJHlz9IVJ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tnJHlz9IVJ .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-tnJHlz9IVJ .navbar-caption:hover {
  color: #1c314e;
}
@media (min-width: 992px) {
  .cid-tnJHlz9IVJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tnJHlz9IVJ .nav-link:hover {
  color: #4479d9 !important;
}
.cid-tnJHlz9IVJ .mbr-text,
.cid-tnJHlz9IVJ .mbr-section-subtitle,
.cid-tnJHlz9IVJ .text_widget {
  opacity: .5;
}
.cid-tnJHlz9IVJ .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-tnJHlz9IVJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tnJHlz9IVJ .text_widget {
  color: #f4efe8;
}
.cid-tnJHlz9IVJ .mbr-section-subtitle,
.cid-tnJHlz9IVJ .text_widget,
.cid-tnJHlz9IVJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tnJHlz9IVJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tnJqMtvPYF {
  background-image: url("../../../assets/images/perweb-1-2000x1494.png");
}
.cid-tnJqMtvPYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnJqMtvPYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnJqMtvPYF .container-fluid {
  padding: 0;
}
.cid-tnJqMtvPYF .row {
  padding: 0;
}
.cid-tnJqMtvPYF .title-wrapper {
  padding: 0 2rem;
}
.cid-tnJqMtvPYF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tnJqMtvPYF .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tnJqMtvPYF .title-wrapper .mbr-section-title span {
  color: #fffefd;
}
.cid-tnJqMtvPYF .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tnJqMtvPYF .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tnJqMtvPYF .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnJqMtvPYF .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tnJqMtvPYF .mbr-section-title,
.cid-tnJqMtvPYF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tnJrOZ7jrK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ebeced;
}
.cid-tnJrOZ7jrK .container-fluid {
  padding: 0;
}
.cid-tnJrOZ7jrK .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .row {
    padding: 0 12px;
  }
}
.cid-tnJrOZ7jrK .container-wrapper {
  padding: 0;
}
.cid-tnJrOZ7jrK .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tnJrOZ7jrK .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .contacts-wrapper {
    display: block;
  }
}
.cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact:hover {
  color: #4479d9;
  text-decoration: underline;
}
.cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tnJrOZ7jrK .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-tnJrOZ7jrK .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #232323;
  text-align: center;
}
.cid-tnJrOZ7jrK .mbr-contact {
  color: #1c314e;
}
.cid-tvRnh931sh {
  background-image: url("../../../assets/images/caption-1-1200x900.jpg");
}
.cid-tvRnh931sh .main-container {
  width: 100%;
}
.cid-tvRnh931sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvRnh931sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvRnh931sh .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tvRnh931sh .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tvRnh931sh .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tvRnh931sh .mbr-section-title {
  color: #FFFFFF;
}
#custom-html-e {
  /* Type valid CSS here */
}
#custom-html-e div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-e p {
  font-size: 60px;
  color: #777;
}
.cid-tvRr2LrHH8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvRr2LrHH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvRr2LrHH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvRr2LrHH8 .container-fluid {
  padding: 0;
}
.cid-tvRr2LrHH8 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tvRr2LrHH8 .row {
    padding: 0 12px;
  }
}
.cid-tvRr2LrHH8 .row {
  justify-content: center;
}
.cid-tvRr2LrHH8 .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-tvRr2LrHH8 .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #4479d9;
}
@media (max-width: 992px) {
  .cid-tvRr2LrHH8 .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-tvRr2LrHH8 .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tvRr2LrHH8 .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #4479d9;
}
.cid-tvRr2LrHH8 .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-tvRr2LrHH8 .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #f5efed;
}
@media (max-width: 992px) {
  .cid-tvRr2LrHH8 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tvRr2LrHH8 .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-tvRr2LrHH8 .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-tvRr2LrHH8 .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tvRr2LrHH8 .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-tvRr2LrHH8 .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-tvRr2LrHH8 .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tvRr2LrHH8 .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-tvRr2LrHH8 .mbr-number {
  color: #1c314e;
}
.cid-tvRr2LrHH8 .mbr-section-title,
.cid-tvRr2LrHH8 .mbr-iconfont {
  color: #1c314e;
}
.cid-tvRr2LrHH8 .mbr-text {
  color: #000000;
}
.cid-tvRr4JNhx1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvRr4JNhx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvRr4JNhx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvRr4JNhx1 .container-fluid {
  padding: 0;
}
.cid-tvRr4JNhx1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tvRr4JNhx1 .row {
    padding: 0 12px;
  }
}
.cid-tvRr4JNhx1 .row {
  justify-content: center;
}
.cid-tvRr4JNhx1 .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-tvRr4JNhx1 .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #ebeced;
}
@media (max-width: 992px) {
  .cid-tvRr4JNhx1 .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-tvRr4JNhx1 .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tvRr4JNhx1 .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #4479d9;
}
.cid-tvRr4JNhx1 .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-tvRr4JNhx1 .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tvRr4JNhx1 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tvRr4JNhx1 .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-tvRr4JNhx1 .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-tvRr4JNhx1 .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tvRr4JNhx1 .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-tvRr4JNhx1 .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-tvRr4JNhx1 .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tvRr4JNhx1 .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-tvRr4JNhx1 .mbr-number {
  color: #1c314e;
}
.cid-tvRr4JNhx1 .mbr-section-title,
.cid-tvRr4JNhx1 .mbr-iconfont {
  color: #1c314e;
}
.cid-tvRr4JNhx1 .mbr-text {
  color: #ffffff;
}
.cid-tvRrOfAgFa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvRrOfAgFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvRrOfAgFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvRrOfAgFa .container-fluid {
  padding: 0;
}
.cid-tvRrOfAgFa .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tvRrOfAgFa .row {
    padding: 0 12px;
  }
}
.cid-tvRrOfAgFa .row {
  justify-content: center;
}
.cid-tvRrOfAgFa .container-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.cid-tvRrOfAgFa .container-wrapper .cont-wrap {
  width: 100%;
  height: 180px;
  background-color: #4479d9;
}
@media (max-width: 992px) {
  .cid-tvRrOfAgFa .container-wrapper .cont-wrap {
    display: none;
  }
}
.cid-tvRrOfAgFa .link-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tvRrOfAgFa .link-wrapper:hover .text-wrapper .mbr-section-title {
  color: #4479d9;
}
.cid-tvRrOfAgFa .link-wrapper:hover .text-wrapper .icon-wrapper .mbr-iconfont {
  transform: translate(20px, 0px);
}
.cid-tvRrOfAgFa .text-wrapper {
  position: relative;
  padding: 13rem 25rem 19rem 6rem;
  background-color: #ebeced;
}
@media (max-width: 992px) {
  .cid-tvRrOfAgFa .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tvRrOfAgFa .text-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-tvRrOfAgFa .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
  transition: all .3s ease;
}
.cid-tvRrOfAgFa .text-wrapper .mbr-text {
  margin-bottom: 22px;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tvRrOfAgFa .text-wrapper .mbr-text {
    margin-bottom: 19px;
  }
}
.cid-tvRrOfAgFa .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  opacity: .5;
  display: inline-block;
  transition: all .3s ease;
}
.cid-tvRrOfAgFa .text-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  height: 585px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tvRrOfAgFa .text-wrapper img {
    position: static;
    margin-top: 64px;
    width: 100%;
    height: 400px;
  }
}
.cid-tvRrOfAgFa .mbr-number {
  color: #1c314e;
}
.cid-tvRrOfAgFa .mbr-section-title,
.cid-tvRrOfAgFa .mbr-iconfont {
  color: #1c314e;
}
.cid-tvRrOfAgFa .mbr-text {
  color: #000000;
}
.cid-tDMr461s7L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMr461s7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMr461s7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMr461s7L .container-wrapper {
  padding: 0;
}
.cid-tDMr461s7L .text-wrapper {
  padding: 0 15rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-tDMr461s7L .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-tDMr461s7L .text-wrapper .mbr-section-subtitle {
  margin-bottom: 65px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tDMr461s7L .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tDMr461s7L .text-wrapper .rating-wrapper .rating-cont {
  display: inline-flex;
  margin-bottom: 20px;
}
.cid-tDMr461s7L .text-wrapper .rating-wrapper .rating-cont .mbr-rating {
  margin: 0;
  color: #fffefd;
}
.cid-tDMr461s7L .text-wrapper .mbr-section-title {
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tDMr461s7L .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tDMr461s7L .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tDMr461s7L .mbr-section-title {
  color: #1c314e;
}
.cid-tDMr461s7L .mbr-section-subtitle {
  color: #1c314e;
}
.cid-tDMr461s7L .mbr-text {
  color: #1c314e;
}
.cid-tDMr461s7L .mbr-section-title,
.cid-tDMr461s7L .rating-wrapper {
  text-align: center;
}
.cid-tvX3PtPRfy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tvX3PtPRfy .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tvX3PtPRfy .row {
    text-align: center!important;
  }
}
.cid-tvX3PtPRfy .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tvX3PtPRfy .mbr-section-title {
    text-align: center;
  }
}
.cid-tvX3PtPRfy .mbr-section-subtitle {
  color: #000000;
}
.cid-tvX3PtPRfy .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tvX3PtPRfy .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tvX3PtPRfy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tvX3PtPRfy .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tvX3PtPRfy .btn-primary-outline,
.cid-tvX3PtPRfy .btn-secondary-outline,
.cid-tvX3PtPRfy .btn-success-outline,
.cid-tvX3PtPRfy .btn-info-outline,
.cid-tvX3PtPRfy .btn-warning-outline,
.cid-tvX3PtPRfy .btn-danger-outline,
.cid-tvX3PtPRfy .btn-white-outline,
.cid-tvX3PtPRfy .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tvX3PtPRfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvX3PtPRfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvX3PtPRfy .mbr-section-title,
.cid-tvX3PtPRfy .mbr-section-btn {
  color: #4479d9;
  text-align: center;
}
.cid-uebqQ3sxKI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4479d9;
}
@media (max-width: 992px) {
  .cid-uebqQ3sxKI {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-uebqQ3sxKI .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uebqQ3sxKI .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uebqQ3sxKI .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uebqQ3sxKI .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uebqQ3sxKI .box {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-uebqQ3sxKI .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-uebqQ3sxKI .bg1 {
  background-image: url("../../../assets/images/img-5631.jpg");
}
.cid-uebqQ3sxKI .icon-wrap {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uebqQ3sxKI .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uebqQ3sxKI .icon-wrap span {
  padding-left: 8px;
}
.cid-uebqQ3sxKI .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uebqQ3sxKI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uebqQ3sxKI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uebqQ3sxKI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uebqQ3sxKI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uebqQ3sxKI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uebqQ3sxKI a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uebqQ3sxKI {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-uebqQ3sxKI .box {
    height: 250px;
  }
}
.cid-uebqQ3sxKI H4 {
  color: #ffffff;
}
.cid-u9411a5tGW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u9411a5tGW .row {
  position: relative;
}
.cid-u9411a5tGW .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #4479d9 50%, #000000);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-u9411a5tGW .row .blur-circle {
    display: none;
  }
}
.cid-u9411a5tGW .row {
  justify-content: center;
}
.cid-u9411a5tGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9411a5tGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9411a5tGW .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9411a5tGW .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-u9411a5tGW .row {
    padding: 0 24px;
  }
}
.cid-u9411a5tGW .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-u9411a5tGW .title-wrapper {
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .cid-u9411a5tGW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u9411a5tGW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9411a5tGW .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-u9411a5tGW .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4479d9;
  z-index: -1;
}
.cid-u9411a5tGW .item-link:hover .item-wrapper .item-text span {
  display: block;
  transition: all .2s ease;
}
.cid-u9411a5tGW .item {
  margin-bottom: 48px;
  z-index: 1;
}
.cid-u9411a5tGW .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 385px;
  overflow: visible;
  margin: 0 8px;
}
@media (max-width: 1200px) {
  .cid-u9411a5tGW .item .item-wrapper {
    margin: 0;
  }
}
.cid-u9411a5tGW .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-u9411a5tGW .item .item-wrapper .item-sticker {
  position: absolute;
  top: -5rem;
  right: -3rem;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #4479d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
  z-index: 11;
}
@media (max-width: 768px) {
  .cid-u9411a5tGW .item .item-wrapper .item-sticker {
    display: none;
  }
}
.cid-u9411a5tGW .item .item-wrapper .item-sticker .mbr-text {
  margin-bottom: 0;
}
.cid-u9411a5tGW .item .item-wrapper .item-sticker:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: transparent;
  border: 3px solid #0fe9e9;
  pointer-events: none;
}
.cid-u9411a5tGW .item .item-wrapper .item-text {
  background-image: linear-gradient(0deg, #1c314e, rgba(17, 17, 17, 0));
  z-index: 1;
  padding: 32px;
  border-radius: 16px;
}
.cid-u9411a5tGW .item .item-wrapper .item-text span {
  font-size: 32px;
  margin-bottom: 0;
  display: none;
  transition: all .2s ease;
}
.cid-u9411a5tGW .item .item-wrapper .item-text .mbr-card-title {
  margin: 16px 0 0 0;
}
@media (max-width: 768px) {
  .cid-u9411a5tGW .item .item-wrapper .item-text .mbr-card-title {
    margin: 12px 0 0 0;
  }
}
.cid-u9411a5tGW .item .item-wrapper .item-text .mbr-card-text {
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .cid-u9411a5tGW .item .item-wrapper .item-text .mbr-card-text {
    margin: 10px 0 0 0;
  }
}
.cid-u9411a5tGW .item.last {
  transition: all .3s ease;
}
.cid-u9411a5tGW .item.last:hover {
  opacity: .75;
}
.cid-u9411a5tGW .item.last .item-wrapper {
  justify-content: center;
  background-color: #4479d9;
  border-radius: 16px;
}
.cid-u9411a5tGW .item.last .item-wrapper .item-text {
  background: transparent;
}
.cid-u9411a5tGW .item.last .item-wrapper .item-text .mbr-text {
  margin-bottom: 0;
}
.cid-u9411a5tGW .item-menu-overlay {
  display: none !important;
}
.cid-u9411a5tGW .mbr-section-title {
  color: #4d352e;
}
.cid-u9411a5tGW .mbr-text {
  color: #4d352e;
  text-align: center;
}
.cid-u9411a5tGW .mbr-card-title,
.cid-u9411a5tGW .mbr-iconfont {
  color: #ffffff;
}
.cid-u9411a5tGW .mbr-card-text {
  color: #5c3327;
}
.cid-tvX2kveJlx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tvX2kveJlx .row {
  position: relative;
}
.cid-tvX2kveJlx .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #4479d9 50%, #000000);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tvX2kveJlx .row .blur-circle {
    display: none;
  }
}
.cid-tvX2kveJlx .row {
  justify-content: center;
}
.cid-tvX2kveJlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvX2kveJlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvX2kveJlx .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tvX2kveJlx .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tvX2kveJlx .row {
    padding: 0 24px;
  }
}
.cid-tvX2kveJlx .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-tvX2kveJlx .title-wrapper {
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .cid-tvX2kveJlx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tvX2kveJlx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tvX2kveJlx .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tvX2kveJlx .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4479d9;
  z-index: -1;
}
.cid-tvX2kveJlx .item-link:hover .item-wrapper .item-text span {
  display: block;
  transition: all .2s ease;
}
.cid-tvX2kveJlx .item {
  margin-bottom: 48px;
  z-index: 1;
}
.cid-tvX2kveJlx .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 385px;
  overflow: visible;
  margin: 0 8px;
}
@media (max-width: 1200px) {
  .cid-tvX2kveJlx .item .item-wrapper {
    margin: 0;
  }
}
.cid-tvX2kveJlx .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tvX2kveJlx .item .item-wrapper .item-sticker {
  position: absolute;
  top: -5rem;
  right: -3rem;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #4479d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
  z-index: 11;
}
@media (max-width: 768px) {
  .cid-tvX2kveJlx .item .item-wrapper .item-sticker {
    display: none;
  }
}
.cid-tvX2kveJlx .item .item-wrapper .item-sticker .mbr-text {
  margin-bottom: 0;
}
.cid-tvX2kveJlx .item .item-wrapper .item-sticker:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: transparent;
  border: 3px solid #0fe9e9;
  pointer-events: none;
}
.cid-tvX2kveJlx .item .item-wrapper .item-text {
  background-image: linear-gradient(0deg, #1c314e, rgba(17, 17, 17, 0));
  z-index: 1;
  padding: 32px;
  border-radius: 16px;
}
.cid-tvX2kveJlx .item .item-wrapper .item-text span {
  font-size: 32px;
  margin-bottom: 0;
  display: none;
  transition: all .2s ease;
}
.cid-tvX2kveJlx .item .item-wrapper .item-text .mbr-card-title {
  margin: 16px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tvX2kveJlx .item .item-wrapper .item-text .mbr-card-title {
    margin: 12px 0 0 0;
  }
}
.cid-tvX2kveJlx .item .item-wrapper .item-text .mbr-card-text {
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tvX2kveJlx .item .item-wrapper .item-text .mbr-card-text {
    margin: 10px 0 0 0;
  }
}
.cid-tvX2kveJlx .item.last {
  transition: all .3s ease;
}
.cid-tvX2kveJlx .item.last:hover {
  opacity: .75;
}
.cid-tvX2kveJlx .item.last .item-wrapper {
  justify-content: center;
  background-color: #4479d9;
  border-radius: 16px;
}
.cid-tvX2kveJlx .item.last .item-wrapper .item-text {
  background: transparent;
}
.cid-tvX2kveJlx .item.last .item-wrapper .item-text .mbr-text {
  margin-bottom: 0;
}
.cid-tvX2kveJlx .item-menu-overlay {
  display: none !important;
}
.cid-tvX2kveJlx .mbr-section-title {
  color: #4d352e;
}
.cid-tvX2kveJlx .mbr-text {
  color: #4d352e;
  text-align: center;
}
.cid-tvX2kveJlx .mbr-card-title,
.cid-tvX2kveJlx .mbr-iconfont {
  color: #ffffff;
}
.cid-tvX2kveJlx .mbr-card-text {
  color: #5c3327;
}
.cid-tvX3fi7gYK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tvX3fi7gYK .row {
  position: relative;
}
.cid-tvX3fi7gYK .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #000000 50%, #000000);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tvX3fi7gYK .row .blur-circle {
    display: none;
  }
}
.cid-tvX3fi7gYK .row {
  justify-content: center;
}
.cid-tvX3fi7gYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvX3fi7gYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvX3fi7gYK .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tvX3fi7gYK .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tvX3fi7gYK .row {
    padding: 0 24px;
  }
}
.cid-tvX3fi7gYK .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-tvX3fi7gYK .title-wrapper {
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .cid-tvX3fi7gYK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tvX3fi7gYK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tvX3fi7gYK .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tvX3fi7gYK .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #4479d9;
  z-index: -1;
}
.cid-tvX3fi7gYK .item-link:hover .item-wrapper .item-text span {
  display: block;
  transition: all .2s ease;
}
.cid-tvX3fi7gYK .item {
  margin-bottom: 48px;
  z-index: 1;
}
.cid-tvX3fi7gYK .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 385px;
  overflow: visible;
  margin: 0 8px;
}
@media (max-width: 1200px) {
  .cid-tvX3fi7gYK .item .item-wrapper {
    margin: 0;
  }
}
.cid-tvX3fi7gYK .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tvX3fi7gYK .item .item-wrapper .item-sticker {
  position: absolute;
  top: -5rem;
  right: -3rem;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #4479d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
  z-index: 11;
}
@media (max-width: 768px) {
  .cid-tvX3fi7gYK .item .item-wrapper .item-sticker {
    display: none;
  }
}
.cid-tvX3fi7gYK .item .item-wrapper .item-sticker .mbr-text {
  margin-bottom: 0;
}
.cid-tvX3fi7gYK .item .item-wrapper .item-sticker:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: transparent;
  border: 3px solid #0fe9e9;
  pointer-events: none;
}
.cid-tvX3fi7gYK .item .item-wrapper .item-text {
  background-image: linear-gradient(0deg, #1c314e, rgba(17, 17, 17, 0));
  z-index: 1;
  padding: 32px;
  border-radius: 16px;
}
.cid-tvX3fi7gYK .item .item-wrapper .item-text span {
  font-size: 32px;
  margin-bottom: 0;
  display: none;
  transition: all .2s ease;
}
.cid-tvX3fi7gYK .item .item-wrapper .item-text .mbr-card-title {
  margin: 16px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tvX3fi7gYK .item .item-wrapper .item-text .mbr-card-title {
    margin: 12px 0 0 0;
  }
}
.cid-tvX3fi7gYK .item .item-wrapper .item-text .mbr-card-text {
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tvX3fi7gYK .item .item-wrapper .item-text .mbr-card-text {
    margin: 10px 0 0 0;
  }
}
.cid-tvX3fi7gYK .item.last {
  transition: all .3s ease;
}
.cid-tvX3fi7gYK .item.last:hover {
  opacity: .75;
}
.cid-tvX3fi7gYK .item.last .item-wrapper {
  justify-content: center;
  background-color: #4479d9;
  border-radius: 16px;
}
.cid-tvX3fi7gYK .item.last .item-wrapper .item-text {
  background: transparent;
}
.cid-tvX3fi7gYK .item.last .item-wrapper .item-text .mbr-text {
  margin-bottom: 0;
}
.cid-tvX3fi7gYK .item-menu-overlay {
  display: none !important;
}
.cid-tvX3fi7gYK .mbr-section-title {
  color: #4d352e;
}
.cid-tvX3fi7gYK .mbr-text {
  color: #4d352e;
  text-align: center;
}
.cid-tvX3fi7gYK .mbr-card-title,
.cid-tvX3fi7gYK .mbr-iconfont {
  color: #ffffff;
}
.cid-tvX3fi7gYK .mbr-card-text {
  color: #5c3327;
}
.cid-tvWWQJeU0Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tvWWQJeU0Y .mbr-iconfont-social {
  font-size: 32px;
  color: #003851;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-tvWWQJeU0Y .mbr-iconfont-social:hover {
  color: #b7b6b6;
}
.cid-tvWWQJeU0Y .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tvWWQJeU0Y .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tvWYal2Dnm {
  background-color: #ffffff;
}
.cid-tvWYal2Dnm .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tvWYal2Dnm .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tvWYal2Dnm .content p {
  margin: 0;
}
.cid-tvWYal2Dnm .mbr-text {
  color: #000000;
}
.cid-tw1lvlpa03 {
  z-index: 1000;
  width: 100%;
}
.cid-tw1lvlpa03 .navbar-dropdown {
  background: rgba(235, 236, 237, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-tw1lvlpa03 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(235, 236, 237, 0.5) !important;
  background: #ebeced;
}
.cid-tw1lvlpa03 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tw1lvlpa03 .menu_box .navbar.opened,
  .cid-tw1lvlpa03 .menu_box .navbar-collapse {
    background-color: #ebeced !important;
    transition: all 0s ease 0s;
  }
}
.cid-tw1lvlpa03 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tw1lvlpa03 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tw1lvlpa03 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tw1lvlpa03 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tw1lvlpa03 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tw1lvlpa03 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tw1lvlpa03 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tw1lvlpa03 .offcanvas {
    padding: 12rem 80px 0;
    width: 100%;
    background-color: #ffffff;
  }
  .cid-tw1lvlpa03 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tw1lvlpa03 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tw1lvlpa03 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tw1lvlpa03 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tw1lvlpa03 .offcanvas-body .mbr-text,
  .cid-tw1lvlpa03 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tw1lvlpa03 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tw1lvlpa03 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tw1lvlpa03 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tw1lvlpa03 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tw1lvlpa03 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tw1lvlpa03 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tw1lvlpa03 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tw1lvlpa03 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tw1lvlpa03 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tw1lvlpa03 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tw1lvlpa03 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tw1lvlpa03 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tw1lvlpa03 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tw1lvlpa03 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tw1lvlpa03 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tw1lvlpa03 .nav-item {
    margin: 0 !important;
  }
}
.cid-tw1lvlpa03 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tw1lvlpa03 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tw1lvlpa03 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tw1lvlpa03 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tw1lvlpa03 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tw1lvlpa03 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tw1lvlpa03 .offcanvas_box {
    display: none;
  }
}
.cid-tw1lvlpa03 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tw1lvlpa03 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tw1lvlpa03 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-tw1lvlpa03 .container {
  display: flex;
  margin: auto;
}
.cid-tw1lvlpa03 .iconfont-wrapper {
  color: #fffefd;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tw1lvlpa03 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tw1lvlpa03 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tw1lvlpa03 .navbar-caption {
  color: #1C314E;
}
.cid-tw1lvlpa03 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tw1lvlpa03 .navbar-nav {
    margin: 0;
  }
}
.cid-tw1lvlpa03 .dropdown-menu,
.cid-tw1lvlpa03 .navbar.opened {
  background-color: true !important;
}
.cid-tw1lvlpa03 .nav-item:focus,
.cid-tw1lvlpa03 .nav-link:focus {
  outline: none;
}
.cid-tw1lvlpa03 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw1lvlpa03 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw1lvlpa03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw1lvlpa03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw1lvlpa03 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw1lvlpa03 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw1lvlpa03 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tw1lvlpa03 .navbar.opened {
  transition: all 0.3s;
}
.cid-tw1lvlpa03 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tw1lvlpa03 .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-tw1lvlpa03 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tw1lvlpa03 .navbar.collapsed {
  justify-content: center;
}
.cid-tw1lvlpa03 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw1lvlpa03 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tw1lvlpa03 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw1lvlpa03 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw1lvlpa03 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw1lvlpa03 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tw1lvlpa03 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tw1lvlpa03 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tw1lvlpa03 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tw1lvlpa03 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw1lvlpa03 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw1lvlpa03 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tw1lvlpa03 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw1lvlpa03 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tw1lvlpa03 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw1lvlpa03 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tw1lvlpa03 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tw1lvlpa03 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tw1lvlpa03 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw1lvlpa03 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw1lvlpa03 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tw1lvlpa03 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tw1lvlpa03 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tw1lvlpa03 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tw1lvlpa03 .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-tw1lvlpa03 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tw1lvlpa03 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw1lvlpa03 .dropdown-item.active,
.cid-tw1lvlpa03 .dropdown-item:active {
  background-color: transparent;
}
.cid-tw1lvlpa03 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw1lvlpa03 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw1lvlpa03 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw1lvlpa03 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw1lvlpa03 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tw1lvlpa03 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw1lvlpa03 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ebeced;
  background: #ebeced;
}
.cid-tw1lvlpa03 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tw1lvlpa03 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw1lvlpa03 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1lvlpa03 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw1lvlpa03 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw1lvlpa03 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1lvlpa03 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw1lvlpa03 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw1lvlpa03 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw1lvlpa03 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tw1lvlpa03 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tw1lvlpa03 .navbar {
    height: 70px;
  }
  .cid-tw1lvlpa03 .navbar.opened {
    height: auto;
  }
  .cid-tw1lvlpa03 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw1lvlpa03 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tw1lvlpa03 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tw1lvlpa03 .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-tw1lvlpa03 .navbar-caption:hover {
  color: #1c314e;
}
@media (min-width: 992px) {
  .cid-tw1lvlpa03 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tw1lvlpa03 .nav-link:hover {
  color: #4479d9 !important;
}
.cid-tw1lvlpa03 .mbr-text,
.cid-tw1lvlpa03 .mbr-section-subtitle,
.cid-tw1lvlpa03 .text_widget {
  opacity: .5;
}
.cid-tw1lvlpa03 .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-tw1lvlpa03 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tw1lvlpa03 .text_widget {
  color: #f4efe8;
}
.cid-tw1lvlpa03 .mbr-section-subtitle,
.cid-tw1lvlpa03 .text_widget,
.cid-tw1lvlpa03 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tw1lvlpa03 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tnJgqc0Uny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/panorama-3-1200x900.jpg");
}
.cid-tnJgqc0Uny .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnJgqc0Uny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnJgqc0Uny .container-fluid {
  padding: 0;
}
.cid-tnJgqc0Uny .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tnJgqc0Uny .row {
    padding: 0 12px;
  }
}
.cid-tnJgqc0Uny .title-wrapper {
  padding-top: 40%;
}
.cid-tnJgqc0Uny .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tnJgqc0Uny .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tnJgqc0Uny .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tnJivgKKar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
}
.cid-tnJivgKKar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnJivgKKar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnJivgKKar .container-fluid {
  padding: 0;
}
.cid-tnJivgKKar .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tnJivgKKar .row {
    padding: 0 12px;
  }
}
.cid-tnJivgKKar .container-wrapper {
  padding: 0;
}
.cid-tnJivgKKar .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-tnJivgKKar .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-tnJivgKKar .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-tnJivgKKar .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-tnJivgKKar .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tnJivgKKar .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tnJivgKKar .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tnJivgKKar .mbr-section-title {
  color: #000000;
}
.cid-tnJivgKKar .list {
  color: #1c314e;
}
