body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Montserrat', 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3eb75e !important;
}
.bg-success {
  background-color: #3eb75e !important;
}
.bg-info {
  background-color: #ec1722 !important;
}
.bg-warning {
  background-color: #3eb75e !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #38a454 !important;
  border-color: #38a454 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #38a454 !important;
  border-color: #38a454 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e6e6e6 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #737373 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #e6e6e6 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d8121c !important;
  border-color: #d8121c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d8121c !important;
  border-color: #d8121c !important;
}
.btn-success,
.btn-success:active {
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #38a454 !important;
  border-color: #38a454 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #38a454 !important;
  border-color: #38a454 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #38a454 !important;
  border-color: #38a454 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #38a454 !important;
  border-color: #38a454 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e6e6e6 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #737373 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #e6e6e6 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #a3b4cc !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #b4c2d5 !important;
  border-color: #b4c2d5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #a3b4cc !important;
  background-color: #b4c2d5 !important;
  border-color: #b4c2d5 !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #15171a !important;
  border-color: #15171a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #15171a !important;
  border-color: #15171a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3eb75e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #28763d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9f0d15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3eb75e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #28763d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3eb75e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #28763d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #3eb75e !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3eb75e !important;
}
.text-info {
  color: #ec1722 !important;
}
.text-warning {
  color: #3eb75e !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #246b37 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #246b37 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #910c13 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #246b37 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3eb75e;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ec1722;
}
.alert-warning {
  background-color: #3eb75e;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3eb75e;
  border-color: #3eb75e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3eb75e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #98dcaa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #98dcaa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #98dcaa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #3eb75e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #3eb75e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3eb75e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3eb75e;
}
.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: #3eb75e;
  border-bottom-color: #3eb75e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #3eb75e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%233eb75e' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #3eb75e !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #3eb75e !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #3eb75e !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #3eb75e !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-thXV5UHJh4 {
  z-index: 1000;
  width: 100%;
}
.cid-thXV5UHJh4 nav.navbar {
  position: fixed;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thXV5UHJh4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thXV5UHJh4 .dropdown-item:hover,
.cid-thXV5UHJh4 .dropdown-item:focus {
  background: #3eb75e !important;
  color: white !important;
}
.cid-thXV5UHJh4 .dropdown-item:hover span {
  color: white;
}
.cid-thXV5UHJh4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thXV5UHJh4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thXV5UHJh4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXV5UHJh4 .nav-link {
  position: relative;
}
.cid-thXV5UHJh4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container {
    flex-wrap: nowrap;
  }
}
.cid-thXV5UHJh4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:hover,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:focus,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thXV5UHJh4 .dropdown-menu,
.cid-thXV5UHJh4 .navbar.opened {
  background: #3eb75e !important;
}
.cid-thXV5UHJh4 .nav-item:focus,
.cid-thXV5UHJh4 .nav-link:focus {
  outline: none;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXV5UHJh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXV5UHJh4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #3eb75e;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-thXV5UHJh4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thXV5UHJh4 .navbar.opened {
  transition: all 0.3s;
}
.cid-thXV5UHJh4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thXV5UHJh4 .navbar .navbar-logo img {
  width: auto;
}
.cid-thXV5UHJh4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thXV5UHJh4 .navbar.collapsed {
  justify-content: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXV5UHJh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXV5UHJh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thXV5UHJh4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXV5UHJh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thXV5UHJh4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thXV5UHJh4 .navbar.navbar-short {
  min-height: 70px;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar {
    min-height: 80px;
  }
}
.cid-thXV5UHJh4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-thXV5UHJh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXV5UHJh4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-thXV5UHJh4 .dropdown-item.active,
.cid-thXV5UHJh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-thXV5UHJh4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3eb75e;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXV5UHJh4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXV5UHJh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thXV5UHJh4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thXV5UHJh4 button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #3eb75e, #3eb75e);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-thXV5UHJh4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thXV5UHJh4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thXV5UHJh4 .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-thXV5UHJh4 .navbar {
    height: 70px;
  }
  .cid-thXV5UHJh4 .navbar.opened {
    height: auto;
  }
  .cid-thXV5UHJh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXV5UHJh4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #3eb75e;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-short {
    min-height: 70px;
  }
}
.cid-thXV5UHJh4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-thXV5UHJh4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thXV5UHJh4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thXV5UHJh4 button.navbar-toggler {
    display: flex;
  }
  .cid-thXV5UHJh4 .navbar-brand {
    width: auto !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thXV5UHJh4 .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-thXW3OwmyZ {
  background-image: url("../../../assets/images/fonsite-1.webp");
}
.cid-thXW3OwmyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXW3OwmyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXW3OwmyZ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-thXW3OwmyZ .mbr-section-subtitle {
  color: #51dc76;
  margin-bottom: 30px;
}
.cid-thXW3OwmyZ .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-thXW3OwmyZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-thXW3OwmyZ .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-thXW3OwmyZ .mbr-text,
.cid-thXW3OwmyZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-thXW3OwmyZ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-thXW3OwmyZ H2 {
  color: #51dc76;
}
.cid-thXW3OwmyZ H3 {
  background: linear-gradient(0deg, #3eb75e, #9ee4b1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #8fff32;
}
.cid-tOrc4A0HCr {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOrc4A0HCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOrc4A0HCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOrc4A0HCr .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tOrc4A0HCr .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tOrc4A0HCr .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tOrc4A0HCr .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tOrc4A0HCr .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tOrc4A0HCr .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tOrc4A0HCr .mbr-section-head {
  width: 100%;
}
.cid-tOrc4A0HCr .mbr-section-title {
  color: #212428;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tOrc4A0HCr .mbr-section-title {
    text-align: center;
  }
}
.cid-tOrc4A0HCr .mbr-section-subtitle {
  color: #13171f;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tOrc4A0HCr .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tOrc4A0HCr .card-row {
  align-items: stretch;
}
.cid-tOrc4A0HCr .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tOrc4A0HCr .card {
    margin-top: 30px;
  }
}
.cid-tOrc4A0HCr .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
@media (max-width: 1199px) {
  .cid-tOrc4A0HCr .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tOrc4A0HCr .card-wrapper {
    padding: 20px;
  }
}
.cid-tOrc4A0HCr .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tOrc4A0HCr .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tOrc4A0HCr .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tOrc4A0HCr .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tOrc4A0HCr .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-tOrc4A0HCr .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tOrc4A0HCr .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tOrc4A0HCr .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tOrc4A0HCr .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-tOrc4A0HCr .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3eb75e;
}
.cid-tOrc4A0HCr .card-title {
  color: #13171f;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-tOrc4A0HCr .card-title {
    margin-bottom: 15px;
  }
}
.cid-tOrc4A0HCr .card-text {
  color: #13171f;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tOrc4A0HCr .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-tOrc4A0HCr .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-tOr4jselgW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOr4jselgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOr4jselgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOr4jselgW .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tOr4jselgW .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tOr4jselgW .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tOr4jselgW .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tOr4jselgW .col-img {
    padding-right: 60px !important;
  }
}
.cid-tOr4jselgW .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tOr4jselgW .col-text {
    order: 2;
  }
}
.cid-tOr4jselgW .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tOr4jselgW .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tOr4jselgW .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
  text-align: left;
}
.cid-tOr4jselgW .mbr-section-subtitle {
  color: #13171f;
  margin-bottom: 22px;
  text-align: left;
}
.cid-tOr4jselgW .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tOr4jselgW .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  padding-right: 16%;
  text-align: justify;
}
@media (max-width: 991px) {
  .cid-tOr4jselgW .mbr-text {
    padding-right: 0;
  }
}
.cid-tOr4jselgW .mbr-section-btn {
  margin-top: 20px;
}
.cid-tOr4jselgW .social-container {
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tOr4jselgW .social-container {
    padding-top: 40px;
  }
}
.cid-tOr4jselgW .social-title {
  color: #212428;
  margin-bottom: 20px;
  text-align: left;
}
.cid-tOr4jselgW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tOr4jselgW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #3eb75e, #3eb75e);
  transition: 0.4s all;
}
.cid-tOr4jselgW .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tOr4jselgW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tOr4jselgW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tOr4jselgW .soc-item:hover:before {
  opacity: 1;
}
.cid-tOr4jselgW .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.cid-tOr4jselgW .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tOr4jselgW .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tOr4jselgW .mbr-text,
.cid-tOr4jselgW .mbr-section-btn {
  color: #212428;
}
.cid-tOxdmHnQYQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOxdmHnQYQ .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-tOxdmHnQYQ .card-img {
  padding-bottom: 1rem;
}
.cid-tOxdmHnQYQ .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tOxdmHnQYQ .card:hover {
  transform: translateY(-10px);
}
.cid-tOxdmHnQYQ .mbr-text,
.cid-tOxdmHnQYQ .card-title {
  opacity: 1;
}
.cid-tOxdmHnQYQ .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-tOxdmHnQYQ .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tOxdmHnQYQ .card:hover .card-wrapper:after {
    opacity: 0.6;
    background: #000000;
  }
  .cid-tOxdmHnQYQ .card:hover .mbr-text,
  .cid-tOxdmHnQYQ .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-tOxdmHnQYQ .card {
    padding-bottom: 1rem !important;
  }
  .cid-tOxdmHnQYQ .card .mbr-text,
  .cid-tOxdmHnQYQ .card .card-title {
    opacity: 1;
  }
  .cid-tOxdmHnQYQ .card-wrapper:after {
    opacity: 0.6;
    background: #000000;
  }
}
.cid-tOxdmHnQYQ .row {
  justify-content: center;
}
.cid-tOxdmHnQYQ .card-title {
  border-bottom: 1px solid #ffffff;
}
.cid-tOxdmHnQYQ .card1 {
  background-image: url("../../../assets/images/kat002-1.webp");
}
.cid-tOxdmHnQYQ .card2 {
  background-image: url("../../../assets/images/kat001-1.webp");
}
.cid-tOxdmHnQYQ .card3 {
  background-image: url("../../../assets/images/kat003-1.webp");
}
.cid-tOxdmHnQYQ .link,
.cid-tOxdmHnQYQ .card-box {
  color: #ffffff;
}
.cid-tOxdmHnQYQ .mbr-text,
.cid-tOxdmHnQYQ .link-wrap {
  text-align: center;
}
.cid-tOxdmHnQYQ .main-subtitle {
  color: #212428;
}
.cid-tOxdmHnQYQ .mbr-section-subtitle {
  color: #999999;
}
.cid-tOxdmHnQYQ .mbr-section-text {
  color: #212428;
}
.cid-tOxdmHnQYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxdmHnQYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOxepOYhNp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tOxepOYhNp .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-tOxepOYhNp .card-img {
  padding-bottom: 1rem;
}
.cid-tOxepOYhNp .card {
  cursor: pointer;
  transition: all 0.3s;
}
.cid-tOxepOYhNp .card:hover {
  transform: translateY(-10px);
}
.cid-tOxepOYhNp .mbr-text,
.cid-tOxepOYhNp .card-title {
  opacity: 1;
}
.cid-tOxepOYhNp .card-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
}
.cid-tOxepOYhNp .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tOxepOYhNp .card:hover .card-wrapper:after {
    opacity: 0.6;
    background: #000000;
  }
  .cid-tOxepOYhNp .card:hover .mbr-text,
  .cid-tOxepOYhNp .card:hover .card-title {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-tOxepOYhNp .card {
    padding-bottom: 1rem !important;
  }
  .cid-tOxepOYhNp .card .mbr-text,
  .cid-tOxepOYhNp .card .card-title {
    opacity: 1;
  }
  .cid-tOxepOYhNp .card-wrapper:after {
    opacity: 0.6;
    background: #000000;
  }
}
.cid-tOxepOYhNp .row {
  justify-content: center;
}
.cid-tOxepOYhNp .card-title {
  border-bottom: 1px solid #ffffff;
}
.cid-tOxepOYhNp .card1 {
  background-image: url("../../../assets/images/kat004.webp");
}
.cid-tOxepOYhNp .card2 {
  background-image: url("../../../assets/images/kat005.webp");
}
.cid-tOxepOYhNp .card3 {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-tOxepOYhNp .link,
.cid-tOxepOYhNp .card-box {
  color: #ffffff;
}
.cid-tOxepOYhNp .mbr-text,
.cid-tOxepOYhNp .link-wrap {
  text-align: center;
}
.cid-tOxepOYhNp .main-subtitle {
  color: #212428;
}
.cid-tOxepOYhNp .mbr-section-subtitle {
  color: #999999;
}
.cid-tOxepOYhNp .mbr-section-text {
  color: #212428;
}
.cid-tOxepOYhNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOxepOYhNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOH5cFsMaa {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tOH5cFsMaa .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tOH5cFsMaa .card-wrapper {
    padding: 0;
  }
}
.cid-tOH5cFsMaa img {
  width: 100%;
}
.cid-tOH5cFsMaa .mbr-iconfont {
  font-size: 3rem;
  background: #3eb75e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tOH5cFsMaa .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ffffff, #3eb75e);
}
.cid-tOH5cFsMaa .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tOH5cFsMaa h4 {
  margin: 0;
}
.cid-tOH5cFsMaa .card-text {
  color: #13171f;
  text-align: center;
}
.cid-tOH5cFsMaa .mbr-text {
  color: #000000;
}
.cid-tOH5cFsMaa .card-title {
  color: #13171f;
  text-align: center;
}
@media (min-width: 1200px) {
  .cid-tOH5cFsMaa .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tOH5cFsMaa .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tOH5cFsMaa .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOH5cFsMaa .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tOH5cFsMaa H3 {
  color: #787324;
}
.cid-tOH5cFsMaa .mbr-section-title,
.cid-tOH5cFsMaa .title-wrapper {
  color: #212428;
  text-align: center;
}
.cid-tOH5cFsMaa .mbr-text,
.cid-tOH5cFsMaa .mbr-section-btn {
  color: #212428;
}
.cid-tOH5cFsMaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOH5cFsMaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHPtqn3N8 {
  padding-top: 135px;
  padding-bottom: 60px;
  background: linear-gradient(to right, #67b26f, #4ca2cd);
}
.cid-tOHPtqn3N8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ffffff, #3eb75e);
}
.cid-tOHPtqn3N8 .mbr-text,
.cid-tOHPtqn3N8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tOHPtqn3N8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOHPtqn3N8 img {
    width: 96%;
  }
}
.cid-tOHPtqn3N8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOHPtqn3N8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHPtqn3N8 .mbr-section-title,
.cid-tOHPtqn3N8 .title-wrapper {
  color: #ffffff;
}
.cid-tOHRx6LPm1 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tOHRx6LPm1 .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #3eb75e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tOHRx6LPm1 .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tOHRx6LPm1 .card-wrapper {
    padding: 0;
  }
}
.cid-tOHRx6LPm1 .card-text {
  color: #13171f;
}
.cid-tOHRx6LPm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOHRx6LPm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHRx6LPm1 .card-title {
  color: #13171f;
}
.cid-tOHRx6LPm1 .main-title {
  color: #13171f;
}
.cid-tOI0K2eQp4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOI0K2eQp4 .head_info {
  text-align: center;
  margin-bottom: 40px;
}
.cid-tOI0K2eQp4 .head_info .mbr-section-title {
  margin-bottom: 40px;
  color: #3eb75e;
}
.cid-tOI0K2eQp4 .head_info .mbr-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tOI0K2eQp4 .head_info .mbr-section-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #ec1722;
}
.cid-tOI0K2eQp4 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 0px;
  padding: 42px 15px 55px;
}
.cid-tOI0K2eQp4 .plan .plan-title {
  color: #3eb75e;
  margin-bottom: 30px;
}
.cid-tOI0K2eQp4 .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-tOI0K2eQp4 .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #ffffff;
}
.cid-tOI0K2eQp4 .plan .plan-price .mbr-text {
  color: #3eb75e;
  margin-bottom: 30px;
}
.cid-tOI0K2eQp4 .plan .plan-list {
  margin-bottom: 15px;
}
.cid-tOI0K2eQp4 .plan .plan-list .list-group {
  color: #ec1722;
}
.cid-tOI0K2eQp4 .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-tOI0K2eQp4 .plan .plan-list .list-group-item:before {
  color: #3eb75e;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tOI0K2eQp4 .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tOI0K2eQp4 .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-tOI0K2eQp4 .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-tOI0K2eQp4 .plan .mbr-section-btn .btn::after {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tOI0K2eQp4 .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.4;
}
.cid-tOI0K2eQp4 .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #3eb75e !important;
}
.cid-tOI0K2eQp4 .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-tOI0K2eQp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOI0K2eQp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOI0K2eQp4 .head_info .mbr-subtitle {
  color: #13171f;
}
.cid-tOI0K2eQp4 .head_info .mbr-section-title {
  color: #13171f;
}
.cid-tOI0K2eQp4 .head_info .mbr-section-text {
  color: #13171f;
}
.cid-tOI0K2eQp4 .plan .plan-list .list-group,
.cid-tOI0K2eQp4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tOMtw1lwpi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOMtw1lwpi .head_info {
  text-align: center;
  margin-bottom: 40px;
}
.cid-tOMtw1lwpi .head_info .mbr-section-title {
  margin-bottom: 40px;
  color: #3eb75e;
}
.cid-tOMtw1lwpi .head_info .mbr-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tOMtw1lwpi .head_info .mbr-section-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #ec1722;
}
.cid-tOMtw1lwpi .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 0px;
  padding: 42px 15px 55px;
}
.cid-tOMtw1lwpi .plan .plan-title {
  color: #3eb75e;
  margin-bottom: 30px;
}
.cid-tOMtw1lwpi .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-tOMtw1lwpi .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #ffffff;
}
.cid-tOMtw1lwpi .plan .plan-price .mbr-text {
  color: #3eb75e;
  margin-bottom: 30px;
}
.cid-tOMtw1lwpi .plan .plan-list {
  margin-bottom: 15px;
}
.cid-tOMtw1lwpi .plan .plan-list .list-group {
  color: #ec1722;
}
.cid-tOMtw1lwpi .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-tOMtw1lwpi .plan .plan-list .list-group-item:before {
  color: #3eb75e;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tOMtw1lwpi .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tOMtw1lwpi .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-tOMtw1lwpi .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-tOMtw1lwpi .plan .mbr-section-btn .btn::after {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-tOMtw1lwpi .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.4;
}
.cid-tOMtw1lwpi .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #3eb75e !important;
}
.cid-tOMtw1lwpi .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-tOMtw1lwpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOMtw1lwpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOMtw1lwpi .head_info .mbr-subtitle {
  color: #13171f;
}
.cid-tOMtw1lwpi .head_info .mbr-section-title {
  color: #13171f;
}
.cid-tOMtw1lwpi .head_info .mbr-section-text {
  color: #13171f;
}
.cid-tOMtw1lwpi .plan .plan-list .list-group,
.cid-tOMtw1lwpi .mbr-section-btn {
  color: #ffffff;
}
.cid-tOS030oqVE {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tOS030oqVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOS030oqVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOS030oqVE .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tOS030oqVE .mbr-section-subtitle {
  color: #51dc76;
  margin-bottom: 30px;
}
.cid-tOS030oqVE .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tOS030oqVE .mbr-section-btn {
  margin-top: 30px;
}
.cid-tOS030oqVE .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tOS030oqVE .mbr-text,
.cid-tOS030oqVE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tOS030oqVE .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tOS030oqVE H2 {
  color: #51dc76;
}
.cid-tOZ43xdo0K.popup-builder {
  background-color: #ffffff;
}
.cid-tOZ43xdo0K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOZ43xdo0K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOZ43xdo0K .modal-content,
.cid-tOZ43xdo0K .modal-dialog {
  height: auto;
}
.cid-tOZ43xdo0K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOZ43xdo0K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOZ43xdo0K .form-wrapper .mbr-form .form-group,
  .cid-tOZ43xdo0K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOZ43xdo0K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOZ43xdo0K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tOZ43xdo0K .mbr-text {
  text-align: center;
}
.cid-tOZ43xdo0K .pt-0 {
  padding-top: 0 !important;
}
.cid-tOZ43xdo0K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOZ43xdo0K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOZ43xdo0K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOZ43xdo0K .modal-open {
  overflow: hidden;
}
.cid-tOZ43xdo0K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOZ43xdo0K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOZ43xdo0K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOZ43xdo0K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tOZ43xdo0K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOZ43xdo0K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOZ43xdo0K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOZ43xdo0K .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tOZ43xdo0K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOZ43xdo0K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOZ43xdo0K .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOZ43xdo0K .modal-backdrop.show {
  opacity: .5;
}
.cid-tOZ43xdo0K .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tOZ43xdo0K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOZ43xdo0K .modal-header {
    padding: 1rem;
  }
}
.cid-tOZ43xdo0K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOZ43xdo0K .modal-header .close svg {
  fill: #353535;
}
.cid-tOZ43xdo0K .modal-header .close:hover {
  opacity: 1;
}
.cid-tOZ43xdo0K .modal-header .close:focus {
  outline: none;
}
.cid-tOZ43xdo0K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tOZ43xdo0K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOZ43xdo0K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOZ43xdo0K .modal-body {
    padding: 1rem;
  }
}
.cid-tOZ43xdo0K .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tOZ43xdo0K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOZ43xdo0K .modal-footer {
    padding: 1rem;
  }
}
.cid-tOZ43xdo0K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOZ43xdo0K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOZ43xdo0K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOZ43xdo0K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOZ43xdo0K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOZ43xdo0K .modal-lg,
  .cid-tOZ43xdo0K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOZ43xdo0K .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOZ43xdo0K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOZ43xdo0K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tOZ43xdo0K .form-group {
  margin-bottom: 1rem;
}
.cid-tOZ43xdo0K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOZ43xdo0K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOZ43xdo0K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tOZ43xdo0K .mbr-section-btn {
  margin: 0;
}
.cid-tOZ43xdo0K .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOS0J1YFWL {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to right, #67b26f, #4ca2cd);
}
.cid-tOS0J1YFWL .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ffffff, #3eb75e);
}
.cid-tOS0J1YFWL .mbr-text,
.cid-tOS0J1YFWL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tOS0J1YFWL img {
  width: 60%;
}
@media (min-width: 992px) {
  .cid-tOS0J1YFWL img {
    width: 96%;
  }
}
.cid-tOS0J1YFWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOS0J1YFWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOS0J1YFWL .mbr-section-title,
.cid-tOS0J1YFWL .title-wrapper {
  color: #ffffff;
}
.cid-tOS0J1YFWL .mbr-section-btn {
  margin-top: 30px;
}
.cid-tOS0J1YFWL .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tOSiDNEQqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/autopark.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tOSiDNEQqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOSiDNEQqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOSiDNEQqg .mbr-section-head {
  width: 100%;
}
.cid-tOSiDNEQqg .mbr-section-title {
  color: #3eb75e;
}
.cid-tOSiDNEQqg .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-tOSiDNEQqg .mbr-section-btn {
  margin-top: 40px;
}
.cid-tOSiDNEQqg .mbr-section-subtitle,
.cid-tOSiDNEQqg .mbr-section-btn {
  color: #ffffff;
}
.cid-tOStRMcmN0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOStRMcmN0 .title__wrap {
  margin-bottom: 30px;
}
.cid-tOStRMcmN0 .title__block {
  margin-bottom: 10px;
}
.cid-tOStRMcmN0 .mbr-section-title {
  margin-bottom: 0;
  color: #13171f;
}
.cid-tOStRMcmN0 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #13171f;
}
.cid-tOStRMcmN0 .icons {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: flex;
  background: #3eb75e;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}
.cid-tOStRMcmN0 .image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 320px;
  margin-bottom: 30px;
}
.cid-tOStRMcmN0 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px dashed #ffffff;
}
.cid-tOStRMcmN0 .text__block {
  position: absolute;
  padding: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0.9), transparent);
}
.cid-tOStRMcmN0 .text__title,
.cid-tOStRMcmN0 .text__descr {
  margin-bottom: 0;
}
.cid-tOStRMcmN0 .text__descr {
  color: #ffffff;
}
.cid-tOStRMcmN0 .text__title,
.cid-tOStRMcmN0 .social__wrap {
  color: #ffffff;
}
.cid-tOUSKRA9rH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-tOUSKRA9rH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOUSKRA9rH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOUSKRA9rH .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tOUSKRA9rH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOUSKRA9rH .container {
    padding: 0 26px;
  }
}
.cid-tOUSKRA9rH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-tOUSKRA9rH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOUSKRA9rH .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tOUSKRA9rH .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOUSKRA9rH .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tOUSKRA9rH .embla__button--next,
.cid-tOUSKRA9rH .embla__button--prev {
  display: flex;
}
.cid-tOUSKRA9rH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOUSKRA9rH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOUSKRA9rH .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tOUSKRA9rH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tOUSKRA9rH .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-tOUSKRA9rH .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tOUSKRA9rH .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-tOUSKRA9rH .embla {
  position: relative;
  width: 100%;
}
.cid-tOUSKRA9rH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOUSKRA9rH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOUSKRA9rH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOUSKRA9rH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOYN34wNxn {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tOYN34wNxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOYN34wNxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOYN34wNxn .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-tOYN34wNxn .mbr-section-title {
  color: #13171f;
  text-align: center;
}
.cid-tOYN34wNxn .mbr-section-subtitle {
  color: #13171f;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tOYN34wNxn .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tOYN34wNxn .card {
  margin-top: 35px;
}
.cid-tOYN34wNxn .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tOYN34wNxn .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tOYN34wNxn .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #3eb75e 0%, #3eb75e 100%);
}
.cid-tOYN34wNxn .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #3eb75e 0%, #3eb75e 100%);
}
.cid-tOYN34wNxn .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tOYN34wNxn .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-tOYN34wNxn .panel-group {
  border: none;
}
.cid-tOYN34wNxn .panel-body {
  padding: 20px 0 0;
}
.cid-tOYN34wNxn .panel-text {
  color: #878e99;
}
.cid-tOYN34wNxn .panel-title-edit {
  color: #13171f;
}
.cid-tOYN34wNxn .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-tOYN34wNxn .panel-text,
.cid-tOYN34wNxn .mbr-section-btn {
  color: #212428;
}
.cid-tW2T2EJ6Mf {
  padding-top: 2rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tW2T2EJ6Mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW2T2EJ6Mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 575px) {
  .cid-tW2T2EJ6Mf .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tW2T2EJ6Mf .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tW2T2EJ6Mf .mbr-section-title {
  color: #13171f;
}
.cid-tW2T2EJ6Mf .mbr-section-subtitle {
  color: #13171f;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tW2T2EJ6Mf .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tW2T2EJ6Mf .card-row {
  align-items: stretch;
}
.cid-tW2T2EJ6Mf .card {
  margin-top: 30px;
}
.cid-tW2T2EJ6Mf .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
.cid-tW2T2EJ6Mf .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tW2T2EJ6Mf .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .5s all;
}
.cid-tW2T2EJ6Mf .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tW2T2EJ6Mf .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-tW2T2EJ6Mf .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-tW2T2EJ6Mf .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #efefef;
}
.cid-tW2T2EJ6Mf .card-title {
  color: #13171f;
  margin-bottom: 0;
}
.cid-tW2T2EJ6Mf .card-title a {
  transition: 0.4s all;
}
.cid-tW2T2EJ6Mf .card-title a:hover {
  color: #3eb75e !important;
}
.cid-tW2T2EJ6Mf H4 {
  text-align: center;
}
.cid-tW2T2EJ6Mf P {
  text-align: center;
}
.cid-tW2T8hjJ6Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tW2T8hjJ6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW2T8hjJ6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW2T8hjJ6Y .card-row {
  align-items: stretch;
}
.cid-tW2T8hjJ6Y .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tW2T8hjJ6Y .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tW2T8hjJ6Y .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tW2T8hjJ6Y .image-wrapper {
  margin-right: 30px;
}
.cid-tW2T8hjJ6Y .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-tW2T8hjJ6Y .mbr-section-title {
  color: #3eb75e;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tW2T8hjJ6Y .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tW2T8hjJ6Y .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .social-container {
    padding-top: 25px;
  }
}
.cid-tW2T8hjJ6Y .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .social-title {
    text-align: center !important;
  }
}
.cid-tW2T8hjJ6Y .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tW2T8hjJ6Y .social-list {
    justify-content: center !important;
  }
}
.cid-tW2T8hjJ6Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tW2T8hjJ6Y .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tW2T8hjJ6Y .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tW2T8hjJ6Y .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tW2T8hjJ6Y .soc-item:hover:before {
  opacity: 1;
}
.cid-tW2T8hjJ6Y .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tW2T8hjJ6Y .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tW2T8hjJ6Y .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tW2T8hjJ6Y .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tW2T8hjJ6Y .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tW2T8hjJ6Y .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tW2T8hjJ6Y .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tW2T8hjJ6Y .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tW2T8hjJ6Y .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tW2T8hjJ6Y .contact-item {
  padding: 10px 0 20px;
}
.cid-tW2T8hjJ6Y .card-title {
  color: #3eb75e;
  margin-bottom: 4px;
}
.cid-tW2T8hjJ6Y .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tOYXYsmaiO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tOYXYsmaiO .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tOYXYsmaiO .copyright-container {
  padding: 40px 0;
}
.cid-tOYXYsmaiO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPbfkz0Cow {
  z-index: 1000;
  width: 100%;
}
.cid-tPbfkz0Cow nav.navbar {
  position: fixed;
}
.cid-tPbfkz0Cow .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-tPbfkz0Cow .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPbfkz0Cow .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPbfkz0Cow .dropdown-item:hover,
.cid-tPbfkz0Cow .dropdown-item:focus {
  background: #3eb75e !important;
  color: white !important;
}
.cid-tPbfkz0Cow .dropdown-item:hover span {
  color: white;
}
.cid-tPbfkz0Cow .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPbfkz0Cow .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPbfkz0Cow .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPbfkz0Cow .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPbfkz0Cow .nav-link {
  position: relative;
}
.cid-tPbfkz0Cow .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPbfkz0Cow .container {
    flex-wrap: nowrap;
  }
}
.cid-tPbfkz0Cow .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPbfkz0Cow .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tPbfkz0Cow .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-tPbfkz0Cow .navbar-nav .nav-item .nav-link:hover,
.cid-tPbfkz0Cow .navbar-nav .nav-item .nav-link:focus,
.cid-tPbfkz0Cow .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPbfkz0Cow .dropdown-menu,
.cid-tPbfkz0Cow .navbar.opened {
  background: #3eb75e !important;
}
.cid-tPbfkz0Cow .nav-item:focus,
.cid-tPbfkz0Cow .nav-link:focus {
  outline: none;
}
.cid-tPbfkz0Cow .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPbfkz0Cow .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPbfkz0Cow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPbfkz0Cow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPbfkz0Cow .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPbfkz0Cow .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPbfkz0Cow .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #3eb75e;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tPbfkz0Cow .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tPbfkz0Cow .navbar.opened {
  transition: all 0.3s;
}
.cid-tPbfkz0Cow .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPbfkz0Cow .navbar .navbar-logo img {
  width: auto;
}
.cid-tPbfkz0Cow .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPbfkz0Cow .navbar.collapsed {
  justify-content: center;
}
.cid-tPbfkz0Cow .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPbfkz0Cow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPbfkz0Cow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPbfkz0Cow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPbfkz0Cow .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-tPbfkz0Cow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPbfkz0Cow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPbfkz0Cow .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPbfkz0Cow .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPbfkz0Cow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPbfkz0Cow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPbfkz0Cow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPbfkz0Cow .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-tPbfkz0Cow .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPbfkz0Cow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPbfkz0Cow .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPbfkz0Cow .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPbfkz0Cow .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPbfkz0Cow .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPbfkz0Cow .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPbfkz0Cow .navbar.navbar-short {
  min-height: 70px;
}
.cid-tPbfkz0Cow .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tPbfkz0Cow .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tPbfkz0Cow .navbar {
    min-height: 80px;
  }
}
.cid-tPbfkz0Cow .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tPbfkz0Cow .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPbfkz0Cow .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tPbfkz0Cow .navbar-brand {
    min-height: 69px;
  }
}
.cid-tPbfkz0Cow .dropdown-item.active,
.cid-tPbfkz0Cow .dropdown-item:active {
  background-color: transparent;
}
.cid-tPbfkz0Cow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPbfkz0Cow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPbfkz0Cow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPbfkz0Cow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3eb75e;
}
.cid-tPbfkz0Cow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPbfkz0Cow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPbfkz0Cow ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPbfkz0Cow .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPbfkz0Cow button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #3eb75e, #3eb75e);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPbfkz0Cow button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tPbfkz0Cow button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPbfkz0Cow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPbfkz0Cow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPbfkz0Cow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPbfkz0Cow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPbfkz0Cow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPbfkz0Cow nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbfkz0Cow nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPbfkz0Cow nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPbfkz0Cow nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbfkz0Cow .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPbfkz0Cow a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPbfkz0Cow .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-tPbfkz0Cow .navbar {
    height: 70px;
  }
  .cid-tPbfkz0Cow .navbar.opened {
    height: auto;
  }
  .cid-tPbfkz0Cow .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPbfkz0Cow .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #3eb75e;
}
@media (max-width: 575px) {
  .cid-tPbfkz0Cow .navbar-short {
    min-height: 70px;
  }
}
.cid-tPbfkz0Cow .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tPbfkz0Cow .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPbfkz0Cow .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tPbfkz0Cow .container-fluid {
    padding: 0 3px;
  }
}
.cid-tPbfkz0Cow .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tPbfkz0Cow .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tPbfkz0Cow .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tPbfkz0Cow .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tPbfkz0Cow button.navbar-toggler {
    display: flex;
  }
  .cid-tPbfkz0Cow .navbar-brand {
    width: auto !important;
  }
  .cid-tPbfkz0Cow .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tPbfkz0Cow .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tPbfkz0Cow .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tPbfkz0Cow .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tPbfkz0Cow .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tPbfkz0Cow .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tPbfkA15db {
  background-color: #ec1722;
}
.cid-tPbfkA15db .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbfkA15db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbfkA15db .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tPbfkA15db .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-tPbfkA15db .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tPbfkA15db .mbr-section-btn {
  margin-top: 30px;
}
.cid-tPbfkA15db .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tPbfkA15db .mbr-text,
.cid-tPbfkA15db .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tPbfkA15db .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tPbfkA15db H2 {
  color: #51dc76;
}
.cid-tW3qITtRkT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tW3qITtRkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW3qITtRkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW3qITtRkT .card-row {
  align-items: stretch;
}
.cid-tW3qITtRkT .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tW3qITtRkT .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tW3qITtRkT .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tW3qITtRkT .image-wrapper {
  margin-right: 30px;
}
.cid-tW3qITtRkT .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-tW3qITtRkT .mbr-section-title {
  color: #3eb75e;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tW3qITtRkT .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tW3qITtRkT .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .social-container {
    padding-top: 25px;
  }
}
.cid-tW3qITtRkT .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .social-title {
    text-align: center !important;
  }
}
.cid-tW3qITtRkT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tW3qITtRkT .social-list {
    justify-content: center !important;
  }
}
.cid-tW3qITtRkT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tW3qITtRkT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tW3qITtRkT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tW3qITtRkT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tW3qITtRkT .soc-item:hover:before {
  opacity: 1;
}
.cid-tW3qITtRkT .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tW3qITtRkT .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tW3qITtRkT .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tW3qITtRkT .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tW3qITtRkT .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tW3qITtRkT .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tW3qITtRkT .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tW3qITtRkT .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tW3qITtRkT .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tW3qITtRkT .contact-item {
  padding: 10px 0 20px;
}
.cid-tW3qITtRkT .card-title {
  color: #3eb75e;
  margin-bottom: 4px;
}
.cid-tW3qITtRkT .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tPbfl2t6kR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tPbfl2t6kR .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tPbfl2t6kR .copyright-container {
  padding: 40px 0;
}
.cid-tPbfl2t6kR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPbhwwBywI {
  z-index: 1000;
  width: 100%;
}
.cid-tPbhwwBywI nav.navbar {
  position: fixed;
}
.cid-tPbhwwBywI .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-tPbhwwBywI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPbhwwBywI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPbhwwBywI .dropdown-item:hover,
.cid-tPbhwwBywI .dropdown-item:focus {
  background: #3eb75e !important;
  color: white !important;
}
.cid-tPbhwwBywI .dropdown-item:hover span {
  color: white;
}
.cid-tPbhwwBywI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPbhwwBywI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPbhwwBywI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPbhwwBywI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPbhwwBywI .nav-link {
  position: relative;
}
.cid-tPbhwwBywI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPbhwwBywI .container {
    flex-wrap: nowrap;
  }
}
.cid-tPbhwwBywI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPbhwwBywI .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tPbhwwBywI .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-tPbhwwBywI .navbar-nav .nav-item .nav-link:hover,
.cid-tPbhwwBywI .navbar-nav .nav-item .nav-link:focus,
.cid-tPbhwwBywI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPbhwwBywI .dropdown-menu,
.cid-tPbhwwBywI .navbar.opened {
  background: #3eb75e !important;
}
.cid-tPbhwwBywI .nav-item:focus,
.cid-tPbhwwBywI .nav-link:focus {
  outline: none;
}
.cid-tPbhwwBywI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPbhwwBywI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPbhwwBywI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPbhwwBywI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPbhwwBywI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPbhwwBywI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPbhwwBywI .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #3eb75e;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tPbhwwBywI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tPbhwwBywI .navbar.opened {
  transition: all 0.3s;
}
.cid-tPbhwwBywI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPbhwwBywI .navbar .navbar-logo img {
  width: auto;
}
.cid-tPbhwwBywI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPbhwwBywI .navbar.collapsed {
  justify-content: center;
}
.cid-tPbhwwBywI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPbhwwBywI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPbhwwBywI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPbhwwBywI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPbhwwBywI .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-tPbhwwBywI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPbhwwBywI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPbhwwBywI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPbhwwBywI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPbhwwBywI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPbhwwBywI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPbhwwBywI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPbhwwBywI .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-tPbhwwBywI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPbhwwBywI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPbhwwBywI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPbhwwBywI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPbhwwBywI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPbhwwBywI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPbhwwBywI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPbhwwBywI .navbar.navbar-short {
  min-height: 70px;
}
.cid-tPbhwwBywI .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tPbhwwBywI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tPbhwwBywI .navbar {
    min-height: 80px;
  }
}
.cid-tPbhwwBywI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tPbhwwBywI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPbhwwBywI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tPbhwwBywI .navbar-brand {
    min-height: 69px;
  }
}
.cid-tPbhwwBywI .dropdown-item.active,
.cid-tPbhwwBywI .dropdown-item:active {
  background-color: transparent;
}
.cid-tPbhwwBywI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPbhwwBywI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPbhwwBywI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPbhwwBywI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3eb75e;
}
.cid-tPbhwwBywI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPbhwwBywI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPbhwwBywI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPbhwwBywI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPbhwwBywI button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #3eb75e, #3eb75e);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPbhwwBywI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tPbhwwBywI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPbhwwBywI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPbhwwBywI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPbhwwBywI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPbhwwBywI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPbhwwBywI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPbhwwBywI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbhwwBywI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPbhwwBywI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPbhwwBywI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbhwwBywI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPbhwwBywI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPbhwwBywI .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-tPbhwwBywI .navbar {
    height: 70px;
  }
  .cid-tPbhwwBywI .navbar.opened {
    height: auto;
  }
  .cid-tPbhwwBywI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPbhwwBywI .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #3eb75e;
}
@media (max-width: 575px) {
  .cid-tPbhwwBywI .navbar-short {
    min-height: 70px;
  }
}
.cid-tPbhwwBywI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tPbhwwBywI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPbhwwBywI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tPbhwwBywI .container-fluid {
    padding: 0 3px;
  }
}
.cid-tPbhwwBywI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tPbhwwBywI .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tPbhwwBywI .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tPbhwwBywI .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tPbhwwBywI button.navbar-toggler {
    display: flex;
  }
  .cid-tPbhwwBywI .navbar-brand {
    width: auto !important;
  }
  .cid-tPbhwwBywI .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tPbhwwBywI .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tPbhwwBywI .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tPbhwwBywI .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tPbhwwBywI .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tPbhwwBywI .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tPbhwxoAlR {
  background-color: #ec1722;
}
.cid-tPbhwxoAlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbhwxoAlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbhwxoAlR .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tPbhwxoAlR .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-tPbhwxoAlR .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tPbhwxoAlR .mbr-section-btn {
  margin-top: 30px;
}
.cid-tPbhwxoAlR .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tPbhwxoAlR .mbr-text,
.cid-tPbhwxoAlR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tPbhwxoAlR .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tPbhwxoAlR H2 {
  color: #51dc76;
}
.cid-tW3qROLP5a {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tW3qROLP5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW3qROLP5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW3qROLP5a .card-row {
  align-items: stretch;
}
.cid-tW3qROLP5a .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tW3qROLP5a .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tW3qROLP5a .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tW3qROLP5a .image-wrapper {
  margin-right: 30px;
}
.cid-tW3qROLP5a .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-tW3qROLP5a .mbr-section-title {
  color: #3eb75e;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tW3qROLP5a .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tW3qROLP5a .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .social-container {
    padding-top: 25px;
  }
}
.cid-tW3qROLP5a .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .social-title {
    text-align: center !important;
  }
}
.cid-tW3qROLP5a .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tW3qROLP5a .social-list {
    justify-content: center !important;
  }
}
.cid-tW3qROLP5a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tW3qROLP5a .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tW3qROLP5a .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tW3qROLP5a .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tW3qROLP5a .soc-item:hover:before {
  opacity: 1;
}
.cid-tW3qROLP5a .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tW3qROLP5a .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tW3qROLP5a .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tW3qROLP5a .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tW3qROLP5a .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tW3qROLP5a .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tW3qROLP5a .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tW3qROLP5a .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tW3qROLP5a .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tW3qROLP5a .contact-item {
  padding: 10px 0 20px;
}
.cid-tW3qROLP5a .card-title {
  color: #3eb75e;
  margin-bottom: 4px;
}
.cid-tW3qROLP5a .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tPbhwzwqkd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tPbhwzwqkd .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tPbhwzwqkd .copyright-container {
  padding: 40px 0;
}
.cid-tPbhwzwqkd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPbi3t8T8i {
  z-index: 1000;
  width: 100%;
}
.cid-tPbi3t8T8i nav.navbar {
  position: fixed;
}
.cid-tPbi3t8T8i .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-tPbi3t8T8i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPbi3t8T8i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPbi3t8T8i .dropdown-item:hover,
.cid-tPbi3t8T8i .dropdown-item:focus {
  background: #3eb75e !important;
  color: white !important;
}
.cid-tPbi3t8T8i .dropdown-item:hover span {
  color: white;
}
.cid-tPbi3t8T8i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPbi3t8T8i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPbi3t8T8i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPbi3t8T8i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPbi3t8T8i .nav-link {
  position: relative;
}
.cid-tPbi3t8T8i .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPbi3t8T8i .container {
    flex-wrap: nowrap;
  }
}
.cid-tPbi3t8T8i .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPbi3t8T8i .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tPbi3t8T8i .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-tPbi3t8T8i .navbar-nav .nav-item .nav-link:hover,
.cid-tPbi3t8T8i .navbar-nav .nav-item .nav-link:focus,
.cid-tPbi3t8T8i .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tPbi3t8T8i .dropdown-menu,
.cid-tPbi3t8T8i .navbar.opened {
  background: #3eb75e !important;
}
.cid-tPbi3t8T8i .nav-item:focus,
.cid-tPbi3t8T8i .nav-link:focus {
  outline: none;
}
.cid-tPbi3t8T8i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPbi3t8T8i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPbi3t8T8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPbi3t8T8i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPbi3t8T8i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPbi3t8T8i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPbi3t8T8i .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #3eb75e;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tPbi3t8T8i .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tPbi3t8T8i .navbar.opened {
  transition: all 0.3s;
}
.cid-tPbi3t8T8i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPbi3t8T8i .navbar .navbar-logo img {
  width: auto;
}
.cid-tPbi3t8T8i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPbi3t8T8i .navbar.collapsed {
  justify-content: center;
}
.cid-tPbi3t8T8i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPbi3t8T8i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPbi3t8T8i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPbi3t8T8i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPbi3t8T8i .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-tPbi3t8T8i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPbi3t8T8i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPbi3t8T8i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPbi3t8T8i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPbi3t8T8i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPbi3t8T8i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPbi3t8T8i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPbi3t8T8i .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-tPbi3t8T8i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPbi3t8T8i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPbi3t8T8i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPbi3t8T8i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPbi3t8T8i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPbi3t8T8i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPbi3t8T8i .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPbi3t8T8i .navbar.navbar-short {
  min-height: 70px;
}
.cid-tPbi3t8T8i .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tPbi3t8T8i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tPbi3t8T8i .navbar {
    min-height: 80px;
  }
}
.cid-tPbi3t8T8i .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tPbi3t8T8i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPbi3t8T8i .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tPbi3t8T8i .navbar-brand {
    min-height: 69px;
  }
}
.cid-tPbi3t8T8i .dropdown-item.active,
.cid-tPbi3t8T8i .dropdown-item:active {
  background-color: transparent;
}
.cid-tPbi3t8T8i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPbi3t8T8i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPbi3t8T8i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPbi3t8T8i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3eb75e;
}
.cid-tPbi3t8T8i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPbi3t8T8i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPbi3t8T8i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPbi3t8T8i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPbi3t8T8i button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #3eb75e, #3eb75e);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tPbi3t8T8i button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tPbi3t8T8i button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tPbi3t8T8i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tPbi3t8T8i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tPbi3t8T8i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPbi3t8T8i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tPbi3t8T8i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPbi3t8T8i nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbi3t8T8i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPbi3t8T8i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPbi3t8T8i nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbi3t8T8i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPbi3t8T8i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPbi3t8T8i .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-tPbi3t8T8i .navbar {
    height: 70px;
  }
  .cid-tPbi3t8T8i .navbar.opened {
    height: auto;
  }
  .cid-tPbi3t8T8i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPbi3t8T8i .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #3eb75e;
}
@media (max-width: 575px) {
  .cid-tPbi3t8T8i .navbar-short {
    min-height: 70px;
  }
}
.cid-tPbi3t8T8i .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tPbi3t8T8i .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPbi3t8T8i .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tPbi3t8T8i .container-fluid {
    padding: 0 3px;
  }
}
.cid-tPbi3t8T8i .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tPbi3t8T8i .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tPbi3t8T8i .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tPbi3t8T8i .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tPbi3t8T8i button.navbar-toggler {
    display: flex;
  }
  .cid-tPbi3t8T8i .navbar-brand {
    width: auto !important;
  }
  .cid-tPbi3t8T8i .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tPbi3t8T8i .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tPbi3t8T8i .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tPbi3t8T8i .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tPbi3t8T8i .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tPbi3t8T8i .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tPbi3tW5DT {
  background-color: #3eb75e;
}
.cid-tPbi3tW5DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbi3tW5DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbi3tW5DT .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tPbi3tW5DT .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-tPbi3tW5DT .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tPbi3tW5DT .mbr-section-btn {
  margin-top: 30px;
}
.cid-tPbi3tW5DT .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tPbi3tW5DT .mbr-text,
.cid-tPbi3tW5DT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tPbi3tW5DT .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tPbi3tW5DT H2 {
  color: #51dc76;
}
.cid-tW3qXZsYg7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tW3qXZsYg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW3qXZsYg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW3qXZsYg7 .card-row {
  align-items: stretch;
}
.cid-tW3qXZsYg7 .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tW3qXZsYg7 .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tW3qXZsYg7 .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tW3qXZsYg7 .image-wrapper {
  margin-right: 30px;
}
.cid-tW3qXZsYg7 .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-tW3qXZsYg7 .mbr-section-title {
  color: #3eb75e;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tW3qXZsYg7 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tW3qXZsYg7 .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .social-container {
    padding-top: 25px;
  }
}
.cid-tW3qXZsYg7 .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .social-title {
    text-align: center !important;
  }
}
.cid-tW3qXZsYg7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tW3qXZsYg7 .social-list {
    justify-content: center !important;
  }
}
.cid-tW3qXZsYg7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tW3qXZsYg7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tW3qXZsYg7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tW3qXZsYg7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tW3qXZsYg7 .soc-item:hover:before {
  opacity: 1;
}
.cid-tW3qXZsYg7 .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tW3qXZsYg7 .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tW3qXZsYg7 .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tW3qXZsYg7 .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tW3qXZsYg7 .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tW3qXZsYg7 .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tW3qXZsYg7 .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tW3qXZsYg7 .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tW3qXZsYg7 .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tW3qXZsYg7 .contact-item {
  padding: 10px 0 20px;
}
.cid-tW3qXZsYg7 .card-title {
  color: #3eb75e;
  margin-bottom: 4px;
}
.cid-tW3qXZsYg7 .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tPbi3vO4KX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tPbi3vO4KX .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tPbi3vO4KX .copyright-container {
  padding: 40px 0;
}
.cid-tPbi3vO4KX .mbr-text {
  color: #ffffff;
  text-align: center;
}
