.btn {
  border-width: 2px;
}
body {
  font-family: 'Poppins', sans-serif;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((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: #000000 !important;
}
.bg-success {
  background-color: #378b8d !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #378b8d !important;
  border-color: #378b8d !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: #1f4e4f !important;
  border-color: #1f4e4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f4e4f !important;
  border-color: #1f4e4f !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: #378b8d !important;
  border-color: #378b8d !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: #1f4e4f !important;
  border-color: #1f4e4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1f4e4f !important;
  border-color: #1f4e4f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !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: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !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: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !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: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #378b8d;
  color: #378b8d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f4e4f !important;
  background-color: transparent!important;
  border-color: #1f4e4f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #378b8d !important;
  border-color: #378b8d !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: #378b8d;
  color: #378b8d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1f4e4f !important;
  background-color: transparent!important;
  border-color: #1f4e4f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #378b8d !important;
  border-color: #378b8d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9f6d2a;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: #5a3e18 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #73460b;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: #241603 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222222;
  color: #222222;
}
.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: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f9f7f5;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: #d8ccbf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #378b8d !important;
}
.text-success {
  color: #378b8d !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1a4344 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1a4344 !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: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #79c9cb;
}
.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: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #378b8d !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='%23000000' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNhDUiDje .navbar-dropdown {
  position: relative !important;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .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-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-tto6ca1sNG {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-tto6ca1sNG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tto6ca1sNG .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tto6ca1sNG .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tto6ca1sNG .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tto6ca1sNG .col-form {
    padding: 30px;
  }
}
.cid-tto6ca1sNG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-tto6ca1sNG .text-wrapper {
    text-align: center !important;
  }
}
.cid-tto6ca1sNG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tto6ca1sNG .label-text {
    text-align: center !important;
  }
}
.cid-tto6ca1sNG .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tto6ca1sNG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tto6ca1sNG .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-tto6ca1sNG .mbr-text {
    text-align: center !important;
  }
}
.cid-tto6ca1sNG .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tto6ca1sNG .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-tto6ca1sNG .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tto6ca1sNG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tto6ca1sNG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tto6ca1sNG .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-tto6ca1sNG .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tto6ca1sNG .form-container {
    text-align: center !important;
  }
}
.cid-tto6ca1sNG .form-title {
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tto6ca1sNG .form-title {
    text-align: center !important;
  }
}
.cid-tto6ca1sNG .form-control {
  font-size: 1rem;
}
.cid-tto6ca1sNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tto6ca1sNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tto6ca1sNG .mbr-section-title,
.cid-tto6ca1sNG .mbr-section-btn {
  color: #ffffff;
}
.cid-tto90v7tYn {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tto90v7tYn .row {
  align-items: center;
}
.cid-tto90v7tYn .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-tto90v7tYn .image-wrapper {
    padding: 0 30px;
    padding-left: 2.5rem;
  }
}
.cid-tto90v7tYn .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-tto90v7tYn .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-tto90v7tYn .image-wrapper img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tto90v7tYn .col-text {
    padding-bottom: 4.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tto90v7tYn .col-text {
    padding: 0 30px;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tto90v7tYn .col-text {
    text-align: center;
  }
}
.cid-tto90v7tYn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tto90v7tYn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-tto90v7tYn .label-text {
    text-align: center !important;
  }
}
.cid-tto90v7tYn .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tto90v7tYn .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tto90v7tYn .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tto90v7tYn .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tto90v7tYn .lists-container {
    justify-content: center;
  }
}
.cid-tto90v7tYn .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-tto90v7tYn .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tto90v7tYn .list {
    align-items: center;
  }
}
.cid-tto90v7tYn .list-item {
  display: flex;
  align-items: center;
}
.cid-tto90v7tYn .icon-wrapper {
  margin-right: 5px;
}
.cid-tto90v7tYn .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-tto90v7tYn .list-item-text {
  flex-grow: 1;
}
.cid-tto90v7tYn .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tto90v7tYn .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-tto90v7tYn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tto90v7tYn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tto90v7tYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tto90v7tYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sSvVtIbBl6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-sSvVtIbBl6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSvVtIbBl6 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSvVtIbBl6 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSvVtIbBl6 .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sSvVtIbBl6 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSvVtIbBl6 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSvVtIbBl6 .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sSvVtIbBl6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSvVtIbBl6 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-sSvVtIbBl6 .label-text {
    text-align: center !important;
  }
}
.cid-sSvVtIbBl6 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-sSvVtIbBl6 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSvVtIbBl6 .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-sSvVtIbBl6 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSvVtIbBl6 .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-sSvVtIbBl6 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sSvVtIbBl6 .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sSvVtIbBl6 .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-sSvVtIbBl6 .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-sSvVtIbBl6 .list-item {
  display: flex;
  align-items: center;
}
.cid-sSvVtIbBl6 .icon-wrapper {
  margin-right: 5px;
}
.cid-sSvVtIbBl6 .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-sSvVtIbBl6 .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-sSvVtIbBl6 .list-item-text {
  flex-grow: 1;
}
.cid-sSvVtIbBl6 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sSvVtIbBl6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSvVtIbBl6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoONJoBQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoONJoBQ5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoONJoBQ5 .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoONJoBQ5 .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoONJoBQ5 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoONJoBQ5 .col-form {
    padding: 30px;
  }
}
.cid-ttoONJoBQ5 .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoONJoBQ5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoONJoBQ5 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoONJoBQ5 .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoONJoBQ5 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoONJoBQ5 .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoONJoBQ5 .form-container {
    text-align: center !important;
  }
}
.cid-ttoONJoBQ5 .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoONJoBQ5 .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoONJoBQ5 .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoONJoBQ5 .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoONJoBQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoONJoBQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoONJoBQ5 .mbr-section-title,
.cid-ttoONJoBQ5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sSvVJzInNQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #378b8d;
}
.cid-sSvVJzInNQ .row {
  align-items: center;
  justify-content: center;
}
.cid-sSvVJzInNQ .col-text {
  text-align: center;
  padding: 0;
}
.cid-sSvVJzInNQ .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSvVJzInNQ .lists-container {
    flex-wrap: wrap;
  }
}
.cid-sSvVJzInNQ .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-sSvVJzInNQ .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-sSvVJzInNQ .card-box {
  display: flex;
  flex-direction: column;
}
.cid-sSvVJzInNQ .card-number {
  color: #ffffff;
  width: 100%;
}
.cid-sSvVJzInNQ .card-title {
  color: #ffdd0e;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sSvVJzInNQ .card-text {
  color: #555555;
  width: 100%;
}
.cid-ttorBYnmZa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttorBYnmZa .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttorBYnmZa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttorBYnmZa .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttorBYnmZa .row {
    text-align: center;
  }
}
.cid-ttorBYnmZa li {
  padding-bottom: 5px;
}
.cid-ttorBYnmZa .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttorBYnmZa .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttorBYnmZa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttorBYnmZa .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttorBYnmZa .copyright {
  color: #bbbbbb;
}
.cid-ttorBYnmZa .soc-link,
.cid-ttorBYnmZa .soc-wrapper {
  color: #ffffff;
}
.cid-sSvVUmKt8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sSNhDUiDje .navbar-dropdown {
  position: relative !important;
}
.cid-sSNhDUiDje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhDUiDje .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhDUiDje .dropdown-item:hover,
.cid-sSNhDUiDje .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sSNhDUiDje .dropdown-item:hover span {
  color: white;
}
.cid-sSNhDUiDje .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhDUiDje .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhDUiDje .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhDUiDje .nav-link {
  position: relative;
}
.cid-sSNhDUiDje .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhDUiDje .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown-menu,
.cid-sSNhDUiDje .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhDUiDje .nav-item:focus,
.cid-sSNhDUiDje .nav-link:focus {
  outline: none;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhDUiDje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhDUiDje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhDUiDje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhDUiDje .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhDUiDje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhDUiDje .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhDUiDje .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhDUiDje .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhDUiDje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhDUiDje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhDUiDje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhDUiDje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhDUiDje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhDUiDje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhDUiDje .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhDUiDje .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhDUiDje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhDUiDje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhDUiDje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhDUiDje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhDUiDje .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhDUiDje .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhDUiDje .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-sSNhDUiDje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhDUiDje .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhDUiDje .dropdown-item.active,
.cid-sSNhDUiDje .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhDUiDje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhDUiDje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhDUiDje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhDUiDje .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhDUiDje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhDUiDje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhDUiDje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhDUiDje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhDUiDje .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNhDUiDje .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhDUiDje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhDUiDje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhDUiDje .navbar {
    height: 70px;
  }
  .cid-sSNhDUiDje .navbar.opened {
    height: auto;
  }
  .cid-sSNhDUiDje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhDUiDje .container,
.cid-sSNhDUiDje .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhDUiDje .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhDUiDje .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhDUiDje .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSNhDUiDje .contacts-menu {
    display: none;
  }
}
.cid-sSNhDUiDje .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhDUiDje .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhDUiDje .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhDUiDje .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhDUiDje .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhDUiDje .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhDUiDje .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhDUiDje .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttouYzOxJr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttouYzOxJr .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttouYzOxJr .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttouYzOxJr .btn {
  margin: 0px !important;
}
.cid-ttouYzOxJr .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttouYzOxJr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttouYzOxJr .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttouYzOxJr .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttouYzOxJr .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttouYzOxJr .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttouYzOxJr .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttouYzOxJr .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttouYzOxJr .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttouYzOxJr .second-col {
    padding-top: 2rem;
  }
}
.cid-ttouYzOxJr .mbr-section-subtitle,
.cid-ttouYzOxJr .mbr-section-btn {
  color: #444444;
}
.cid-ttoxCASwhc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttoxCASwhc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttoxCASwhc .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoxCASwhc .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoxCASwhc .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttoxCASwhc .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoxCASwhc .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoxCASwhc .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttoxCASwhc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttoxCASwhc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttoxCASwhc .label-text {
    text-align: center !important;
  }
}
.cid-ttoxCASwhc .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttoxCASwhc .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoxCASwhc .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttoxCASwhc .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoxCASwhc .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttoxCASwhc .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoxCASwhc .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttoxCASwhc .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttoxCASwhc .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttoxCASwhc .list-item {
  display: flex;
  align-items: center;
}
.cid-ttoxCASwhc .icon-wrapper {
  margin-right: 5px;
}
.cid-ttoxCASwhc .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttoxCASwhc .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttoxCASwhc .list-item-text {
  flex-grow: 1;
}
.cid-ttoxCASwhc .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttoxCASwhc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoxCASwhc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoxE12rkS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttoxE12rkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoxE12rkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttoxE12rkS .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttoxE12rkS .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttoxE12rkS .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttoxE12rkS .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttoxE12rkS .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttoxE12rkS .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttoxE12rkS .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttoxE12rkS .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttoxE12rkS .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttoxE12rkS .card-row {
  align-items: stretch;
}
.cid-ttoxE12rkS .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttoxE12rkS .item {
    margin-top: 30px;
  }
}
.cid-ttoxE12rkS .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttoxE12rkS .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttoxE12rkS .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttoxE12rkS .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttoxE12rkS .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttoxE12rkS .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttoxE12rkS .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttoPhgWILe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoPhgWILe .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoPhgWILe .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoPhgWILe .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoPhgWILe .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoPhgWILe .col-form {
    padding: 30px;
  }
}
.cid-ttoPhgWILe .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoPhgWILe .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoPhgWILe .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoPhgWILe .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoPhgWILe .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoPhgWILe .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoPhgWILe .form-container {
    text-align: center !important;
  }
}
.cid-ttoPhgWILe .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoPhgWILe .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoPhgWILe .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoPhgWILe .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoPhgWILe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoPhgWILe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoPhgWILe .mbr-section-title,
.cid-ttoPhgWILe .mbr-section-btn {
  color: #ffffff;
}
.cid-ttoxFIkI2t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttoxFIkI2t .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoxFIkI2t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttoxFIkI2t .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoxFIkI2t .row {
    text-align: center;
  }
}
.cid-ttoxFIkI2t li {
  padding-bottom: 5px;
}
.cid-ttoxFIkI2t .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttoxFIkI2t .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoxFIkI2t div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttoxFIkI2t .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttoxFIkI2t .copyright {
  color: #bbbbbb;
}
.cid-ttoxFIkI2t .soc-link,
.cid-ttoxFIkI2t .soc-wrapper {
  color: #ffffff;
}
.cid-sSvVUmKt8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttoz97qB3k .navbar-dropdown {
  position: relative !important;
}
.cid-ttoz97qB3k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoz97qB3k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttoz97qB3k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttoz97qB3k .dropdown-item:hover,
.cid-ttoz97qB3k .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttoz97qB3k .dropdown-item:hover span {
  color: white;
}
.cid-ttoz97qB3k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttoz97qB3k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttoz97qB3k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttoz97qB3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttoz97qB3k .nav-link {
  position: relative;
}
.cid-ttoz97qB3k .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttoz97qB3k .container {
    flex-wrap: nowrap;
  }
}
.cid-ttoz97qB3k .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttoz97qB3k .dropdown-menu,
.cid-ttoz97qB3k .navbar.opened {
  background: #ffffff !important;
}
.cid-ttoz97qB3k .nav-item:focus,
.cid-ttoz97qB3k .nav-link:focus {
  outline: none;
}
.cid-ttoz97qB3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttoz97qB3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttoz97qB3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttoz97qB3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoz97qB3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttoz97qB3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttoz97qB3k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttoz97qB3k .navbar.opened {
  transition: all 0.3s;
}
.cid-ttoz97qB3k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttoz97qB3k .navbar .navbar-logo img {
  width: auto;
}
.cid-ttoz97qB3k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttoz97qB3k .navbar.collapsed {
  justify-content: center;
}
.cid-ttoz97qB3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttoz97qB3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttoz97qB3k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ttoz97qB3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttoz97qB3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttoz97qB3k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttoz97qB3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttoz97qB3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttoz97qB3k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoz97qB3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttoz97qB3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttoz97qB3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttoz97qB3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttoz97qB3k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttoz97qB3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttoz97qB3k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttoz97qB3k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttoz97qB3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttoz97qB3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttoz97qB3k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttoz97qB3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttoz97qB3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttoz97qB3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttoz97qB3k .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-ttoz97qB3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttoz97qB3k .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttoz97qB3k .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttoz97qB3k .dropdown-item.active,
.cid-ttoz97qB3k .dropdown-item:active {
  background-color: transparent;
}
.cid-ttoz97qB3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttoz97qB3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttoz97qB3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttoz97qB3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttoz97qB3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttoz97qB3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttoz97qB3k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttoz97qB3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttoz97qB3k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttoz97qB3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttoz97qB3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttoz97qB3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoz97qB3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoz97qB3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttoz97qB3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoz97qB3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttoz97qB3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttoz97qB3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoz97qB3k .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ttoz97qB3k .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttoz97qB3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttoz97qB3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttoz97qB3k .navbar {
    height: 70px;
  }
  .cid-ttoz97qB3k .navbar.opened {
    height: auto;
  }
  .cid-ttoz97qB3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttoz97qB3k .container,
.cid-ttoz97qB3k .container-fluid {
  flex-wrap: wrap;
}
.cid-ttoz97qB3k .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttoz97qB3k .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttoz97qB3k .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoz97qB3k .contacts-menu {
    display: none;
  }
}
.cid-ttoz97qB3k .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttoz97qB3k .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttoz97qB3k .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttoz97qB3k .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttoz97qB3k .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttoz97qB3k .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttoz97qB3k .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttoz97qB3k .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-ttoz97qB3k .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoz97qB3k .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttoz97qB3k .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttoz98ljIA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttoz98ljIA .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttoz98ljIA .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttoz98ljIA .btn {
  margin: 0px !important;
}
.cid-ttoz98ljIA .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoz98ljIA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoz98ljIA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttoz98ljIA .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttoz98ljIA .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttoz98ljIA .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttoz98ljIA .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttoz98ljIA .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttoz98ljIA .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttoz98ljIA .second-col {
    padding-top: 2rem;
  }
}
.cid-ttoz98ljIA .mbr-section-subtitle,
.cid-ttoz98ljIA .mbr-section-btn {
  color: #444444;
}
.cid-ttoz99ywhV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttoz99ywhV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttoz99ywhV .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoz99ywhV .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoz99ywhV .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttoz99ywhV .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoz99ywhV .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoz99ywhV .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttoz99ywhV .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttoz99ywhV .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttoz99ywhV .label-text {
    text-align: center !important;
  }
}
.cid-ttoz99ywhV .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttoz99ywhV .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoz99ywhV .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttoz99ywhV .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoz99ywhV .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttoz99ywhV .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoz99ywhV .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttoz99ywhV .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttoz99ywhV .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttoz99ywhV .list-item {
  display: flex;
  align-items: center;
}
.cid-ttoz99ywhV .icon-wrapper {
  margin-right: 5px;
}
.cid-ttoz99ywhV .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttoz99ywhV .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttoz99ywhV .list-item-text {
  flex-grow: 1;
}
.cid-ttoz99ywhV .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttoz99ywhV .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoz99ywhV .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoz9afOMU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttoz9afOMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoz9afOMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttoz9afOMU .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttoz9afOMU .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttoz9afOMU .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttoz9afOMU .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttoz9afOMU .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttoz9afOMU .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttoz9afOMU .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttoz9afOMU .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttoz9afOMU .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttoz9afOMU .card-row {
  align-items: stretch;
}
.cid-ttoz9afOMU .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttoz9afOMU .item {
    margin-top: 30px;
  }
}
.cid-ttoz9afOMU .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttoz9afOMU .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttoz9afOMU .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttoz9afOMU .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttoz9afOMU .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttoz9afOMU .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttoz9afOMU .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttoPC1OMHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoPC1OMHu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoPC1OMHu .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoPC1OMHu .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoPC1OMHu .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoPC1OMHu .col-form {
    padding: 30px;
  }
}
.cid-ttoPC1OMHu .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoPC1OMHu .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoPC1OMHu .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoPC1OMHu .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoPC1OMHu .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoPC1OMHu .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoPC1OMHu .form-container {
    text-align: center !important;
  }
}
.cid-ttoPC1OMHu .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoPC1OMHu .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoPC1OMHu .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoPC1OMHu .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoPC1OMHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoPC1OMHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoPC1OMHu .mbr-section-title,
.cid-ttoPC1OMHu .mbr-section-btn {
  color: #ffffff;
}
.cid-ttoz9bpdBp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttoz9bpdBp .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoz9bpdBp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttoz9bpdBp .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoz9bpdBp .row {
    text-align: center;
  }
}
.cid-ttoz9bpdBp li {
  padding-bottom: 5px;
}
.cid-ttoz9bpdBp .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttoz9bpdBp .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoz9bpdBp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttoz9bpdBp .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttoz9bpdBp .copyright {
  color: #bbbbbb;
}
.cid-ttoz9bpdBp .soc-link,
.cid-ttoz9bpdBp .soc-wrapper {
  color: #ffffff;
}
.cid-ttoz9c5G0x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttoC1SZczk .navbar-dropdown {
  position: relative !important;
}
.cid-ttoC1SZczk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoC1SZczk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttoC1SZczk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttoC1SZczk .dropdown-item:hover,
.cid-ttoC1SZczk .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttoC1SZczk .dropdown-item:hover span {
  color: white;
}
.cid-ttoC1SZczk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttoC1SZczk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttoC1SZczk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttoC1SZczk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttoC1SZczk .nav-link {
  position: relative;
}
.cid-ttoC1SZczk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttoC1SZczk .container {
    flex-wrap: nowrap;
  }
}
.cid-ttoC1SZczk .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttoC1SZczk .dropdown-menu,
.cid-ttoC1SZczk .navbar.opened {
  background: #ffffff !important;
}
.cid-ttoC1SZczk .nav-item:focus,
.cid-ttoC1SZczk .nav-link:focus {
  outline: none;
}
.cid-ttoC1SZczk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttoC1SZczk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttoC1SZczk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttoC1SZczk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoC1SZczk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttoC1SZczk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttoC1SZczk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttoC1SZczk .navbar.opened {
  transition: all 0.3s;
}
.cid-ttoC1SZczk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttoC1SZczk .navbar .navbar-logo img {
  width: auto;
}
.cid-ttoC1SZczk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttoC1SZczk .navbar.collapsed {
  justify-content: center;
}
.cid-ttoC1SZczk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttoC1SZczk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttoC1SZczk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ttoC1SZczk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttoC1SZczk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttoC1SZczk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttoC1SZczk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttoC1SZczk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttoC1SZczk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoC1SZczk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttoC1SZczk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttoC1SZczk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttoC1SZczk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttoC1SZczk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttoC1SZczk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttoC1SZczk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttoC1SZczk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttoC1SZczk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttoC1SZczk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttoC1SZczk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttoC1SZczk .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttoC1SZczk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttoC1SZczk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttoC1SZczk .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-ttoC1SZczk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttoC1SZczk .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttoC1SZczk .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttoC1SZczk .dropdown-item.active,
.cid-ttoC1SZczk .dropdown-item:active {
  background-color: transparent;
}
.cid-ttoC1SZczk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttoC1SZczk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttoC1SZczk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttoC1SZczk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttoC1SZczk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttoC1SZczk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttoC1SZczk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttoC1SZczk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttoC1SZczk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttoC1SZczk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttoC1SZczk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttoC1SZczk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoC1SZczk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoC1SZczk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttoC1SZczk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoC1SZczk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttoC1SZczk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttoC1SZczk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoC1SZczk .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ttoC1SZczk .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttoC1SZczk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttoC1SZczk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttoC1SZczk .navbar {
    height: 70px;
  }
  .cid-ttoC1SZczk .navbar.opened {
    height: auto;
  }
  .cid-ttoC1SZczk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttoC1SZczk .container,
.cid-ttoC1SZczk .container-fluid {
  flex-wrap: wrap;
}
.cid-ttoC1SZczk .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttoC1SZczk .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttoC1SZczk .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoC1SZczk .contacts-menu {
    display: none;
  }
}
.cid-ttoC1SZczk .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttoC1SZczk .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttoC1SZczk .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttoC1SZczk .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttoC1SZczk .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttoC1SZczk .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttoC1SZczk .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttoC1SZczk .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-ttoC1SZczk .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoC1SZczk .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttoC1SZczk .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttoC1TXMhG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttoC1TXMhG .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttoC1TXMhG .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttoC1TXMhG .btn {
  margin: 0px !important;
}
.cid-ttoC1TXMhG .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoC1TXMhG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoC1TXMhG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttoC1TXMhG .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttoC1TXMhG .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttoC1TXMhG .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttoC1TXMhG .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttoC1TXMhG .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttoC1TXMhG .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttoC1TXMhG .second-col {
    padding-top: 2rem;
  }
}
.cid-ttoC1TXMhG .mbr-section-subtitle,
.cid-ttoC1TXMhG .mbr-section-btn {
  color: #444444;
}
.cid-ttoC1Vbcg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttoC1Vbcg1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttoC1Vbcg1 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoC1Vbcg1 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoC1Vbcg1 .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttoC1Vbcg1 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoC1Vbcg1 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoC1Vbcg1 .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttoC1Vbcg1 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttoC1Vbcg1 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttoC1Vbcg1 .label-text {
    text-align: center !important;
  }
}
.cid-ttoC1Vbcg1 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttoC1Vbcg1 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoC1Vbcg1 .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttoC1Vbcg1 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoC1Vbcg1 .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttoC1Vbcg1 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoC1Vbcg1 .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttoC1Vbcg1 .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttoC1Vbcg1 .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttoC1Vbcg1 .list-item {
  display: flex;
  align-items: center;
}
.cid-ttoC1Vbcg1 .icon-wrapper {
  margin-right: 5px;
}
.cid-ttoC1Vbcg1 .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttoC1Vbcg1 .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttoC1Vbcg1 .list-item-text {
  flex-grow: 1;
}
.cid-ttoC1Vbcg1 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttoC1Vbcg1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoC1Vbcg1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoC1VTgI9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttoC1VTgI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoC1VTgI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttoC1VTgI9 .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttoC1VTgI9 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttoC1VTgI9 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttoC1VTgI9 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttoC1VTgI9 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttoC1VTgI9 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttoC1VTgI9 .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttoC1VTgI9 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttoC1VTgI9 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttoC1VTgI9 .card-row {
  align-items: stretch;
}
.cid-ttoC1VTgI9 .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttoC1VTgI9 .item {
    margin-top: 30px;
  }
}
.cid-ttoC1VTgI9 .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttoC1VTgI9 .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttoC1VTgI9 .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttoC1VTgI9 .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttoC1VTgI9 .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttoC1VTgI9 .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttoC1VTgI9 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttoPVAd1JV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoPVAd1JV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoPVAd1JV .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoPVAd1JV .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoPVAd1JV .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoPVAd1JV .col-form {
    padding: 30px;
  }
}
.cid-ttoPVAd1JV .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoPVAd1JV .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoPVAd1JV .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoPVAd1JV .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoPVAd1JV .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoPVAd1JV .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoPVAd1JV .form-container {
    text-align: center !important;
  }
}
.cid-ttoPVAd1JV .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoPVAd1JV .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoPVAd1JV .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoPVAd1JV .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoPVAd1JV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoPVAd1JV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoPVAd1JV .mbr-section-title,
.cid-ttoPVAd1JV .mbr-section-btn {
  color: #ffffff;
}
.cid-ttoC1X3wuK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttoC1X3wuK .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoC1X3wuK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttoC1X3wuK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoC1X3wuK .row {
    text-align: center;
  }
}
.cid-ttoC1X3wuK li {
  padding-bottom: 5px;
}
.cid-ttoC1X3wuK .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttoC1X3wuK .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoC1X3wuK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttoC1X3wuK .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttoC1X3wuK .copyright {
  color: #bbbbbb;
}
.cid-ttoC1X3wuK .soc-link,
.cid-ttoC1X3wuK .soc-wrapper {
  color: #ffffff;
}
.cid-ttoC1XHZrW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttoEofAhs9 .navbar-dropdown {
  position: relative !important;
}
.cid-ttoEofAhs9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoEofAhs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttoEofAhs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttoEofAhs9 .dropdown-item:hover,
.cid-ttoEofAhs9 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttoEofAhs9 .dropdown-item:hover span {
  color: white;
}
.cid-ttoEofAhs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttoEofAhs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttoEofAhs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttoEofAhs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttoEofAhs9 .nav-link {
  position: relative;
}
.cid-ttoEofAhs9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttoEofAhs9 .container {
    flex-wrap: nowrap;
  }
}
.cid-ttoEofAhs9 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttoEofAhs9 .dropdown-menu,
.cid-ttoEofAhs9 .navbar.opened {
  background: #ffffff !important;
}
.cid-ttoEofAhs9 .nav-item:focus,
.cid-ttoEofAhs9 .nav-link:focus {
  outline: none;
}
.cid-ttoEofAhs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttoEofAhs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttoEofAhs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttoEofAhs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoEofAhs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttoEofAhs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttoEofAhs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttoEofAhs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ttoEofAhs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttoEofAhs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ttoEofAhs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttoEofAhs9 .navbar.collapsed {
  justify-content: center;
}
.cid-ttoEofAhs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttoEofAhs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttoEofAhs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ttoEofAhs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttoEofAhs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttoEofAhs9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttoEofAhs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttoEofAhs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttoEofAhs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoEofAhs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttoEofAhs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttoEofAhs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttoEofAhs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttoEofAhs9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttoEofAhs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttoEofAhs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttoEofAhs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttoEofAhs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttoEofAhs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttoEofAhs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttoEofAhs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttoEofAhs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttoEofAhs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttoEofAhs9 .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-ttoEofAhs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttoEofAhs9 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttoEofAhs9 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttoEofAhs9 .dropdown-item.active,
.cid-ttoEofAhs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttoEofAhs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttoEofAhs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttoEofAhs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttoEofAhs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttoEofAhs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttoEofAhs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttoEofAhs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttoEofAhs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttoEofAhs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttoEofAhs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttoEofAhs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttoEofAhs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoEofAhs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoEofAhs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttoEofAhs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoEofAhs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttoEofAhs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttoEofAhs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoEofAhs9 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ttoEofAhs9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttoEofAhs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttoEofAhs9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttoEofAhs9 .navbar {
    height: 70px;
  }
  .cid-ttoEofAhs9 .navbar.opened {
    height: auto;
  }
  .cid-ttoEofAhs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttoEofAhs9 .container,
.cid-ttoEofAhs9 .container-fluid {
  flex-wrap: wrap;
}
.cid-ttoEofAhs9 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttoEofAhs9 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttoEofAhs9 .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoEofAhs9 .contacts-menu {
    display: none;
  }
}
.cid-ttoEofAhs9 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttoEofAhs9 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttoEofAhs9 .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttoEofAhs9 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttoEofAhs9 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttoEofAhs9 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttoEofAhs9 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttoEofAhs9 .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-ttoEofAhs9 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoEofAhs9 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttoEofAhs9 .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttoEogyzsV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttoEogyzsV .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttoEogyzsV .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttoEogyzsV .btn {
  margin: 0px !important;
}
.cid-ttoEogyzsV .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoEogyzsV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoEogyzsV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttoEogyzsV .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttoEogyzsV .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttoEogyzsV .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttoEogyzsV .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttoEogyzsV .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttoEogyzsV .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttoEogyzsV .second-col {
    padding-top: 2rem;
  }
}
.cid-ttoEogyzsV .mbr-section-subtitle,
.cid-ttoEogyzsV .mbr-section-btn {
  color: #444444;
}
.cid-ttoEohL3tD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttoEohL3tD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttoEohL3tD .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoEohL3tD .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoEohL3tD .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttoEohL3tD .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoEohL3tD .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoEohL3tD .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttoEohL3tD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttoEohL3tD .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttoEohL3tD .label-text {
    text-align: center !important;
  }
}
.cid-ttoEohL3tD .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttoEohL3tD .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoEohL3tD .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttoEohL3tD .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoEohL3tD .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttoEohL3tD .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoEohL3tD .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttoEohL3tD .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttoEohL3tD .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttoEohL3tD .list-item {
  display: flex;
  align-items: center;
}
.cid-ttoEohL3tD .icon-wrapper {
  margin-right: 5px;
}
.cid-ttoEohL3tD .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttoEohL3tD .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttoEohL3tD .list-item-text {
  flex-grow: 1;
}
.cid-ttoEohL3tD .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttoEohL3tD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoEohL3tD .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoEoisdAF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttoEoisdAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoEoisdAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttoEoisdAF .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttoEoisdAF .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttoEoisdAF .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttoEoisdAF .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttoEoisdAF .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttoEoisdAF .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttoEoisdAF .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttoEoisdAF .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttoEoisdAF .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttoEoisdAF .card-row {
  align-items: stretch;
}
.cid-ttoEoisdAF .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttoEoisdAF .item {
    margin-top: 30px;
  }
}
.cid-ttoEoisdAF .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttoEoisdAF .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttoEoisdAF .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttoEoisdAF .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttoEoisdAF .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttoEoisdAF .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttoEoisdAF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttoQ7uw7En {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoQ7uw7En .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoQ7uw7En .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoQ7uw7En .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoQ7uw7En .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoQ7uw7En .col-form {
    padding: 30px;
  }
}
.cid-ttoQ7uw7En .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoQ7uw7En .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoQ7uw7En .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoQ7uw7En .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoQ7uw7En .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoQ7uw7En .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoQ7uw7En .form-container {
    text-align: center !important;
  }
}
.cid-ttoQ7uw7En .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoQ7uw7En .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoQ7uw7En .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoQ7uw7En .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoQ7uw7En .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoQ7uw7En .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoQ7uw7En .mbr-section-title,
.cid-ttoQ7uw7En .mbr-section-btn {
  color: #ffffff;
}
.cid-ttoEojAPTU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttoEojAPTU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoEojAPTU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttoEojAPTU .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoEojAPTU .row {
    text-align: center;
  }
}
.cid-ttoEojAPTU li {
  padding-bottom: 5px;
}
.cid-ttoEojAPTU .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttoEojAPTU .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoEojAPTU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttoEojAPTU .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttoEojAPTU .copyright {
  color: #bbbbbb;
}
.cid-ttoEojAPTU .soc-link,
.cid-ttoEojAPTU .soc-wrapper {
  color: #ffffff;
}
.cid-ttoEokdMD5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttoIsltmMc .navbar-dropdown {
  position: relative !important;
}
.cid-ttoIsltmMc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoIsltmMc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttoIsltmMc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttoIsltmMc .dropdown-item:hover,
.cid-ttoIsltmMc .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttoIsltmMc .dropdown-item:hover span {
  color: white;
}
.cid-ttoIsltmMc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttoIsltmMc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttoIsltmMc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttoIsltmMc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttoIsltmMc .nav-link {
  position: relative;
}
.cid-ttoIsltmMc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttoIsltmMc .container {
    flex-wrap: nowrap;
  }
}
.cid-ttoIsltmMc .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttoIsltmMc .dropdown-menu,
.cid-ttoIsltmMc .navbar.opened {
  background: #ffffff !important;
}
.cid-ttoIsltmMc .nav-item:focus,
.cid-ttoIsltmMc .nav-link:focus {
  outline: none;
}
.cid-ttoIsltmMc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttoIsltmMc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttoIsltmMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttoIsltmMc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoIsltmMc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttoIsltmMc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttoIsltmMc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttoIsltmMc .navbar.opened {
  transition: all 0.3s;
}
.cid-ttoIsltmMc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttoIsltmMc .navbar .navbar-logo img {
  width: auto;
}
.cid-ttoIsltmMc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttoIsltmMc .navbar.collapsed {
  justify-content: center;
}
.cid-ttoIsltmMc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttoIsltmMc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttoIsltmMc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ttoIsltmMc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttoIsltmMc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttoIsltmMc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttoIsltmMc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttoIsltmMc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttoIsltmMc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoIsltmMc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttoIsltmMc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttoIsltmMc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttoIsltmMc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttoIsltmMc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttoIsltmMc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttoIsltmMc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttoIsltmMc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttoIsltmMc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttoIsltmMc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttoIsltmMc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttoIsltmMc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttoIsltmMc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttoIsltmMc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttoIsltmMc .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-ttoIsltmMc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttoIsltmMc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttoIsltmMc .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttoIsltmMc .dropdown-item.active,
.cid-ttoIsltmMc .dropdown-item:active {
  background-color: transparent;
}
.cid-ttoIsltmMc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttoIsltmMc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttoIsltmMc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttoIsltmMc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttoIsltmMc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttoIsltmMc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttoIsltmMc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttoIsltmMc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttoIsltmMc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttoIsltmMc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttoIsltmMc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttoIsltmMc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoIsltmMc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoIsltmMc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttoIsltmMc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoIsltmMc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttoIsltmMc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttoIsltmMc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoIsltmMc .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ttoIsltmMc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttoIsltmMc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttoIsltmMc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttoIsltmMc .navbar {
    height: 70px;
  }
  .cid-ttoIsltmMc .navbar.opened {
    height: auto;
  }
  .cid-ttoIsltmMc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttoIsltmMc .container,
.cid-ttoIsltmMc .container-fluid {
  flex-wrap: wrap;
}
.cid-ttoIsltmMc .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttoIsltmMc .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttoIsltmMc .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoIsltmMc .contacts-menu {
    display: none;
  }
}
.cid-ttoIsltmMc .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttoIsltmMc .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttoIsltmMc .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttoIsltmMc .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttoIsltmMc .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttoIsltmMc .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttoIsltmMc .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttoIsltmMc .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-ttoIsltmMc .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoIsltmMc .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttoIsltmMc .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttoIsmFlaX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttoIsmFlaX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttoIsmFlaX .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttoIsmFlaX .btn {
  margin: 0px !important;
}
.cid-ttoIsmFlaX .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoIsmFlaX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoIsmFlaX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttoIsmFlaX .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttoIsmFlaX .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttoIsmFlaX .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttoIsmFlaX .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttoIsmFlaX .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttoIsmFlaX .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttoIsmFlaX .second-col {
    padding-top: 2rem;
  }
}
.cid-ttoIsmFlaX .mbr-section-subtitle,
.cid-ttoIsmFlaX .mbr-section-btn {
  color: #444444;
}
.cid-ttoIsnBCyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttoIsnBCyN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttoIsnBCyN .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoIsnBCyN .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoIsnBCyN .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttoIsnBCyN .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoIsnBCyN .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoIsnBCyN .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttoIsnBCyN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttoIsnBCyN .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttoIsnBCyN .label-text {
    text-align: center !important;
  }
}
.cid-ttoIsnBCyN .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttoIsnBCyN .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoIsnBCyN .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttoIsnBCyN .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoIsnBCyN .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttoIsnBCyN .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoIsnBCyN .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttoIsnBCyN .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttoIsnBCyN .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttoIsnBCyN .list-item {
  display: flex;
  align-items: center;
}
.cid-ttoIsnBCyN .icon-wrapper {
  margin-right: 5px;
}
.cid-ttoIsnBCyN .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttoIsnBCyN .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttoIsnBCyN .list-item-text {
  flex-grow: 1;
}
.cid-ttoIsnBCyN .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttoIsnBCyN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoIsnBCyN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoIspbzjb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttoIspbzjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoIspbzjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttoIspbzjb .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttoIspbzjb .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttoIspbzjb .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttoIspbzjb .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttoIspbzjb .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttoIspbzjb .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttoIspbzjb .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttoIspbzjb .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttoIspbzjb .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttoIspbzjb .card-row {
  align-items: stretch;
}
.cid-ttoIspbzjb .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttoIspbzjb .item {
    margin-top: 30px;
  }
}
.cid-ttoIspbzjb .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttoIspbzjb .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttoIspbzjb .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttoIspbzjb .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttoIspbzjb .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttoIspbzjb .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttoIspbzjb .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttoR7yUjOT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoR7yUjOT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoR7yUjOT .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoR7yUjOT .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoR7yUjOT .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoR7yUjOT .col-form {
    padding: 30px;
  }
}
.cid-ttoR7yUjOT .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoR7yUjOT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoR7yUjOT .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoR7yUjOT .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoR7yUjOT .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoR7yUjOT .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoR7yUjOT .form-container {
    text-align: center !important;
  }
}
.cid-ttoR7yUjOT .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoR7yUjOT .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoR7yUjOT .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoR7yUjOT .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoR7yUjOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoR7yUjOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoR7yUjOT .mbr-section-title,
.cid-ttoR7yUjOT .mbr-section-btn {
  color: #ffffff;
}
.cid-ttoIsqzjQM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttoIsqzjQM .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoIsqzjQM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttoIsqzjQM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoIsqzjQM .row {
    text-align: center;
  }
}
.cid-ttoIsqzjQM li {
  padding-bottom: 5px;
}
.cid-ttoIsqzjQM .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttoIsqzjQM .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoIsqzjQM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttoIsqzjQM .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttoIsqzjQM .copyright {
  color: #bbbbbb;
}
.cid-ttoIsqzjQM .soc-link,
.cid-ttoIsqzjQM .soc-wrapper {
  color: #ffffff;
}
.cid-ttoIsrqXdW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttoKwUn7pb .navbar-dropdown {
  position: relative !important;
}
.cid-ttoKwUn7pb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoKwUn7pb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttoKwUn7pb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttoKwUn7pb .dropdown-item:hover,
.cid-ttoKwUn7pb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttoKwUn7pb .dropdown-item:hover span {
  color: white;
}
.cid-ttoKwUn7pb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttoKwUn7pb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttoKwUn7pb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttoKwUn7pb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttoKwUn7pb .nav-link {
  position: relative;
}
.cid-ttoKwUn7pb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttoKwUn7pb .container {
    flex-wrap: nowrap;
  }
}
.cid-ttoKwUn7pb .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttoKwUn7pb .dropdown-menu,
.cid-ttoKwUn7pb .navbar.opened {
  background: #ffffff !important;
}
.cid-ttoKwUn7pb .nav-item:focus,
.cid-ttoKwUn7pb .nav-link:focus {
  outline: none;
}
.cid-ttoKwUn7pb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttoKwUn7pb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttoKwUn7pb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttoKwUn7pb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoKwUn7pb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttoKwUn7pb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttoKwUn7pb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttoKwUn7pb .navbar.opened {
  transition: all 0.3s;
}
.cid-ttoKwUn7pb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttoKwUn7pb .navbar .navbar-logo img {
  width: auto;
}
.cid-ttoKwUn7pb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttoKwUn7pb .navbar.collapsed {
  justify-content: center;
}
.cid-ttoKwUn7pb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttoKwUn7pb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttoKwUn7pb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ttoKwUn7pb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttoKwUn7pb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttoKwUn7pb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttoKwUn7pb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttoKwUn7pb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttoKwUn7pb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoKwUn7pb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttoKwUn7pb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttoKwUn7pb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttoKwUn7pb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttoKwUn7pb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttoKwUn7pb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttoKwUn7pb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttoKwUn7pb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttoKwUn7pb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttoKwUn7pb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttoKwUn7pb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttoKwUn7pb .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttoKwUn7pb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttoKwUn7pb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttoKwUn7pb .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-ttoKwUn7pb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttoKwUn7pb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttoKwUn7pb .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttoKwUn7pb .dropdown-item.active,
.cid-ttoKwUn7pb .dropdown-item:active {
  background-color: transparent;
}
.cid-ttoKwUn7pb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttoKwUn7pb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttoKwUn7pb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttoKwUn7pb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttoKwUn7pb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttoKwUn7pb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttoKwUn7pb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttoKwUn7pb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttoKwUn7pb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttoKwUn7pb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttoKwUn7pb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttoKwUn7pb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoKwUn7pb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoKwUn7pb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttoKwUn7pb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoKwUn7pb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttoKwUn7pb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttoKwUn7pb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoKwUn7pb .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ttoKwUn7pb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttoKwUn7pb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttoKwUn7pb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttoKwUn7pb .navbar {
    height: 70px;
  }
  .cid-ttoKwUn7pb .navbar.opened {
    height: auto;
  }
  .cid-ttoKwUn7pb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttoKwUn7pb .container,
.cid-ttoKwUn7pb .container-fluid {
  flex-wrap: wrap;
}
.cid-ttoKwUn7pb .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttoKwUn7pb .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttoKwUn7pb .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoKwUn7pb .contacts-menu {
    display: none;
  }
}
.cid-ttoKwUn7pb .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttoKwUn7pb .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttoKwUn7pb .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttoKwUn7pb .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttoKwUn7pb .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttoKwUn7pb .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttoKwUn7pb .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttoKwUn7pb .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-ttoKwUn7pb .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoKwUn7pb .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttoKwUn7pb .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttoKwVvUAp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttoKwVvUAp .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttoKwVvUAp .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttoKwVvUAp .btn {
  margin: 0px !important;
}
.cid-ttoKwVvUAp .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoKwVvUAp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoKwVvUAp .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttoKwVvUAp .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttoKwVvUAp .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttoKwVvUAp .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttoKwVvUAp .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttoKwVvUAp .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttoKwVvUAp .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttoKwVvUAp .second-col {
    padding-top: 2rem;
  }
}
.cid-ttoKwVvUAp .mbr-section-subtitle,
.cid-ttoKwVvUAp .mbr-section-btn {
  color: #444444;
}
.cid-ttoKwWkTuU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttoKwWkTuU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttoKwWkTuU .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoKwWkTuU .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoKwWkTuU .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttoKwWkTuU .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoKwWkTuU .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoKwWkTuU .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttoKwWkTuU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttoKwWkTuU .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttoKwWkTuU .label-text {
    text-align: center !important;
  }
}
.cid-ttoKwWkTuU .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttoKwWkTuU .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoKwWkTuU .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttoKwWkTuU .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoKwWkTuU .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttoKwWkTuU .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoKwWkTuU .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttoKwWkTuU .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttoKwWkTuU .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttoKwWkTuU .list-item {
  display: flex;
  align-items: center;
}
.cid-ttoKwWkTuU .icon-wrapper {
  margin-right: 5px;
}
.cid-ttoKwWkTuU .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttoKwWkTuU .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttoKwWkTuU .list-item-text {
  flex-grow: 1;
}
.cid-ttoKwWkTuU .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttoKwWkTuU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoKwWkTuU .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoKwXMqXv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttoKwXMqXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoKwXMqXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttoKwXMqXv .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttoKwXMqXv .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttoKwXMqXv .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttoKwXMqXv .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttoKwXMqXv .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttoKwXMqXv .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttoKwXMqXv .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttoKwXMqXv .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttoKwXMqXv .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttoKwXMqXv .card-row {
  align-items: stretch;
}
.cid-ttoKwXMqXv .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttoKwXMqXv .item {
    margin-top: 30px;
  }
}
.cid-ttoKwXMqXv .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttoKwXMqXv .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttoKwXMqXv .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttoKwXMqXv .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttoKwXMqXv .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttoKwXMqXv .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttoKwXMqXv .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttoRjXSLLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoRjXSLLW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoRjXSLLW .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoRjXSLLW .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoRjXSLLW .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoRjXSLLW .col-form {
    padding: 30px;
  }
}
.cid-ttoRjXSLLW .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoRjXSLLW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoRjXSLLW .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoRjXSLLW .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoRjXSLLW .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoRjXSLLW .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoRjXSLLW .form-container {
    text-align: center !important;
  }
}
.cid-ttoRjXSLLW .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoRjXSLLW .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoRjXSLLW .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoRjXSLLW .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoRjXSLLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoRjXSLLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoRjXSLLW .mbr-section-title,
.cid-ttoRjXSLLW .mbr-section-btn {
  color: #ffffff;
}
.cid-ttoKwZ2Hew {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttoKwZ2Hew .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoKwZ2Hew .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttoKwZ2Hew .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoKwZ2Hew .row {
    text-align: center;
  }
}
.cid-ttoKwZ2Hew li {
  padding-bottom: 5px;
}
.cid-ttoKwZ2Hew .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttoKwZ2Hew .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoKwZ2Hew div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttoKwZ2Hew .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttoKwZ2Hew .copyright {
  color: #bbbbbb;
}
.cid-ttoKwZ2Hew .soc-link,
.cid-ttoKwZ2Hew .soc-wrapper {
  color: #ffffff;
}
.cid-ttoKwZQn2f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttoLY7Ffwr .navbar-dropdown {
  position: relative !important;
}
.cid-ttoLY7Ffwr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoLY7Ffwr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttoLY7Ffwr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttoLY7Ffwr .dropdown-item:hover,
.cid-ttoLY7Ffwr .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttoLY7Ffwr .dropdown-item:hover span {
  color: white;
}
.cid-ttoLY7Ffwr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttoLY7Ffwr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttoLY7Ffwr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttoLY7Ffwr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttoLY7Ffwr .nav-link {
  position: relative;
}
.cid-ttoLY7Ffwr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttoLY7Ffwr .container {
    flex-wrap: nowrap;
  }
}
.cid-ttoLY7Ffwr .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttoLY7Ffwr .dropdown-menu,
.cid-ttoLY7Ffwr .navbar.opened {
  background: #ffffff !important;
}
.cid-ttoLY7Ffwr .nav-item:focus,
.cid-ttoLY7Ffwr .nav-link:focus {
  outline: none;
}
.cid-ttoLY7Ffwr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttoLY7Ffwr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttoLY7Ffwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttoLY7Ffwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttoLY7Ffwr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttoLY7Ffwr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttoLY7Ffwr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttoLY7Ffwr .navbar.opened {
  transition: all 0.3s;
}
.cid-ttoLY7Ffwr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttoLY7Ffwr .navbar .navbar-logo img {
  width: auto;
}
.cid-ttoLY7Ffwr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttoLY7Ffwr .navbar.collapsed {
  justify-content: center;
}
.cid-ttoLY7Ffwr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttoLY7Ffwr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttoLY7Ffwr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ttoLY7Ffwr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttoLY7Ffwr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttoLY7Ffwr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttoLY7Ffwr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttoLY7Ffwr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttoLY7Ffwr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoLY7Ffwr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttoLY7Ffwr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttoLY7Ffwr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttoLY7Ffwr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttoLY7Ffwr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttoLY7Ffwr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttoLY7Ffwr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttoLY7Ffwr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttoLY7Ffwr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttoLY7Ffwr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttoLY7Ffwr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttoLY7Ffwr .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttoLY7Ffwr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttoLY7Ffwr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttoLY7Ffwr .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-ttoLY7Ffwr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttoLY7Ffwr .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttoLY7Ffwr .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttoLY7Ffwr .dropdown-item.active,
.cid-ttoLY7Ffwr .dropdown-item:active {
  background-color: transparent;
}
.cid-ttoLY7Ffwr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttoLY7Ffwr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttoLY7Ffwr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttoLY7Ffwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttoLY7Ffwr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttoLY7Ffwr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttoLY7Ffwr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttoLY7Ffwr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttoLY7Ffwr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttoLY7Ffwr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttoLY7Ffwr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttoLY7Ffwr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoLY7Ffwr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttoLY7Ffwr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttoLY7Ffwr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoLY7Ffwr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttoLY7Ffwr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttoLY7Ffwr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttoLY7Ffwr .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ttoLY7Ffwr .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttoLY7Ffwr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttoLY7Ffwr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttoLY7Ffwr .navbar {
    height: 70px;
  }
  .cid-ttoLY7Ffwr .navbar.opened {
    height: auto;
  }
  .cid-ttoLY7Ffwr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttoLY7Ffwr .container,
.cid-ttoLY7Ffwr .container-fluid {
  flex-wrap: wrap;
}
.cid-ttoLY7Ffwr .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttoLY7Ffwr .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttoLY7Ffwr .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoLY7Ffwr .contacts-menu {
    display: none;
  }
}
.cid-ttoLY7Ffwr .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttoLY7Ffwr .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttoLY7Ffwr .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttoLY7Ffwr .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttoLY7Ffwr .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttoLY7Ffwr .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttoLY7Ffwr .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttoLY7Ffwr .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-ttoLY7Ffwr .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoLY7Ffwr .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttoLY7Ffwr .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttoLY8KnYV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttoLY8KnYV .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttoLY8KnYV .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttoLY8KnYV .btn {
  margin: 0px !important;
}
.cid-ttoLY8KnYV .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoLY8KnYV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttoLY8KnYV .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttoLY8KnYV .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttoLY8KnYV .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttoLY8KnYV .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttoLY8KnYV .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttoLY8KnYV .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttoLY8KnYV .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttoLY8KnYV .second-col {
    padding-top: 2rem;
  }
}
.cid-ttoLY8KnYV .mbr-section-subtitle,
.cid-ttoLY8KnYV .mbr-section-btn {
  color: #444444;
}
.cid-ttoLY9Ao2Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttoLY9Ao2Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttoLY9Ao2Y .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoLY9Ao2Y .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoLY9Ao2Y .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttoLY9Ao2Y .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoLY9Ao2Y .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoLY9Ao2Y .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttoLY9Ao2Y .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttoLY9Ao2Y .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttoLY9Ao2Y .label-text {
    text-align: center !important;
  }
}
.cid-ttoLY9Ao2Y .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttoLY9Ao2Y .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoLY9Ao2Y .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttoLY9Ao2Y .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoLY9Ao2Y .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttoLY9Ao2Y .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttoLY9Ao2Y .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttoLY9Ao2Y .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttoLY9Ao2Y .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttoLY9Ao2Y .list-item {
  display: flex;
  align-items: center;
}
.cid-ttoLY9Ao2Y .icon-wrapper {
  margin-right: 5px;
}
.cid-ttoLY9Ao2Y .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttoLY9Ao2Y .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttoLY9Ao2Y .list-item-text {
  flex-grow: 1;
}
.cid-ttoLY9Ao2Y .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttoLY9Ao2Y .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttoLY9Ao2Y .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttoLYb48oB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttoLYb48oB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoLYb48oB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttoLYb48oB .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttoLYb48oB .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttoLYb48oB .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttoLYb48oB .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttoLYb48oB .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttoLYb48oB .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttoLYb48oB .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttoLYb48oB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttoLYb48oB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttoLYb48oB .card-row {
  align-items: stretch;
}
.cid-ttoLYb48oB .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttoLYb48oB .item {
    margin-top: 30px;
  }
}
.cid-ttoLYb48oB .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttoLYb48oB .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttoLYb48oB .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttoLYb48oB .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttoLYb48oB .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttoLYb48oB .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttoLYb48oB .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttoLYaqD1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttoLYaqD1z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttoLYaqD1z .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttoLYaqD1z .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttoLYaqD1z .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttoLYaqD1z .col-form {
    padding: 30px;
  }
}
.cid-ttoLYaqD1z .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoLYaqD1z .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttoLYaqD1z .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttoLYaqD1z .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttoLYaqD1z .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttoLYaqD1z .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttoLYaqD1z .form-container {
    text-align: center !important;
  }
}
.cid-ttoLYaqD1z .form-group {
  margin-bottom: 10px !important;
}
.cid-ttoLYaqD1z .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttoLYaqD1z .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttoLYaqD1z .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttoLYaqD1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttoLYaqD1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttoLYaqD1z .mbr-section-title,
.cid-ttoLYaqD1z .mbr-section-btn {
  color: #ffffff;
}
.cid-ttoLYcmYmm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttoLYcmYmm .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttoLYcmYmm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttoLYcmYmm .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttoLYcmYmm .row {
    text-align: center;
  }
}
.cid-ttoLYcmYmm li {
  padding-bottom: 5px;
}
.cid-ttoLYcmYmm .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttoLYcmYmm .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttoLYcmYmm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttoLYcmYmm .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttoLYcmYmm .copyright {
  color: #bbbbbb;
}
.cid-ttoLYcmYmm .soc-link,
.cid-ttoLYcmYmm .soc-wrapper {
  color: #ffffff;
}
.cid-ttoLYe0ZPN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttpSCL3XyM .navbar-dropdown {
  position: relative !important;
}
.cid-ttpSCL3XyM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttpSCL3XyM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttpSCL3XyM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttpSCL3XyM .dropdown-item:hover,
.cid-ttpSCL3XyM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ttpSCL3XyM .dropdown-item:hover span {
  color: white;
}
.cid-ttpSCL3XyM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttpSCL3XyM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttpSCL3XyM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttpSCL3XyM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttpSCL3XyM .nav-link {
  position: relative;
}
.cid-ttpSCL3XyM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttpSCL3XyM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttpSCL3XyM .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttpSCL3XyM .dropdown-menu,
.cid-ttpSCL3XyM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttpSCL3XyM .nav-item:focus,
.cid-ttpSCL3XyM .nav-link:focus {
  outline: none;
}
.cid-ttpSCL3XyM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttpSCL3XyM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttpSCL3XyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttpSCL3XyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttpSCL3XyM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttpSCL3XyM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttpSCL3XyM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttpSCL3XyM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttpSCL3XyM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttpSCL3XyM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttpSCL3XyM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttpSCL3XyM .navbar.collapsed {
  justify-content: center;
}
.cid-ttpSCL3XyM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttpSCL3XyM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttpSCL3XyM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ttpSCL3XyM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttpSCL3XyM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttpSCL3XyM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttpSCL3XyM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttpSCL3XyM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttpSCL3XyM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttpSCL3XyM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttpSCL3XyM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttpSCL3XyM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttpSCL3XyM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttpSCL3XyM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttpSCL3XyM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttpSCL3XyM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttpSCL3XyM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttpSCL3XyM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttpSCL3XyM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttpSCL3XyM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttpSCL3XyM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttpSCL3XyM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttpSCL3XyM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttpSCL3XyM .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-ttpSCL3XyM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttpSCL3XyM .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ttpSCL3XyM .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ttpSCL3XyM .dropdown-item.active,
.cid-ttpSCL3XyM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttpSCL3XyM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttpSCL3XyM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttpSCL3XyM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttpSCL3XyM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttpSCL3XyM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttpSCL3XyM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttpSCL3XyM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttpSCL3XyM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttpSCL3XyM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttpSCL3XyM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ttpSCL3XyM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttpSCL3XyM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttpSCL3XyM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttpSCL3XyM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttpSCL3XyM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttpSCL3XyM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttpSCL3XyM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttpSCL3XyM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttpSCL3XyM .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ttpSCL3XyM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ttpSCL3XyM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttpSCL3XyM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttpSCL3XyM .navbar {
    height: 70px;
  }
  .cid-ttpSCL3XyM .navbar.opened {
    height: auto;
  }
  .cid-ttpSCL3XyM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttpSCL3XyM .container,
.cid-ttpSCL3XyM .container-fluid {
  flex-wrap: wrap;
}
.cid-ttpSCL3XyM .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ttpSCL3XyM .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ttpSCL3XyM .contacts-menu .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttpSCL3XyM .contacts-menu {
    display: none;
  }
}
.cid-ttpSCL3XyM .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ttpSCL3XyM .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ttpSCL3XyM .icon-box:hover {
  transform: scale(1.1);
}
.cid-ttpSCL3XyM .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ttpSCL3XyM .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ttpSCL3XyM .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ttpSCL3XyM .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ttpSCL3XyM .navbar-collapse .mbr-section-btn .btn-black {
  color: #000000 !important;
}
@media (max-width: 577px) {
  .cid-ttpSCL3XyM .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttpSCL3XyM .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ttpSCL3XyM .navbar-collapse .nav-link:hover {
  color: #000000 !important;
}
.cid-ttpSCLSZSe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ttpSCLSZSe .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-ttpSCLSZSe .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-ttpSCLSZSe .btn {
  margin: 0px !important;
}
.cid-ttpSCLSZSe .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttpSCLSZSe .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ttpSCLSZSe .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ttpSCLSZSe .carousel-item .wrap-img {
  text-align: center;
}
.cid-ttpSCLSZSe .carousel-item .wrap-img img {
  max-height: auto;
  width: auto;
  max-width: 100%;
}
.cid-ttpSCLSZSe .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-ttpSCLSZSe .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-ttpSCLSZSe .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-ttpSCLSZSe .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-ttpSCLSZSe .second-col {
    padding-top: 2rem;
  }
}
.cid-ttpSCLSZSe .mbr-section-subtitle,
.cid-ttpSCLSZSe .mbr-section-btn {
  color: #444444;
}
.cid-ttpSCMrI4P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-ttpSCMrI4P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttpSCMrI4P .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttpSCMrI4P .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttpSCMrI4P .image-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ttpSCMrI4P .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttpSCMrI4P .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ttpSCMrI4P .col-text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ttpSCMrI4P .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttpSCMrI4P .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e1c100;
}
@media (max-width: 767px) {
  .cid-ttpSCMrI4P .label-text {
    text-align: center !important;
  }
}
.cid-ttpSCMrI4P .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ttpSCMrI4P .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttpSCMrI4P .mbr-text {
    margin-bottom: 48px;
  }
}
.cid-ttpSCMrI4P .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttpSCMrI4P .lists-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-ttpSCMrI4P .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ttpSCMrI4P .list {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ttpSCMrI4P .list:first-child {
    padding: 30px 30px 30px 0;
  }
  .cid-ttpSCMrI4P .list:last-child {
    padding: 30px 0 30px 30px;
  }
}
.cid-ttpSCMrI4P .list-item {
  display: flex;
  align-items: center;
}
.cid-ttpSCMrI4P .icon-wrapper {
  margin-right: 5px;
}
.cid-ttpSCMrI4P .icon-wrapper span {
  color: #000000;
  font-size: 13px;
}
.cid-ttpSCMrI4P .list-title {
  color: #222222;
  margin-bottom: 24px;
}
.cid-ttpSCMrI4P .list-item-text {
  flex-grow: 1;
}
.cid-ttpSCMrI4P .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-ttpSCMrI4P .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttpSCMrI4P .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttpSCN1Aas {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-ttpSCN1Aas .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttpSCN1Aas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-ttpSCN1Aas .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-ttpSCN1Aas .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ttpSCN1Aas .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ttpSCN1Aas .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ttpSCN1Aas .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ttpSCN1Aas .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-ttpSCN1Aas .mbr-section-title {
  color: #ffdd0e;
}
.cid-ttpSCN1Aas .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ttpSCN1Aas .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ttpSCN1Aas .card-row {
  align-items: stretch;
}
.cid-ttpSCN1Aas .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-ttpSCN1Aas .item {
    margin-top: 30px;
  }
}
.cid-ttpSCN1Aas .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-ttpSCN1Aas .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-ttpSCN1Aas .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-ttpSCN1Aas .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-ttpSCN1Aas .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-ttpSCN1Aas .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-ttpSCN1Aas .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttpSCNrkXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #378b8d;
}
.cid-ttpSCNrkXh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ttpSCNrkXh .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttpSCNrkXh .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-ttpSCNrkXh .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ttpSCNrkXh .col-form {
    padding: 30px;
  }
}
.cid-ttpSCNrkXh .mbr-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttpSCNrkXh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttpSCNrkXh .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-ttpSCNrkXh .mbr-section-btn {
  margin-bottom: 10px;
}
.cid-ttpSCNrkXh .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttpSCNrkXh .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttpSCNrkXh .form-container {
    text-align: center !important;
  }
}
.cid-ttpSCNrkXh .form-group {
  margin-bottom: 10px !important;
}
.cid-ttpSCNrkXh .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-ttpSCNrkXh .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttpSCNrkXh .row-custom {
    flex-wrap: wrap;
  }
}
.cid-ttpSCNrkXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttpSCNrkXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttpSCNrkXh .mbr-section-title,
.cid-ttpSCNrkXh .mbr-section-btn {
  color: #ffffff;
}
.cid-ttpSCNThb3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-ttpSCNThb3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttpSCNThb3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttpSCNThb3 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ttpSCNThb3 .row {
    text-align: center;
  }
}
.cid-ttpSCNThb3 li {
  padding-bottom: 5px;
}
.cid-ttpSCNThb3 .row {
  padding-top: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-ttpSCNThb3 .soc-wrapper {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttpSCNThb3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttpSCNThb3 .mbr-iconfont {
  padding-right: 6px;
}
.cid-ttpSCNThb3 .copyright {
  color: #bbbbbb;
}
.cid-ttpSCNThb3 .soc-link,
.cid-ttpSCNThb3 .soc-wrapper {
  color: #ffffff;
}
.cid-ttpSCOqiN1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
