body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cairo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.19rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1b9e13 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b9e13 !important;
  border-color: #1b9e13 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e510a !important;
  border-color: #0e510a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e510a !important;
  border-color: #0e510a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b9e13;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e510a !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: #1b9e13 !important;
  border-color: #1b9e13 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1b9e13 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b4308 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #1b9e13;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b9e13;
  border-color: #1b9e13;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1b9e13;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #51e948;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1b9e13 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1b9e13;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b9e13;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b9e13;
}
.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: #1b9e13;
  border-bottom-color: #1b9e13;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1b9e13 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231b9e13' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCwQ59XWb1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-tCwPZ7kxSR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCwPZ7kxSR h3 {
  text-align: center;
}
.cid-tCwPZ7kxSR .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tCwPZ7kxSR .mbr-content-text {
  color: #000000;
}
.cid-tCwPZ7kxSR .panel-item {
  background: #ffffff;
}
.cid-tCwPZ7kxSR .card {
  word-wrap: break-word;
}
.cid-tCwPZ7kxSR .mbr-iconfont {
  color: #dd8100 !important;
  font-size: 3.5rem !important;
}
.cid-tCwPZ7kxSR H4 {
  color: #3cac0b;
}
.cid-txwFpsg0zK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-1800x942.jpg");
}
.cid-txwFpsg0zK .mbr-section-subtitle {
  color: #aeaeae;
}
.cid-txwFpsg0zK .carousel-item {
  justify-content: flex-start;
  text-align: left;
}
.cid-txwFpsg0zK .carousel-item.active,
.cid-txwFpsg0zK .carousel-item-next,
.cid-txwFpsg0zK .carousel-item-prev {
  display: flex;
}
.cid-txwFpsg0zK .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
  width: 5%;
}
.cid-txwFpsg0zK .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}
.cid-txwFpsg0zK .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-txwFpsg0zK .carousel-controls {
    display: none;
  }
}
.cid-txwFpsg0zK .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-txwFpsg0zK .btn.btn-sm {
  padding: 9px 41px;
}
.cid-txwFpsg0zK .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-txwFpsg0zK .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-txwFpsg0zK .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #666666;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-txwFpsg0zK .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txwFpsg0zK * {
    text-align: center;
  }
}
.cid-txwFpsg0zK .mbr-section-subtitle,
.cid-txwFpsg0zK .mbr-section-btn {
  color: #ffffff;
}
.cid-tx4bA9yRaE {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tx4bA9yRaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx4bA9yRaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx4bA9yRaE .al {
  text-align: justify;
}
.cid-tx4bA9yRaE .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tx4bA9yRaE .row {
  justify-content: flex-start;
}
.cid-tx4bA9yRaE .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tx4bA9yRaE .content-container {
    flex-wrap: wrap;
  }
}
.cid-tx4bA9yRaE .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-tx4bA9yRaE .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tx4bA9yRaE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tx4bA9yRaE .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tx4bA9yRaE .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tx4bA9yRaE .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tx4bA9yRaE .label-text {
  color: #000000;
  margin: 0;
}
.cid-tx4bA9yRaE .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tx4bA9yRaE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tx4bA9yRaE .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tx4bA9yRaE .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tx4bA9yRaE .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tx4bA9yRaE .mbr-section-title,
.cid-tx4bA9yRaE .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tTiBCpXNxj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTiBCpXNxj iframe,
.cid-tTiBCpXNxj img,
.cid-tTiBCpXNxj video {
  width: 100%;
}
.cid-tTiBCpXNxj .mbr-media {
  position: relative;
}
.cid-tTiBCpXNxj .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tTiBCpXNxj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tTiBCpXNxj .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tTiBCpXNxj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTiBCpXNxj .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tTiBCpXNxj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTiBCpXNxj .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tTiBCpXNxj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTiBCpXNxj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTiBCpXNxj .mbr-section-title {
  color: #e43f3f;
}
.cid-tiZgVvav57 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiZgVvav57 .mbr-section-title {
  margin-bottom: 20px;
  color: #e43f3f;
  text-align: center;
}
.cid-tiZgVvav57 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tiZgVvav57 .mbr-text {
  margin: 10px 0;
}
.cid-tiZgVvav57 .divider {
  background-color: #1b9e13;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tiZgVvav57 .btn-primary:hover {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
@media (max-width: 767px) {
  .cid-tiZgVvav57 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tiZgVvav57 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ugB3MBjHfl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-ugB3MBjHfl .container {
  max-width: 1600px;
}
.cid-ugB3MBjHfl .row {
  justify-content: center;
}
.cid-ugB3MBjHfl .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ugB3MBjHfl .text-container {
    margin-bottom: 50px;
  }
}
.cid-ugB3MBjHfl .mbr-section-title {
  color: #212132;
}
.cid-ugB3MBjHfl .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-ugB3MBjHfl .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ugB3MBjHfl .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-ugB3MBjHfl .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-ugB3MBjHfl .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-ugB3MBjHfl .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ugB3MBjHfl .card:hover {
  transform: scale(0.96);
}
.cid-ugB3MBjHfl .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ugB3MBjHfl .card-wrapper {
    padding: 16px;
  }
}
.cid-ugB3MBjHfl .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ugB3MBjHfl .card-box {
    margin-bottom: 20px;
  }
}
.cid-ugB3MBjHfl .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-ugB3MBjHfl .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugB3MBjHfl .card-text {
    margin-top: 8px;
  }
}
.cid-ugB3MBjHfl .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ugB3MBjHfl .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ugB3MBjHfl .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ugB3MBjHfl .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-ugB3MBjHfl .card-img {
    height: auto;
  }
}
.cid-ugB3MBjHfl .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ugB3MBjHfl .card-title,
.cid-ugB3MBjHfl .mbr-section-btn {
  color: #ea3415;
}
.cid-tTdCNHETp0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tTdCNHETp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTdCNHETp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTdCNHETp0 .mbr-text,
.cid-tTdCNHETp0 .mbr-section-btn {
  color: #232323;
}
.cid-tTdCNHETp0 .card-title,
.cid-tTdCNHETp0 .card-box {
  color: #ffffff;
}
.cid-tTdCNHETp0 .mbr-text,
.cid-tTdCNHETp0 .link-wrap {
  color: #ffffff;
}
.cid-txwMjd2nEr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-txwMjd2nEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-txwMjd2nEr .al {
  text-align: justify;
}
.cid-txwMjd2nEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txwMjd2nEr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-txwMjd2nEr .card {
    margin-bottom: 2rem!important;
  }
  .cid-txwMjd2nEr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txwMjd2nEr .link-wrap {
    align-items: center;
  }
}
.cid-txwMjd2nEr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txwMjd2nEr .mbr-text,
.cid-txwMjd2nEr .link-wrap,
.cid-txwMjd2nEr .mbr-section-btn {
  color: #000000;
}
.cid-txwMjd2nEr .card-title,
.cid-txwMjd2nEr .card-box {
  color: #000000;
}
.cid-tiZgSSqWsA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiZgSSqWsA .mbr-section-title {
  margin-bottom: 20px;
  color: #e43f3f;
  text-align: center;
}
.cid-tiZgSSqWsA .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tiZgSSqWsA .mbr-text {
  margin: 10px 0;
}
.cid-tiZgSSqWsA .divider {
  background-color: #1b9e13;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tiZgSSqWsA .btn-primary:hover {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
@media (max-width: 767px) {
  .cid-tiZgSSqWsA .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tiZgSSqWsA .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tHfqgK4VoC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tHfqgK4VoC .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tHfqgK4VoC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tHfqgK4VoC .card-wrap .image-wrap img {
  object-fit: cover;
  width: 150px;
}
.cid-tHfqgK4VoC .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-tHfqgK4VoC .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tHfqgK4VoC .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-tHfqgK4VoC .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-tHfqgK4VoC .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-tHfqgK4VoC .button {
    max-width: 1200px;
  }
}
.cid-tHfqgK4VoC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 768px) {
  .cid-tHfqgK4VoC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHfqgK4VoC .embla__button--next,
.cid-tHfqgK4VoC .embla__button--prev {
  display: flex;
}
.cid-tHfqgK4VoC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHfqgK4VoC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHfqgK4VoC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHfqgK4VoC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHfqgK4VoC .embla__button {
    top: auto;
  }
}
.cid-tHfqgK4VoC .embla {
  position: relative;
  width: 100%;
}
.cid-tHfqgK4VoC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHfqgK4VoC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHfqgK4VoC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHfqgK4VoC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sXRQVo93LF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/foliage-tropical-leaf-dark-green-with-rain-water-drop-texture-abstract-pattern-nature-background-2000x1333.jpg");
}
.cid-sXRQVo93LF .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sXRQVo93LF .align-center {
    text-align: center;
  }
}
.cid-tcGdI4rzNV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcGdI4rzNV .mbr-section-title {
  margin-bottom: 20px;
  color: #e43f3f;
  text-align: center;
}
.cid-tcGdI4rzNV .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tcGdI4rzNV .mbr-text {
  margin: 10px 0;
}
.cid-tcGdI4rzNV .divider {
  background-color: #1b9e13;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tcGdI4rzNV .btn-primary:hover {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
@media (max-width: 767px) {
  .cid-tcGdI4rzNV .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tcGdI4rzNV .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tRSVIAFKDQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tRSVIAFKDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRSVIAFKDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRSVIAFKDQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tRSVIAFKDQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRSVIAFKDQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRSVIAFKDQ .container {
    padding: 0 20px;
  }
}
.cid-tRSVIAFKDQ .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tRSVIAFKDQ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tRSVIAFKDQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tRSVIAFKDQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRSVIAFKDQ .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tRSVIAFKDQ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tRSVIAFKDQ .embla__button--next,
.cid-tRSVIAFKDQ .embla__button--prev {
  display: flex;
}
.cid-tRSVIAFKDQ .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #1b9e13;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRSVIAFKDQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRSVIAFKDQ .embla__button:hover {
  background: transparent;
  color: #1b9e13;
  opacity: .7;
}
.cid-tRSVIAFKDQ .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tRSVIAFKDQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tRSVIAFKDQ .embla__button {
    top: 7rem;
  }
}
.cid-tRSVIAFKDQ .embla {
  position: relative;
  width: 100%;
}
.cid-tRSVIAFKDQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRSVIAFKDQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRSVIAFKDQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRSVIAFKDQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tdrtkczuPj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/large-foliage-tropical-leaf-dark-green-with-rain-water-drop-texture-abstract-nature-background-2000x1333.jpg");
}
.cid-tdrtkczuPj .mbr-overlay {
  background: #6b3df0;
}
.cid-tdrtkczuPj .title_block {
  margin-bottom: 50px;
}
.cid-tdrtkczuPj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tdrtkczuPj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tdrtkczuPj .mbr-text {
  margin-bottom: 30px;
}
.cid-tdrtkczuPj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tdrtkczuPj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tdrtkczuPj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tdrtkczuPj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tdrtkczuPj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tdrtkczuPj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tdrtkczuPj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tdrtkczuPj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tdrtkczuPj .title_block {
    text-align: center;
  }
  .cid-tdrtkczuPj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tdrtkczuPj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tdrtkczuPj .btn {
    padding: 14px 26px;
  }
}
.cid-tdrtkczuPj .mbr-text,
.cid-tdrtkczuPj .mbr-section-btn {
  color: #ffffff;
}
.cid-tD5VKyD89q {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tD5VKyD89q .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tD5VKyD89q .mbr-section-title {
  text-align: center;
}
.cid-tD5VKyD89q .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tD5VKyD89q .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tD5VKyD89q .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tD5VKyD89q .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD5VKyD89q .mbr-text {
  color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-tiZC3eS8IP.popup-builder {
  background-color: #ffffff;
}
.cid-tiZC3eS8IP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tiZC3eS8IP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tiZC3eS8IP .modal-content,
.cid-tiZC3eS8IP .modal-dialog {
  height: auto;
}
.cid-tiZC3eS8IP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tiZC3eS8IP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tiZC3eS8IP .form-wrapper .mbr-form .form-group,
  .cid-tiZC3eS8IP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tiZC3eS8IP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tiZC3eS8IP .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-tiZC3eS8IP .mbr-text {
  text-align: center;
}
.cid-tiZC3eS8IP .pt-0 {
  padding-top: 0 !important;
}
.cid-tiZC3eS8IP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tiZC3eS8IP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tiZC3eS8IP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tiZC3eS8IP .modal-open {
  overflow: hidden;
}
.cid-tiZC3eS8IP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tiZC3eS8IP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tiZC3eS8IP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tiZC3eS8IP .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-tiZC3eS8IP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tiZC3eS8IP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tiZC3eS8IP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tiZC3eS8IP .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-tiZC3eS8IP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tiZC3eS8IP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tiZC3eS8IP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tiZC3eS8IP .modal-backdrop.show {
  opacity: .5;
}
.cid-tiZC3eS8IP .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-tiZC3eS8IP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tiZC3eS8IP .modal-header {
    padding: 1rem;
  }
}
.cid-tiZC3eS8IP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tiZC3eS8IP .modal-header .close svg {
  fill: #353535;
}
.cid-tiZC3eS8IP .modal-header .close:hover {
  opacity: 1;
}
.cid-tiZC3eS8IP .modal-header .close:focus {
  outline: none;
}
.cid-tiZC3eS8IP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tiZC3eS8IP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tiZC3eS8IP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiZC3eS8IP .modal-body {
    padding: 1rem;
  }
}
.cid-tiZC3eS8IP .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-tiZC3eS8IP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiZC3eS8IP .modal-footer {
    padding: 1rem;
  }
}
.cid-tiZC3eS8IP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tiZC3eS8IP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tiZC3eS8IP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tiZC3eS8IP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tiZC3eS8IP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tiZC3eS8IP .modal-lg,
  .cid-tiZC3eS8IP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tiZC3eS8IP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tiZC3eS8IP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tiZC3eS8IP .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-tiZC3eS8IP .form-group {
  margin-bottom: 1rem;
}
.cid-tiZC3eS8IP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tiZC3eS8IP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tiZC3eS8IP .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-tiZC3eS8IP .mbr-section-btn {
  margin: 0;
}
.cid-tiZC3eS8IP .mbr-section-btn .btn {
  margin: 0;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcGVEiujwT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynU1WxoHK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynU1WxoHK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynU1WxoHK .title_block {
  margin-bottom: 50px;
}
.cid-tynU1WxoHK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynU1WxoHK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynU1WxoHK .mbr-text {
  margin-bottom: 30px;
}
.cid-tynU1WxoHK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynU1WxoHK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynU1WxoHK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynU1WxoHK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynU1WxoHK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynU1WxoHK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynU1WxoHK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynU1WxoHK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynU1WxoHK .title_block {
    text-align: center;
  }
  .cid-tynU1WxoHK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynU1WxoHK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynU1WxoHK .btn {
    padding: 14px 26px;
  }
}
.cid-tynU1WxoHK .mbr-text,
.cid-tynU1WxoHK .mbr-section-btn {
  color: #ffffff;
}
.cid-sY8GhN7ILc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sY8GhN7ILc .item {
  padding-bottom: 2rem;
}
.cid-sY8GhN7ILc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sY8GhN7ILc .carousel {
  width: 100%;
}
.cid-sY8GhN7ILc .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sY8GhN7ILc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sY8GhN7ILc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sY8GhN7ILc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sY8GhN7ILc .carousel-control,
.cid-sY8GhN7ILc .close {
  background: #1b1b1b;
}
.cid-sY8GhN7ILc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sY8GhN7ILc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sY8GhN7ILc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sY8GhN7ILc .carousel-control-next span {
  margin-left: 5px;
}
.cid-sY8GhN7ILc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sY8GhN7ILc .close::before {
  content: '\e91a';
}
.cid-sY8GhN7ILc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sY8GhN7ILc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sY8GhN7ILc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY8GhN7ILc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sY8GhN7ILc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sY8GhN7ILc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sY8GhN7ILc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sY8GhN7ILc .carousel-indicators li.active,
.cid-sY8GhN7ILc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sY8GhN7ILc .carousel-indicators li::after,
.cid-sY8GhN7ILc .carousel-indicators li::before {
  content: none;
}
.cid-sY8GhN7ILc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sY8GhN7ILc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sY8GhN7ILc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sY8GhN7ILc .carousel-indicators {
    display: none;
  }
}
.cid-sY8GhN7ILc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sY8GhN7ILc .carousel-inner > .active {
  display: block;
}
.cid-sY8GhN7ILc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY8GhN7ILc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sY8GhN7ILc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sY8GhN7ILc .carousel-control,
  .cid-sY8GhN7ILc .carousel-indicators,
  .cid-sY8GhN7ILc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sY8GhN7ILc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sY8GhN7ILc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sY8GhN7ILc .carousel-indicators .active,
.cid-sY8GhN7ILc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sY8GhN7ILc .carousel-indicators .active {
  background: #fff;
}
.cid-sY8GhN7ILc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sY8GhN7ILc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sY8GhN7ILc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sY8GhN7ILc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sY8GhN7ILc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sY8GhN7ILc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sY8GhN7ILc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sY8GhN7ILc .modal.fade .modal-dialog,
.cid-sY8GhN7ILc .modal.in .modal-dialog {
  transform: none;
}
.cid-sY8GhN7ILc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sY8GhN7ILc H6 {
  text-align: center;
}
.cid-sY8GhN7ILc .mbr-section-title {
  color: #2e6b75;
}
.cid-sY8GhN7ILc .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sY8GhN7ILc .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynXqCdasc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynXqCdasc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynXqCdasc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynXqCdasc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH1ySZHj0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo0jk93Af {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo0jk93Af .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo0jk93Af .title_block {
  margin-bottom: 50px;
}
.cid-tyo0jk93Af .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo0jk93Af .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo0jk93Af .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo0jk93Af .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo0jk93Af .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo0jk93Af .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo0jk93Af .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo0jk93Af .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo0jk93Af .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo0jk93Af .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo0jk93Af .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo0jk93Af .title_block {
    text-align: center;
  }
  .cid-tyo0jk93Af .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo0jk93Af .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo0jk93Af .btn {
    padding: 14px 26px;
  }
}
.cid-tyo0jk93Af .mbr-text,
.cid-tyo0jk93Af .mbr-section-btn {
  color: #ffffff;
}
.cid-sYxsZ3h2ly {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYxsZ3h2ly .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYxsZ3h2ly .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYxsZ3h2ly .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYxsZ3h2ly .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYxsZ3h2ly .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYxsZ3h2ly .special-label {
  color: #fff;
}
.cid-sYxsZ3h2ly .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYxsZ3h2ly .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYxsZ3h2ly .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYxsZ3h2ly .menu-row {
  margin: 0;
}
.cid-sYxsZ3h2ly .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYxsZ3h2ly .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYxsZ3h2ly .group-title,
.cid-sYxsZ3h2ly .align-wrap {
  text-align: left;
}
.cid-sYxsZ3h2ly .item-title {
  color: #000000;
}
.cid-sYxsZ3h2ly .item-title DIV {
  text-align: left;
}
.cid-sYxsZ3h2ly SPAN {
  color: #23488b;
}
.cid-sYxsZ3h2ly .mbr-section-title,
.cid-sYxsZ3h2ly .ornament {
  text-align: left;
}
.cid-tyo0lRuZGL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo0lRuZGL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo0lRuZGL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo0lRuZGL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-t0ju1989id {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcGW5UeziV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynVpddkQB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynVpddkQB .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynVpddkQB .title_block {
  margin-bottom: 50px;
}
.cid-tynVpddkQB .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynVpddkQB .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynVpddkQB .mbr-text {
  margin-bottom: 30px;
}
.cid-tynVpddkQB .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynVpddkQB .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynVpddkQB .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynVpddkQB .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynVpddkQB .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynVpddkQB .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynVpddkQB .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynVpddkQB .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynVpddkQB .title_block {
    text-align: center;
  }
  .cid-tynVpddkQB .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynVpddkQB .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynVpddkQB .btn {
    padding: 14px 26px;
  }
}
.cid-tynVpddkQB .mbr-text,
.cid-tynVpddkQB .mbr-section-btn {
  color: #ffffff;
}
.cid-sY95CAZTu1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sY95CAZTu1 .item {
  padding-bottom: 2rem;
}
.cid-sY95CAZTu1 .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sY95CAZTu1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sY95CAZTu1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sY95CAZTu1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sY95CAZTu1 .carousel-control,
.cid-sY95CAZTu1 .close {
  background: #1b1b1b;
}
.cid-sY95CAZTu1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sY95CAZTu1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sY95CAZTu1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sY95CAZTu1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sY95CAZTu1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sY95CAZTu1 .close::before {
  content: '\e91a';
}
.cid-sY95CAZTu1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sY95CAZTu1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sY95CAZTu1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY95CAZTu1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sY95CAZTu1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sY95CAZTu1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sY95CAZTu1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sY95CAZTu1 .carousel-indicators li.active,
.cid-sY95CAZTu1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sY95CAZTu1 .carousel-indicators li::after,
.cid-sY95CAZTu1 .carousel-indicators li::before {
  content: none;
}
.cid-sY95CAZTu1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sY95CAZTu1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sY95CAZTu1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sY95CAZTu1 .carousel-indicators {
    display: none;
  }
}
.cid-sY95CAZTu1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sY95CAZTu1 .carousel-inner > .active {
  display: block;
}
.cid-sY95CAZTu1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY95CAZTu1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sY95CAZTu1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sY95CAZTu1 .carousel-control,
  .cid-sY95CAZTu1 .carousel-indicators,
  .cid-sY95CAZTu1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sY95CAZTu1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sY95CAZTu1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sY95CAZTu1 .carousel-indicators .active,
.cid-sY95CAZTu1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sY95CAZTu1 .carousel-indicators .active {
  background: #fff;
}
.cid-sY95CAZTu1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sY95CAZTu1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sY95CAZTu1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sY95CAZTu1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sY95CAZTu1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sY95CAZTu1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sY95CAZTu1 .carousel {
  width: 100%;
}
.cid-sY95CAZTu1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sY95CAZTu1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sY95CAZTu1 .modal.fade .modal-dialog,
.cid-sY95CAZTu1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sY95CAZTu1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sY95CAZTu1 H6 {
  text-align: center;
}
.cid-sY95CAZTu1 .mbr-section-title {
  color: #2e6b75;
}
.cid-sY95CAZTu1 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sY95CAZTu1 .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynXzgDWlb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynXzgDWlb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynXzgDWlb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynXzgDWlb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-t0jtiReehn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcGZ2eY4r5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynWFR8XmM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynWFR8XmM .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynWFR8XmM .title_block {
  margin-bottom: 50px;
}
.cid-tynWFR8XmM .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynWFR8XmM .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynWFR8XmM .mbr-text {
  margin-bottom: 30px;
}
.cid-tynWFR8XmM .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynWFR8XmM .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynWFR8XmM .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynWFR8XmM .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynWFR8XmM .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynWFR8XmM .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynWFR8XmM .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynWFR8XmM .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynWFR8XmM .title_block {
    text-align: center;
  }
  .cid-tynWFR8XmM .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynWFR8XmM .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynWFR8XmM .btn {
    padding: 14px 26px;
  }
}
.cid-tynWFR8XmM .mbr-text,
.cid-tynWFR8XmM .mbr-section-btn {
  color: #ffffff;
}
.cid-sYa9GcM9bG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYa9GcM9bG .item {
  padding-bottom: 2rem;
}
.cid-sYa9GcM9bG .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sYa9GcM9bG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYa9GcM9bG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYa9GcM9bG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYa9GcM9bG .carousel-control,
.cid-sYa9GcM9bG .close {
  background: #1b1b1b;
}
.cid-sYa9GcM9bG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYa9GcM9bG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYa9GcM9bG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYa9GcM9bG .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYa9GcM9bG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYa9GcM9bG .close::before {
  content: '\e91a';
}
.cid-sYa9GcM9bG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYa9GcM9bG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYa9GcM9bG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYa9GcM9bG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYa9GcM9bG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYa9GcM9bG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYa9GcM9bG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYa9GcM9bG .carousel-indicators li.active,
.cid-sYa9GcM9bG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYa9GcM9bG .carousel-indicators li::after,
.cid-sYa9GcM9bG .carousel-indicators li::before {
  content: none;
}
.cid-sYa9GcM9bG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYa9GcM9bG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYa9GcM9bG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYa9GcM9bG .carousel-indicators {
    display: none;
  }
}
.cid-sYa9GcM9bG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYa9GcM9bG .carousel-inner > .active {
  display: block;
}
.cid-sYa9GcM9bG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYa9GcM9bG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYa9GcM9bG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYa9GcM9bG .carousel-control,
  .cid-sYa9GcM9bG .carousel-indicators,
  .cid-sYa9GcM9bG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYa9GcM9bG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYa9GcM9bG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYa9GcM9bG .carousel-indicators .active,
.cid-sYa9GcM9bG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYa9GcM9bG .carousel-indicators .active {
  background: #fff;
}
.cid-sYa9GcM9bG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYa9GcM9bG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYa9GcM9bG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYa9GcM9bG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYa9GcM9bG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYa9GcM9bG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYa9GcM9bG .carousel {
  width: 100%;
}
.cid-sYa9GcM9bG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYa9GcM9bG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYa9GcM9bG .modal.fade .modal-dialog,
.cid-sYa9GcM9bG .modal.in .modal-dialog {
  transform: none;
}
.cid-sYa9GcM9bG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYa9GcM9bG H6 {
  text-align: center;
}
.cid-sYa9GcM9bG .mbr-section-title {
  color: #2e6b75;
}
.cid-sYa9GcM9bG .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sYa9GcM9bG .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynXCLfpG2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynXCLfpG2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynXCLfpG2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynXCLfpG2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcGZnO5V9U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynWf344Mi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynWf344Mi .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynWf344Mi .title_block {
  margin-bottom: 50px;
}
.cid-tynWf344Mi .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynWf344Mi .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynWf344Mi .mbr-text {
  margin-bottom: 30px;
}
.cid-tynWf344Mi .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynWf344Mi .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynWf344Mi .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynWf344Mi .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynWf344Mi .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynWf344Mi .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynWf344Mi .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynWf344Mi .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynWf344Mi .title_block {
    text-align: center;
  }
  .cid-tynWf344Mi .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynWf344Mi .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynWf344Mi .btn {
    padding: 14px 26px;
  }
}
.cid-tynWf344Mi .mbr-text,
.cid-tynWf344Mi .mbr-section-btn {
  color: #ffffff;
}
.cid-sYag82ooUN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYag82ooUN .item {
  padding-bottom: 2rem;
}
.cid-sYag82ooUN .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sYag82ooUN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYag82ooUN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYag82ooUN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYag82ooUN .carousel-control,
.cid-sYag82ooUN .close {
  background: #1b1b1b;
}
.cid-sYag82ooUN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYag82ooUN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYag82ooUN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYag82ooUN .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYag82ooUN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYag82ooUN .close::before {
  content: '\e91a';
}
.cid-sYag82ooUN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYag82ooUN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYag82ooUN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYag82ooUN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYag82ooUN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYag82ooUN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYag82ooUN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYag82ooUN .carousel-indicators li.active,
.cid-sYag82ooUN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYag82ooUN .carousel-indicators li::after,
.cid-sYag82ooUN .carousel-indicators li::before {
  content: none;
}
.cid-sYag82ooUN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYag82ooUN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYag82ooUN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYag82ooUN .carousel-indicators {
    display: none;
  }
}
.cid-sYag82ooUN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYag82ooUN .carousel-inner > .active {
  display: block;
}
.cid-sYag82ooUN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYag82ooUN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYag82ooUN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYag82ooUN .carousel-control,
  .cid-sYag82ooUN .carousel-indicators,
  .cid-sYag82ooUN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYag82ooUN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYag82ooUN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYag82ooUN .carousel-indicators .active,
.cid-sYag82ooUN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYag82ooUN .carousel-indicators .active {
  background: #fff;
}
.cid-sYag82ooUN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYag82ooUN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYag82ooUN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYag82ooUN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYag82ooUN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYag82ooUN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYag82ooUN .carousel {
  width: 100%;
}
.cid-sYag82ooUN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYag82ooUN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYag82ooUN .modal.fade .modal-dialog,
.cid-sYag82ooUN .modal.in .modal-dialog {
  transform: none;
}
.cid-sYag82ooUN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYag82ooUN H6 {
  text-align: center;
}
.cid-sYag82ooUN .mbr-section-title {
  color: #2e6b75;
}
.cid-sYag82ooUN .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sYag82ooUN .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynXERiG5v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynXERiG5v .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynXERiG5v .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynXERiG5v .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcGZvMvCJI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynWR9Czz6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynWR9Czz6 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynWR9Czz6 .title_block {
  margin-bottom: 50px;
}
.cid-tynWR9Czz6 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynWR9Czz6 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynWR9Czz6 .mbr-text {
  margin-bottom: 30px;
}
.cid-tynWR9Czz6 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynWR9Czz6 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynWR9Czz6 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynWR9Czz6 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynWR9Czz6 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynWR9Czz6 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynWR9Czz6 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynWR9Czz6 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynWR9Czz6 .title_block {
    text-align: center;
  }
  .cid-tynWR9Czz6 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynWR9Czz6 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynWR9Czz6 .btn {
    padding: 14px 26px;
  }
}
.cid-tynWR9Czz6 .mbr-text,
.cid-tynWR9Czz6 .mbr-section-btn {
  color: #ffffff;
}
.cid-sYajz24S1d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYajz24S1d .item {
  padding-bottom: 2rem;
}
.cid-sYajz24S1d .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sYajz24S1d .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYajz24S1d .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYajz24S1d .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYajz24S1d .carousel-control,
.cid-sYajz24S1d .close {
  background: #1b1b1b;
}
.cid-sYajz24S1d .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYajz24S1d .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYajz24S1d .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYajz24S1d .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYajz24S1d .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYajz24S1d .close::before {
  content: '\e91a';
}
.cid-sYajz24S1d .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYajz24S1d .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYajz24S1d .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYajz24S1d .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYajz24S1d .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYajz24S1d .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYajz24S1d .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYajz24S1d .carousel-indicators li.active,
.cid-sYajz24S1d .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYajz24S1d .carousel-indicators li::after,
.cid-sYajz24S1d .carousel-indicators li::before {
  content: none;
}
.cid-sYajz24S1d .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYajz24S1d .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYajz24S1d .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYajz24S1d .carousel-indicators {
    display: none;
  }
}
.cid-sYajz24S1d .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYajz24S1d .carousel-inner > .active {
  display: block;
}
.cid-sYajz24S1d .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYajz24S1d .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYajz24S1d .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYajz24S1d .carousel-control,
  .cid-sYajz24S1d .carousel-indicators,
  .cid-sYajz24S1d .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYajz24S1d .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYajz24S1d .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYajz24S1d .carousel-indicators .active,
.cid-sYajz24S1d .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYajz24S1d .carousel-indicators .active {
  background: #fff;
}
.cid-sYajz24S1d .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYajz24S1d .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYajz24S1d .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYajz24S1d .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYajz24S1d .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYajz24S1d .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYajz24S1d .carousel {
  width: 100%;
}
.cid-sYajz24S1d .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYajz24S1d .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYajz24S1d .modal.fade .modal-dialog,
.cid-sYajz24S1d .modal.in .modal-dialog {
  transform: none;
}
.cid-sYajz24S1d .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYajz24S1d H6 {
  text-align: center;
}
.cid-sYajz24S1d .mbr-section-title {
  color: #2e6b75;
}
.cid-sYajz24S1d .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sYajz24S1d .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynXIJCBly {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynXIJCBly .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynXIJCBly .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynXIJCBly .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcGZBMUILl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynX8DAaCj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynX8DAaCj .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynX8DAaCj .title_block {
  margin-bottom: 50px;
}
.cid-tynX8DAaCj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynX8DAaCj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynX8DAaCj .mbr-text {
  margin-bottom: 30px;
}
.cid-tynX8DAaCj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynX8DAaCj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynX8DAaCj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynX8DAaCj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynX8DAaCj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynX8DAaCj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynX8DAaCj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynX8DAaCj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynX8DAaCj .title_block {
    text-align: center;
  }
  .cid-tynX8DAaCj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynX8DAaCj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynX8DAaCj .btn {
    padding: 14px 26px;
  }
}
.cid-tynX8DAaCj .mbr-text,
.cid-tynX8DAaCj .mbr-section-btn {
  color: #ffffff;
}
.cid-sYeFf5ZxWp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYeFf5ZxWp .item {
  padding-bottom: 2rem;
}
.cid-sYeFf5ZxWp .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sYeFf5ZxWp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYeFf5ZxWp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYeFf5ZxWp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYeFf5ZxWp .carousel-control,
.cid-sYeFf5ZxWp .close {
  background: #1b1b1b;
}
.cid-sYeFf5ZxWp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYeFf5ZxWp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYeFf5ZxWp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYeFf5ZxWp .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYeFf5ZxWp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYeFf5ZxWp .close::before {
  content: '\e91a';
}
.cid-sYeFf5ZxWp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYeFf5ZxWp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYeFf5ZxWp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYeFf5ZxWp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYeFf5ZxWp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYeFf5ZxWp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYeFf5ZxWp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYeFf5ZxWp .carousel-indicators li.active,
.cid-sYeFf5ZxWp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYeFf5ZxWp .carousel-indicators li::after,
.cid-sYeFf5ZxWp .carousel-indicators li::before {
  content: none;
}
.cid-sYeFf5ZxWp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYeFf5ZxWp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYeFf5ZxWp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYeFf5ZxWp .carousel-indicators {
    display: none;
  }
}
.cid-sYeFf5ZxWp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYeFf5ZxWp .carousel-inner > .active {
  display: block;
}
.cid-sYeFf5ZxWp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYeFf5ZxWp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYeFf5ZxWp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYeFf5ZxWp .carousel-control,
  .cid-sYeFf5ZxWp .carousel-indicators,
  .cid-sYeFf5ZxWp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYeFf5ZxWp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYeFf5ZxWp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYeFf5ZxWp .carousel-indicators .active,
.cid-sYeFf5ZxWp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYeFf5ZxWp .carousel-indicators .active {
  background: #fff;
}
.cid-sYeFf5ZxWp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYeFf5ZxWp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYeFf5ZxWp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYeFf5ZxWp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYeFf5ZxWp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYeFf5ZxWp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYeFf5ZxWp .carousel {
  width: 100%;
}
.cid-sYeFf5ZxWp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYeFf5ZxWp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYeFf5ZxWp .modal.fade .modal-dialog,
.cid-sYeFf5ZxWp .modal.in .modal-dialog {
  transform: none;
}
.cid-sYeFf5ZxWp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYeFf5ZxWp H6 {
  text-align: center;
}
.cid-sYeFf5ZxWp .mbr-section-title {
  color: #2e6b75;
}
.cid-sYeFf5ZxWp .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sYeFf5ZxWp .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynXgWbZNb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynXgWbZNb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynXgWbZNb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynXgWbZNb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH0ekutc1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynXZNqdo1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynXZNqdo1 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynXZNqdo1 .title_block {
  margin-bottom: 50px;
}
.cid-tynXZNqdo1 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynXZNqdo1 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynXZNqdo1 .mbr-text {
  margin-bottom: 30px;
}
.cid-tynXZNqdo1 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynXZNqdo1 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynXZNqdo1 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynXZNqdo1 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynXZNqdo1 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynXZNqdo1 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynXZNqdo1 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynXZNqdo1 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynXZNqdo1 .title_block {
    text-align: center;
  }
  .cid-tynXZNqdo1 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynXZNqdo1 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynXZNqdo1 .btn {
    padding: 14px 26px;
  }
}
.cid-tynXZNqdo1 .mbr-text,
.cid-tynXZNqdo1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sYeWTaTHVG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYeWTaTHVG .item {
  padding-bottom: 2rem;
}
.cid-sYeWTaTHVG .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sYeWTaTHVG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYeWTaTHVG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYeWTaTHVG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYeWTaTHVG .carousel-control,
.cid-sYeWTaTHVG .close {
  background: #1b1b1b;
}
.cid-sYeWTaTHVG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYeWTaTHVG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYeWTaTHVG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYeWTaTHVG .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYeWTaTHVG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYeWTaTHVG .close::before {
  content: '\e91a';
}
.cid-sYeWTaTHVG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYeWTaTHVG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYeWTaTHVG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYeWTaTHVG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYeWTaTHVG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYeWTaTHVG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYeWTaTHVG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYeWTaTHVG .carousel-indicators li.active,
.cid-sYeWTaTHVG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYeWTaTHVG .carousel-indicators li::after,
.cid-sYeWTaTHVG .carousel-indicators li::before {
  content: none;
}
.cid-sYeWTaTHVG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYeWTaTHVG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYeWTaTHVG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYeWTaTHVG .carousel-indicators {
    display: none;
  }
}
.cid-sYeWTaTHVG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYeWTaTHVG .carousel-inner > .active {
  display: block;
}
.cid-sYeWTaTHVG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYeWTaTHVG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYeWTaTHVG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYeWTaTHVG .carousel-control,
  .cid-sYeWTaTHVG .carousel-indicators,
  .cid-sYeWTaTHVG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYeWTaTHVG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYeWTaTHVG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYeWTaTHVG .carousel-indicators .active,
.cid-sYeWTaTHVG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYeWTaTHVG .carousel-indicators .active {
  background: #fff;
}
.cid-sYeWTaTHVG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYeWTaTHVG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYeWTaTHVG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYeWTaTHVG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYeWTaTHVG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYeWTaTHVG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYeWTaTHVG .carousel {
  width: 100%;
}
.cid-sYeWTaTHVG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYeWTaTHVG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYeWTaTHVG .modal.fade .modal-dialog,
.cid-sYeWTaTHVG .modal.in .modal-dialog {
  transform: none;
}
.cid-sYeWTaTHVG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYeWTaTHVG H6 {
  text-align: center;
}
.cid-sYeWTaTHVG .mbr-section-title {
  color: #2e6b75;
}
.cid-sYeWTaTHVG .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sYeWTaTHVG .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynXMXQsJq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynXMXQsJq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynXMXQsJq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynXMXQsJq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH0SxZN2m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynY7zWrVV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynY7zWrVV .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynY7zWrVV .title_block {
  margin-bottom: 50px;
}
.cid-tynY7zWrVV .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynY7zWrVV .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynY7zWrVV .mbr-text {
  margin-bottom: 30px;
}
.cid-tynY7zWrVV .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynY7zWrVV .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynY7zWrVV .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynY7zWrVV .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynY7zWrVV .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynY7zWrVV .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynY7zWrVV .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynY7zWrVV .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynY7zWrVV .title_block {
    text-align: center;
  }
  .cid-tynY7zWrVV .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynY7zWrVV .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynY7zWrVV .btn {
    padding: 14px 26px;
  }
}
.cid-tynY7zWrVV .mbr-text,
.cid-tynY7zWrVV .mbr-section-btn {
  color: #ffffff;
}
.cid-sYfdzA3zHZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYfdzA3zHZ .item {
  padding-bottom: 2rem;
}
.cid-sYfdzA3zHZ .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sYfdzA3zHZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYfdzA3zHZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYfdzA3zHZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYfdzA3zHZ .carousel-control,
.cid-sYfdzA3zHZ .close {
  background: #1b1b1b;
}
.cid-sYfdzA3zHZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYfdzA3zHZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYfdzA3zHZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYfdzA3zHZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYfdzA3zHZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYfdzA3zHZ .close::before {
  content: '\e91a';
}
.cid-sYfdzA3zHZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYfdzA3zHZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYfdzA3zHZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYfdzA3zHZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYfdzA3zHZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYfdzA3zHZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYfdzA3zHZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYfdzA3zHZ .carousel-indicators li.active,
.cid-sYfdzA3zHZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYfdzA3zHZ .carousel-indicators li::after,
.cid-sYfdzA3zHZ .carousel-indicators li::before {
  content: none;
}
.cid-sYfdzA3zHZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYfdzA3zHZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYfdzA3zHZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYfdzA3zHZ .carousel-indicators {
    display: none;
  }
}
.cid-sYfdzA3zHZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYfdzA3zHZ .carousel-inner > .active {
  display: block;
}
.cid-sYfdzA3zHZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYfdzA3zHZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYfdzA3zHZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYfdzA3zHZ .carousel-control,
  .cid-sYfdzA3zHZ .carousel-indicators,
  .cid-sYfdzA3zHZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYfdzA3zHZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYfdzA3zHZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYfdzA3zHZ .carousel-indicators .active,
.cid-sYfdzA3zHZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYfdzA3zHZ .carousel-indicators .active {
  background: #fff;
}
.cid-sYfdzA3zHZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYfdzA3zHZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYfdzA3zHZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYfdzA3zHZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYfdzA3zHZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYfdzA3zHZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYfdzA3zHZ .carousel {
  width: 100%;
}
.cid-sYfdzA3zHZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYfdzA3zHZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYfdzA3zHZ .modal.fade .modal-dialog,
.cid-sYfdzA3zHZ .modal.in .modal-dialog {
  transform: none;
}
.cid-sYfdzA3zHZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYfdzA3zHZ H6 {
  text-align: center;
}
.cid-sYfdzA3zHZ .mbr-section-title {
  color: #2e6b75;
}
.cid-sYfdzA3zHZ .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sYfdzA3zHZ .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynYeOL64y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynYeOL64y .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynYeOL64y .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynYeOL64y .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH11ZswRr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynYljJR20 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynYljJR20 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynYljJR20 .title_block {
  margin-bottom: 50px;
}
.cid-tynYljJR20 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynYljJR20 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynYljJR20 .mbr-text {
  margin-bottom: 30px;
}
.cid-tynYljJR20 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynYljJR20 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynYljJR20 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynYljJR20 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynYljJR20 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynYljJR20 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynYljJR20 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynYljJR20 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynYljJR20 .title_block {
    text-align: center;
  }
  .cid-tynYljJR20 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynYljJR20 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynYljJR20 .btn {
    padding: 14px 26px;
  }
}
.cid-tynYljJR20 .mbr-text,
.cid-tynYljJR20 .mbr-section-btn {
  color: #ffffff;
}
.cid-sYfn8shoyw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYfn8shoyw .item {
  padding-bottom: 2rem;
}
.cid-sYfn8shoyw .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sYfn8shoyw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sYfn8shoyw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sYfn8shoyw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sYfn8shoyw .carousel-control,
.cid-sYfn8shoyw .close {
  background: #1b1b1b;
}
.cid-sYfn8shoyw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sYfn8shoyw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sYfn8shoyw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sYfn8shoyw .carousel-control-next span {
  margin-left: 5px;
}
.cid-sYfn8shoyw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYfn8shoyw .close::before {
  content: '\e91a';
}
.cid-sYfn8shoyw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYfn8shoyw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYfn8shoyw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYfn8shoyw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sYfn8shoyw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYfn8shoyw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sYfn8shoyw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sYfn8shoyw .carousel-indicators li.active,
.cid-sYfn8shoyw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sYfn8shoyw .carousel-indicators li::after,
.cid-sYfn8shoyw .carousel-indicators li::before {
  content: none;
}
.cid-sYfn8shoyw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sYfn8shoyw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sYfn8shoyw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sYfn8shoyw .carousel-indicators {
    display: none;
  }
}
.cid-sYfn8shoyw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sYfn8shoyw .carousel-inner > .active {
  display: block;
}
.cid-sYfn8shoyw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYfn8shoyw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYfn8shoyw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sYfn8shoyw .carousel-control,
  .cid-sYfn8shoyw .carousel-indicators,
  .cid-sYfn8shoyw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sYfn8shoyw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sYfn8shoyw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYfn8shoyw .carousel-indicators .active,
.cid-sYfn8shoyw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sYfn8shoyw .carousel-indicators .active {
  background: #fff;
}
.cid-sYfn8shoyw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sYfn8shoyw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sYfn8shoyw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYfn8shoyw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sYfn8shoyw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sYfn8shoyw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sYfn8shoyw .carousel {
  width: 100%;
}
.cid-sYfn8shoyw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sYfn8shoyw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sYfn8shoyw .modal.fade .modal-dialog,
.cid-sYfn8shoyw .modal.in .modal-dialog {
  transform: none;
}
.cid-sYfn8shoyw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sYfn8shoyw H6 {
  text-align: center;
}
.cid-sYfn8shoyw .mbr-section-title {
  color: #2e6b75;
}
.cid-sYfn8shoyw .mbr-section-subtitle {
  color: #6c7577;
}
.cid-sYfn8shoyw .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tynYlUTWLt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynYlUTWLt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynYlUTWLt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynYlUTWLt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH1oqgCRh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynZsb74RS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynZsb74RS .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynZsb74RS .title_block {
  margin-bottom: 50px;
}
.cid-tynZsb74RS .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynZsb74RS .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynZsb74RS .mbr-text {
  margin-bottom: 30px;
}
.cid-tynZsb74RS .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynZsb74RS .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynZsb74RS .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynZsb74RS .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynZsb74RS .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynZsb74RS .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynZsb74RS .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynZsb74RS .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynZsb74RS .title_block {
    text-align: center;
  }
  .cid-tynZsb74RS .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynZsb74RS .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynZsb74RS .btn {
    padding: 14px 26px;
  }
}
.cid-tynZsb74RS .mbr-text,
.cid-tynZsb74RS .mbr-section-btn {
  color: #ffffff;
}
.cid-sY8PfsF6yO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sY8PfsF6yO .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sY8PfsF6yO .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sY8PfsF6yO .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sY8PfsF6yO .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sY8PfsF6yO .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sY8PfsF6yO .special-label {
  color: #fff;
}
.cid-sY8PfsF6yO .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sY8PfsF6yO .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sY8PfsF6yO .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sY8PfsF6yO .menu-row {
  margin: 0;
}
.cid-sY8PfsF6yO .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sY8PfsF6yO .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sY8PfsF6yO .group-title,
.cid-sY8PfsF6yO .align-wrap {
  text-align: left;
}
.cid-sY8PfsF6yO .item-title {
  color: #000000;
}
.cid-sY8PfsF6yO .item-title DIV {
  text-align: left;
}
.cid-sY8PfsF6yO SPAN {
  color: #23488b;
}
.cid-sY8PfsF6yO .mbr-section-title,
.cid-sY8PfsF6yO .ornament {
  text-align: left;
}
.cid-tynZ89uQZq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tynZ89uQZq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tynZ89uQZq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tynZ89uQZq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-t0jtVgM4wC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH1Rqr6T5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo0BWNkaU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo0BWNkaU .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo0BWNkaU .title_block {
  margin-bottom: 50px;
}
.cid-tyo0BWNkaU .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo0BWNkaU .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo0BWNkaU .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo0BWNkaU .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo0BWNkaU .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo0BWNkaU .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo0BWNkaU .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo0BWNkaU .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo0BWNkaU .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo0BWNkaU .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo0BWNkaU .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo0BWNkaU .title_block {
    text-align: center;
  }
  .cid-tyo0BWNkaU .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo0BWNkaU .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo0BWNkaU .btn {
    padding: 14px 26px;
  }
}
.cid-tyo0BWNkaU .mbr-text,
.cid-tyo0BWNkaU .mbr-section-btn {
  color: #ffffff;
}
.cid-sYJhHlObNv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYJhHlObNv .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYJhHlObNv .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYJhHlObNv .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYJhHlObNv .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYJhHlObNv .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYJhHlObNv .special-label {
  color: #fff;
}
.cid-sYJhHlObNv .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYJhHlObNv .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYJhHlObNv .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYJhHlObNv .menu-row {
  margin: 0;
}
.cid-sYJhHlObNv .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYJhHlObNv .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYJhHlObNv .group-title,
.cid-sYJhHlObNv .align-wrap {
  text-align: left;
}
.cid-sYJhHlObNv .item-title {
  color: #000000;
}
.cid-sYJhHlObNv .item-title DIV {
  text-align: left;
}
.cid-sYJhHlObNv SPAN {
  color: #23488b;
}
.cid-sYJhHlObNv .mbr-section-title,
.cid-sYJhHlObNv .ornament {
  text-align: left;
}
.cid-tyo0uKytd8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo0uKytd8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo0uKytd8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo0uKytd8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-t0ju5zf8gP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH22JHBsg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo12kw9Oo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo12kw9Oo .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo12kw9Oo .title_block {
  margin-bottom: 50px;
}
.cid-tyo12kw9Oo .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo12kw9Oo .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo12kw9Oo .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo12kw9Oo .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo12kw9Oo .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo12kw9Oo .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo12kw9Oo .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo12kw9Oo .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo12kw9Oo .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo12kw9Oo .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo12kw9Oo .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo12kw9Oo .title_block {
    text-align: center;
  }
  .cid-tyo12kw9Oo .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo12kw9Oo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo12kw9Oo .btn {
    padding: 14px 26px;
  }
}
.cid-tyo12kw9Oo .mbr-text,
.cid-tyo12kw9Oo .mbr-section-btn {
  color: #ffffff;
}
.cid-sYJlFXKwnf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYJlFXKwnf .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYJlFXKwnf .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYJlFXKwnf .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYJlFXKwnf .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYJlFXKwnf .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYJlFXKwnf .special-label {
  color: #fff;
}
.cid-sYJlFXKwnf .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYJlFXKwnf .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYJlFXKwnf .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYJlFXKwnf .menu-row {
  margin: 0;
}
.cid-sYJlFXKwnf .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYJlFXKwnf .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYJlFXKwnf .group-title,
.cid-sYJlFXKwnf .align-wrap {
  text-align: left;
}
.cid-sYJlFXKwnf .item-title {
  color: #000000;
}
.cid-sYJlFXKwnf .item-title DIV {
  text-align: left;
}
.cid-sYJlFXKwnf SPAN {
  color: #23488b;
}
.cid-sYJlFXKwnf .mbr-section-title,
.cid-sYJlFXKwnf .ornament {
  text-align: left;
}
.cid-tyo0VE0jPK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo0VE0jPK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo0VE0jPK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo0VE0jPK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-t0jud0WOYg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH2coK4XM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo18mC3rf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo18mC3rf .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo18mC3rf .title_block {
  margin-bottom: 50px;
}
.cid-tyo18mC3rf .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo18mC3rf .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo18mC3rf .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo18mC3rf .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo18mC3rf .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo18mC3rf .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo18mC3rf .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo18mC3rf .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo18mC3rf .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo18mC3rf .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo18mC3rf .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo18mC3rf .title_block {
    text-align: center;
  }
  .cid-tyo18mC3rf .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo18mC3rf .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo18mC3rf .btn {
    padding: 14px 26px;
  }
}
.cid-tyo18mC3rf .mbr-text,
.cid-tyo18mC3rf .mbr-section-btn {
  color: #ffffff;
}
.cid-sYJp2PPriu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYJp2PPriu .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYJp2PPriu .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYJp2PPriu .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYJp2PPriu .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYJp2PPriu .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYJp2PPriu .special-label {
  color: #fff;
}
.cid-sYJp2PPriu .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYJp2PPriu .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYJp2PPriu .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYJp2PPriu .menu-row {
  margin: 0;
}
.cid-sYJp2PPriu .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYJp2PPriu .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYJp2PPriu .group-title,
.cid-sYJp2PPriu .align-wrap {
  text-align: left;
}
.cid-sYJp2PPriu .item-title {
  color: #000000;
}
.cid-sYJp2PPriu .item-title DIV {
  text-align: left;
}
.cid-sYJp2PPriu SPAN {
  color: #23488b;
}
.cid-sYJp2PPriu .mbr-section-title,
.cid-sYJp2PPriu .ornament {
  text-align: left;
}
.cid-tyo1fsDSgy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo1fsDSgy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo1fsDSgy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo1fsDSgy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-t0juiJM15E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH2mTz4ws {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo1nbKxPR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo1nbKxPR .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo1nbKxPR .title_block {
  margin-bottom: 50px;
}
.cid-tyo1nbKxPR .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo1nbKxPR .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo1nbKxPR .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo1nbKxPR .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo1nbKxPR .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo1nbKxPR .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo1nbKxPR .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo1nbKxPR .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo1nbKxPR .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo1nbKxPR .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo1nbKxPR .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo1nbKxPR .title_block {
    text-align: center;
  }
  .cid-tyo1nbKxPR .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo1nbKxPR .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo1nbKxPR .btn {
    padding: 14px 26px;
  }
}
.cid-tyo1nbKxPR .mbr-text,
.cid-tyo1nbKxPR .mbr-section-btn {
  color: #ffffff;
}
.cid-sYJywiPOqy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYJywiPOqy .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYJywiPOqy .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYJywiPOqy .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYJywiPOqy .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYJywiPOqy .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYJywiPOqy .special-label {
  color: #fff;
}
.cid-sYJywiPOqy .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYJywiPOqy .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYJywiPOqy .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYJywiPOqy .menu-row {
  margin: 0;
}
.cid-sYJywiPOqy .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYJywiPOqy .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYJywiPOqy .group-title,
.cid-sYJywiPOqy .align-wrap {
  text-align: left;
}
.cid-sYJywiPOqy .item-title {
  color: #000000;
}
.cid-sYJywiPOqy .item-title DIV {
  text-align: left;
}
.cid-sYJywiPOqy SPAN {
  color: #23488b;
}
.cid-sYJywiPOqy .mbr-section-title,
.cid-sYJywiPOqy .ornament {
  text-align: left;
}
.cid-tyo1oKSGYq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo1oKSGYq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo1oKSGYq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo1oKSGYq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH2rQsf1F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo1Eg35GB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo1Eg35GB .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo1Eg35GB .title_block {
  margin-bottom: 50px;
}
.cid-tyo1Eg35GB .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo1Eg35GB .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo1Eg35GB .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo1Eg35GB .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo1Eg35GB .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo1Eg35GB .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo1Eg35GB .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo1Eg35GB .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo1Eg35GB .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo1Eg35GB .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo1Eg35GB .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo1Eg35GB .title_block {
    text-align: center;
  }
  .cid-tyo1Eg35GB .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo1Eg35GB .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo1Eg35GB .btn {
    padding: 14px 26px;
  }
}
.cid-tyo1Eg35GB .mbr-text,
.cid-tyo1Eg35GB .mbr-section-btn {
  color: #ffffff;
}
.cid-sYJCcXBiaA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYJCcXBiaA .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYJCcXBiaA .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYJCcXBiaA .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYJCcXBiaA .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYJCcXBiaA .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYJCcXBiaA .special-label {
  color: #fff;
}
.cid-sYJCcXBiaA .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYJCcXBiaA .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYJCcXBiaA .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYJCcXBiaA .menu-row {
  margin: 0;
}
.cid-sYJCcXBiaA .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYJCcXBiaA .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYJCcXBiaA .group-title,
.cid-sYJCcXBiaA .align-wrap {
  text-align: left;
}
.cid-sYJCcXBiaA .item-title {
  color: #000000;
}
.cid-sYJCcXBiaA .item-title DIV {
  text-align: left;
}
.cid-sYJCcXBiaA SPAN {
  color: #23488b;
}
.cid-sYJCcXBiaA .mbr-section-title,
.cid-sYJCcXBiaA .ornament {
  text-align: left;
}
.cid-tyo1McZjU9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo1McZjU9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo1McZjU9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo1McZjU9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH2zKN1pX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo1UG50ca {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo1UG50ca .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo1UG50ca .title_block {
  margin-bottom: 50px;
}
.cid-tyo1UG50ca .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo1UG50ca .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo1UG50ca .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo1UG50ca .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo1UG50ca .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo1UG50ca .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo1UG50ca .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo1UG50ca .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo1UG50ca .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo1UG50ca .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo1UG50ca .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo1UG50ca .title_block {
    text-align: center;
  }
  .cid-tyo1UG50ca .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo1UG50ca .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo1UG50ca .btn {
    padding: 14px 26px;
  }
}
.cid-tyo1UG50ca .mbr-text,
.cid-tyo1UG50ca .mbr-section-btn {
  color: #ffffff;
}
.cid-sYTtw3vv3S {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYTtw3vv3S .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYTtw3vv3S .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYTtw3vv3S .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYTtw3vv3S .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYTtw3vv3S .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYTtw3vv3S .special-label {
  color: #fff;
}
.cid-sYTtw3vv3S .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYTtw3vv3S .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYTtw3vv3S .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYTtw3vv3S .menu-row {
  margin: 0;
}
.cid-sYTtw3vv3S .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYTtw3vv3S .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYTtw3vv3S .group-title,
.cid-sYTtw3vv3S .align-wrap {
  text-align: left;
}
.cid-sYTtw3vv3S .item-title {
  color: #000000;
}
.cid-sYTtw3vv3S .item-title DIV {
  text-align: left;
}
.cid-sYTtw3vv3S SPAN {
  color: #23488b;
}
.cid-sYTtw3vv3S .mbr-section-title,
.cid-sYTtw3vv3S .ornament {
  text-align: left;
}
.cid-tyo1Z1vGBT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo1Z1vGBT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo1Z1vGBT .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo1Z1vGBT .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH2M9mR43 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo26zuAYa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo26zuAYa .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo26zuAYa .title_block {
  margin-bottom: 50px;
}
.cid-tyo26zuAYa .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo26zuAYa .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo26zuAYa .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo26zuAYa .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo26zuAYa .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo26zuAYa .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo26zuAYa .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo26zuAYa .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo26zuAYa .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo26zuAYa .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo26zuAYa .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo26zuAYa .title_block {
    text-align: center;
  }
  .cid-tyo26zuAYa .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo26zuAYa .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo26zuAYa .btn {
    padding: 14px 26px;
  }
}
.cid-tyo26zuAYa .mbr-text,
.cid-tyo26zuAYa .mbr-section-btn {
  color: #ffffff;
}
.cid-sYTvtow5S8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYTvtow5S8 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYTvtow5S8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYTvtow5S8 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYTvtow5S8 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYTvtow5S8 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYTvtow5S8 .special-label {
  color: #fff;
}
.cid-sYTvtow5S8 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYTvtow5S8 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYTvtow5S8 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYTvtow5S8 .menu-row {
  margin: 0;
}
.cid-sYTvtow5S8 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYTvtow5S8 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYTvtow5S8 .group-title,
.cid-sYTvtow5S8 .align-wrap {
  text-align: left;
}
.cid-sYTvtow5S8 .item-title {
  color: #000000;
}
.cid-sYTvtow5S8 .item-title DIV {
  text-align: left;
}
.cid-sYTvtow5S8 SPAN {
  color: #23488b;
}
.cid-sYTvtow5S8 .mbr-section-title,
.cid-sYTvtow5S8 .ornament {
  text-align: left;
}
.cid-tyo22pYarc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo22pYarc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo22pYarc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo22pYarc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH2S6Srla {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo2cJTHFM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo2cJTHFM .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo2cJTHFM .title_block {
  margin-bottom: 50px;
}
.cid-tyo2cJTHFM .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo2cJTHFM .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo2cJTHFM .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo2cJTHFM .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo2cJTHFM .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo2cJTHFM .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo2cJTHFM .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo2cJTHFM .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo2cJTHFM .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo2cJTHFM .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo2cJTHFM .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo2cJTHFM .title_block {
    text-align: center;
  }
  .cid-tyo2cJTHFM .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo2cJTHFM .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo2cJTHFM .btn {
    padding: 14px 26px;
  }
}
.cid-tyo2cJTHFM .mbr-text,
.cid-tyo2cJTHFM .mbr-section-btn {
  color: #ffffff;
}
.cid-sYTqafAx7o {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYTqafAx7o .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYTqafAx7o .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYTqafAx7o .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYTqafAx7o .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYTqafAx7o .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYTqafAx7o .special-label {
  color: #fff;
}
.cid-sYTqafAx7o .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYTqafAx7o .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYTqafAx7o .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYTqafAx7o .menu-row {
  margin: 0;
}
.cid-sYTqafAx7o .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYTqafAx7o .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYTqafAx7o .group-title,
.cid-sYTqafAx7o .align-wrap {
  text-align: left;
}
.cid-sYTqafAx7o .item-title {
  color: #000000;
}
.cid-sYTqafAx7o .item-title DIV {
  text-align: left;
}
.cid-sYTqafAx7o SPAN {
  color: #23488b;
}
.cid-sYTqafAx7o .mbr-section-title,
.cid-sYTqafAx7o .ornament {
  text-align: left;
}
.cid-tyo2c4f5a9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo2c4f5a9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo2c4f5a9 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo2c4f5a9 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH31WjJ5l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo3HiUfLR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo3HiUfLR .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo3HiUfLR .title_block {
  margin-bottom: 50px;
}
.cid-tyo3HiUfLR .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo3HiUfLR .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo3HiUfLR .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo3HiUfLR .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo3HiUfLR .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo3HiUfLR .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo3HiUfLR .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo3HiUfLR .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo3HiUfLR .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo3HiUfLR .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo3HiUfLR .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo3HiUfLR .title_block {
    text-align: center;
  }
  .cid-tyo3HiUfLR .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo3HiUfLR .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo3HiUfLR .btn {
    padding: 14px 26px;
  }
}
.cid-tyo3HiUfLR .mbr-text,
.cid-tyo3HiUfLR .mbr-section-btn {
  color: #ffffff;
}
.cid-sYTrNwg11I {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYTrNwg11I .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYTrNwg11I .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYTrNwg11I .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYTrNwg11I .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYTrNwg11I .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYTrNwg11I .special-label {
  color: #fff;
}
.cid-sYTrNwg11I .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYTrNwg11I .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYTrNwg11I .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYTrNwg11I .menu-row {
  margin: 0;
}
.cid-sYTrNwg11I .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYTrNwg11I .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYTrNwg11I .group-title,
.cid-sYTrNwg11I .align-wrap {
  text-align: left;
}
.cid-sYTrNwg11I .item-title {
  color: #000000;
}
.cid-sYTrNwg11I .item-title DIV {
  text-align: left;
}
.cid-sYTrNwg11I SPAN {
  color: #23488b;
}
.cid-sYTrNwg11I .mbr-section-title,
.cid-sYTrNwg11I .ornament {
  text-align: left;
}
.cid-tyo3KLRrry {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo3KLRrry .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo3KLRrry .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo3KLRrry .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHGBRWHHY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysAGWJqGn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysAGWJqGn .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysAGWJqGn .title_block {
  margin-bottom: 50px;
}
.cid-tysAGWJqGn .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysAGWJqGn .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysAGWJqGn .mbr-text {
  margin-bottom: 30px;
}
.cid-tysAGWJqGn .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysAGWJqGn .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysAGWJqGn .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysAGWJqGn .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysAGWJqGn .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysAGWJqGn .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysAGWJqGn .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysAGWJqGn .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysAGWJqGn .title_block {
    text-align: center;
  }
  .cid-tysAGWJqGn .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysAGWJqGn .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysAGWJqGn .btn {
    padding: 14px 26px;
  }
}
.cid-tysAGWJqGn .mbr-text,
.cid-tysAGWJqGn .mbr-section-btn {
  color: #ffffff;
}
.cid-sYTBLYkj5a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYTBLYkj5a .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYTBLYkj5a .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYTBLYkj5a .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYTBLYkj5a .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYTBLYkj5a .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYTBLYkj5a .special-label {
  color: #fff;
}
.cid-sYTBLYkj5a .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYTBLYkj5a .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYTBLYkj5a .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYTBLYkj5a .menu-row {
  margin: 0;
}
.cid-sYTBLYkj5a .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYTBLYkj5a .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYTBLYkj5a .group-title,
.cid-sYTBLYkj5a .align-wrap {
  text-align: left;
}
.cid-sYTBLYkj5a .item-title {
  color: #000000;
}
.cid-sYTBLYkj5a .item-title DIV {
  text-align: left;
}
.cid-sYTBLYkj5a SPAN {
  color: #23488b;
}
.cid-sYTBLYkj5a .mbr-section-title,
.cid-sYTBLYkj5a .ornament {
  text-align: left;
}
.cid-tysAFSsZBW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysAFSsZBW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysAFSsZBW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysAFSsZBW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHGJEuC4t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysAKDuJVE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysAKDuJVE .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysAKDuJVE .title_block {
  margin-bottom: 50px;
}
.cid-tysAKDuJVE .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysAKDuJVE .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysAKDuJVE .mbr-text {
  margin-bottom: 30px;
}
.cid-tysAKDuJVE .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysAKDuJVE .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysAKDuJVE .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysAKDuJVE .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysAKDuJVE .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysAKDuJVE .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysAKDuJVE .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysAKDuJVE .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysAKDuJVE .title_block {
    text-align: center;
  }
  .cid-tysAKDuJVE .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysAKDuJVE .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysAKDuJVE .btn {
    padding: 14px 26px;
  }
}
.cid-tysAKDuJVE .mbr-text,
.cid-tysAKDuJVE .mbr-section-btn {
  color: #ffffff;
}
.cid-sYTlNhBv09 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYTlNhBv09 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYTlNhBv09 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYTlNhBv09 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYTlNhBv09 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYTlNhBv09 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYTlNhBv09 .special-label {
  color: #fff;
}
.cid-sYTlNhBv09 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYTlNhBv09 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYTlNhBv09 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYTlNhBv09 .menu-row {
  margin: 0;
}
.cid-sYTlNhBv09 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYTlNhBv09 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYTlNhBv09 .group-title,
.cid-sYTlNhBv09 .align-wrap {
  text-align: left;
}
.cid-sYTlNhBv09 .item-title {
  color: #000000;
}
.cid-sYTlNhBv09 .item-title DIV {
  text-align: left;
}
.cid-sYTlNhBv09 SPAN {
  color: #23488b;
}
.cid-sYTlNhBv09 .mbr-section-title,
.cid-sYTlNhBv09 .ornament {
  text-align: left;
}
.cid-tysAOtBu7y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysAOtBu7y .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysAOtBu7y .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysAOtBu7y .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHHkee8pz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysATqjzOL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysATqjzOL .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysATqjzOL .title_block {
  margin-bottom: 50px;
}
.cid-tysATqjzOL .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysATqjzOL .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysATqjzOL .mbr-text {
  margin-bottom: 30px;
}
.cid-tysATqjzOL .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysATqjzOL .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysATqjzOL .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysATqjzOL .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysATqjzOL .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysATqjzOL .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysATqjzOL .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysATqjzOL .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysATqjzOL .title_block {
    text-align: center;
  }
  .cid-tysATqjzOL .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysATqjzOL .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysATqjzOL .btn {
    padding: 14px 26px;
  }
}
.cid-tysATqjzOL .mbr-text,
.cid-tysATqjzOL .mbr-section-btn {
  color: #ffffff;
}
.cid-sYJ8veLcxZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYJ8veLcxZ .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYJ8veLcxZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYJ8veLcxZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYJ8veLcxZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYJ8veLcxZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYJ8veLcxZ .special-label {
  color: #fff;
}
.cid-sYJ8veLcxZ .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYJ8veLcxZ .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYJ8veLcxZ .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYJ8veLcxZ .menu-row {
  margin: 0;
}
.cid-sYJ8veLcxZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYJ8veLcxZ .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYJ8veLcxZ .group-title,
.cid-sYJ8veLcxZ .align-wrap {
  text-align: left;
}
.cid-sYJ8veLcxZ .item-title {
  color: #000000;
}
.cid-sYJ8veLcxZ .item-title DIV {
  text-align: left;
}
.cid-sYJ8veLcxZ SPAN {
  color: #23488b;
}
.cid-sYJ8veLcxZ .mbr-section-title,
.cid-sYJ8veLcxZ .ornament {
  text-align: left;
}
.cid-tysAVTz8fk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysAVTz8fk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysAVTz8fk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysAVTz8fk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH3eskv8Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo3TcEQZu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo3TcEQZu .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo3TcEQZu .title_block {
  margin-bottom: 50px;
}
.cid-tyo3TcEQZu .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo3TcEQZu .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo3TcEQZu .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo3TcEQZu .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo3TcEQZu .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo3TcEQZu .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo3TcEQZu .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo3TcEQZu .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo3TcEQZu .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo3TcEQZu .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo3TcEQZu .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo3TcEQZu .title_block {
    text-align: center;
  }
  .cid-tyo3TcEQZu .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo3TcEQZu .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo3TcEQZu .btn {
    padding: 14px 26px;
  }
}
.cid-tyo3TcEQZu .mbr-text,
.cid-tyo3TcEQZu .mbr-section-btn {
  color: #ffffff;
}
.cid-sYU4FVPv4f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYU4FVPv4f .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYU4FVPv4f .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYU4FVPv4f .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYU4FVPv4f .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYU4FVPv4f .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYU4FVPv4f .special-label {
  color: #fff;
}
.cid-sYU4FVPv4f .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYU4FVPv4f .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYU4FVPv4f .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYU4FVPv4f .menu-row {
  margin: 0;
}
.cid-sYU4FVPv4f .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYU4FVPv4f .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYU4FVPv4f .group-title,
.cid-sYU4FVPv4f .align-wrap {
  text-align: left;
}
.cid-sYU4FVPv4f .item-title {
  color: #000000;
}
.cid-sYU4FVPv4f .item-title DIV {
  text-align: left;
}
.cid-sYU4FVPv4f SPAN {
  color: #23488b;
}
.cid-sYU4FVPv4f .mbr-section-title,
.cid-sYU4FVPv4f .ornament {
  text-align: left;
}
.cid-tyo3RoYdmX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo3RoYdmX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo3RoYdmX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo3RoYdmX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHGoiAzSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysAmEqLsc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysAmEqLsc .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysAmEqLsc .title_block {
  margin-bottom: 50px;
}
.cid-tysAmEqLsc .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysAmEqLsc .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysAmEqLsc .mbr-text {
  margin-bottom: 30px;
}
.cid-tysAmEqLsc .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysAmEqLsc .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysAmEqLsc .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysAmEqLsc .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysAmEqLsc .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysAmEqLsc .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysAmEqLsc .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysAmEqLsc .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysAmEqLsc .title_block {
    text-align: center;
  }
  .cid-tysAmEqLsc .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysAmEqLsc .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysAmEqLsc .btn {
    padding: 14px 26px;
  }
}
.cid-tysAmEqLsc .mbr-text,
.cid-tysAmEqLsc .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUpKf33wj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUpKf33wj .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUpKf33wj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUpKf33wj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUpKf33wj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUpKf33wj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUpKf33wj .special-label {
  color: #fff;
}
.cid-sYUpKf33wj .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUpKf33wj .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUpKf33wj .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUpKf33wj .menu-row {
  margin: 0;
}
.cid-sYUpKf33wj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUpKf33wj .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUpKf33wj .group-title,
.cid-sYUpKf33wj .align-wrap {
  text-align: left;
}
.cid-sYUpKf33wj .item-title {
  color: #000000;
}
.cid-sYUpKf33wj .item-title DIV {
  text-align: left;
}
.cid-sYUpKf33wj SPAN {
  color: #23488b;
}
.cid-sYUpKf33wj .mbr-section-title,
.cid-sYUpKf33wj .ornament {
  text-align: left;
}
.cid-tysApyc5PE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysApyc5PE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysApyc5PE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysApyc5PE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH3kq7bDP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo40XYSQO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo40XYSQO .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo40XYSQO .title_block {
  margin-bottom: 50px;
}
.cid-tyo40XYSQO .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo40XYSQO .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo40XYSQO .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo40XYSQO .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo40XYSQO .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo40XYSQO .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo40XYSQO .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo40XYSQO .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo40XYSQO .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo40XYSQO .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo40XYSQO .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo40XYSQO .title_block {
    text-align: center;
  }
  .cid-tyo40XYSQO .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo40XYSQO .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo40XYSQO .btn {
    padding: 14px 26px;
  }
}
.cid-tyo40XYSQO .mbr-text,
.cid-tyo40XYSQO .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUrEZbSet {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUrEZbSet .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUrEZbSet .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUrEZbSet .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUrEZbSet .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUrEZbSet .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUrEZbSet .special-label {
  color: #fff;
}
.cid-sYUrEZbSet .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUrEZbSet .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUrEZbSet .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUrEZbSet .menu-row {
  margin: 0;
}
.cid-sYUrEZbSet .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUrEZbSet .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUrEZbSet .group-title,
.cid-sYUrEZbSet .align-wrap {
  text-align: left;
}
.cid-sYUrEZbSet .item-title {
  color: #000000;
}
.cid-sYUrEZbSet .item-title DIV {
  text-align: left;
}
.cid-sYUrEZbSet SPAN {
  color: #23488b;
}
.cid-sYUrEZbSet .mbr-section-title,
.cid-sYUrEZbSet .ornament {
  text-align: left;
}
.cid-tyo3YW6Wvs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo3YW6Wvs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo3YW6Wvs .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo3YW6Wvs .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHGuSTQME {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysAz4BQti {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysAz4BQti .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysAz4BQti .title_block {
  margin-bottom: 50px;
}
.cid-tysAz4BQti .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysAz4BQti .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysAz4BQti .mbr-text {
  margin-bottom: 30px;
}
.cid-tysAz4BQti .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysAz4BQti .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysAz4BQti .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysAz4BQti .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysAz4BQti .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysAz4BQti .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysAz4BQti .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysAz4BQti .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysAz4BQti .title_block {
    text-align: center;
  }
  .cid-tysAz4BQti .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysAz4BQti .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysAz4BQti .btn {
    padding: 14px 26px;
  }
}
.cid-tysAz4BQti .mbr-text,
.cid-tysAz4BQti .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUwySTi4s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUwySTi4s .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUwySTi4s .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUwySTi4s .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUwySTi4s .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUwySTi4s .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUwySTi4s .special-label {
  color: #fff;
}
.cid-sYUwySTi4s .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUwySTi4s .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUwySTi4s .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUwySTi4s .menu-row {
  margin: 0;
}
.cid-sYUwySTi4s .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUwySTi4s .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUwySTi4s .group-title,
.cid-sYUwySTi4s .align-wrap {
  text-align: left;
}
.cid-sYUwySTi4s .item-title {
  color: #000000;
}
.cid-sYUwySTi4s .item-title DIV {
  text-align: left;
}
.cid-sYUwySTi4s SPAN {
  color: #23488b;
}
.cid-sYUwySTi4s .mbr-section-title,
.cid-sYUwySTi4s .ornament {
  text-align: left;
}
.cid-tysAvFx9Yk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysAvFx9Yk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysAvFx9Yk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysAvFx9Yk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH44CNgkK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo4ctWFU7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo4ctWFU7 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo4ctWFU7 .title_block {
  margin-bottom: 50px;
}
.cid-tyo4ctWFU7 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo4ctWFU7 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo4ctWFU7 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo4ctWFU7 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo4ctWFU7 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo4ctWFU7 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo4ctWFU7 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo4ctWFU7 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo4ctWFU7 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo4ctWFU7 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo4ctWFU7 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo4ctWFU7 .title_block {
    text-align: center;
  }
  .cid-tyo4ctWFU7 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo4ctWFU7 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo4ctWFU7 .btn {
    padding: 14px 26px;
  }
}
.cid-tyo4ctWFU7 .mbr-text,
.cid-tyo4ctWFU7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUAeBs43E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUAeBs43E .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUAeBs43E .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUAeBs43E .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUAeBs43E .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUAeBs43E .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUAeBs43E .special-label {
  color: #fff;
}
.cid-sYUAeBs43E .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUAeBs43E .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUAeBs43E .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUAeBs43E .menu-row {
  margin: 0;
}
.cid-sYUAeBs43E .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUAeBs43E .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUAeBs43E .group-title,
.cid-sYUAeBs43E .align-wrap {
  text-align: left;
}
.cid-sYUAeBs43E .item-title {
  color: #000000;
}
.cid-sYUAeBs43E .item-title DIV {
  text-align: left;
}
.cid-sYUAeBs43E SPAN {
  color: #23488b;
}
.cid-sYUAeBs43E .mbr-section-title,
.cid-sYUAeBs43E .ornament {
  text-align: left;
}
.cid-tyo4a1DVeW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo4a1DVeW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo4a1DVeW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo4a1DVeW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHGgev2vZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysAffCpaZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysAffCpaZ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysAffCpaZ .title_block {
  margin-bottom: 50px;
}
.cid-tysAffCpaZ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysAffCpaZ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysAffCpaZ .mbr-text {
  margin-bottom: 30px;
}
.cid-tysAffCpaZ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysAffCpaZ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysAffCpaZ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysAffCpaZ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysAffCpaZ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysAffCpaZ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysAffCpaZ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysAffCpaZ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysAffCpaZ .title_block {
    text-align: center;
  }
  .cid-tysAffCpaZ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysAffCpaZ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysAffCpaZ .btn {
    padding: 14px 26px;
  }
}
.cid-tysAffCpaZ .mbr-text,
.cid-tysAffCpaZ .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUC0RVqUB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUC0RVqUB .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUC0RVqUB .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUC0RVqUB .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUC0RVqUB .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUC0RVqUB .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUC0RVqUB .special-label {
  color: #fff;
}
.cid-sYUC0RVqUB .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUC0RVqUB .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUC0RVqUB .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUC0RVqUB .menu-row {
  margin: 0;
}
.cid-sYUC0RVqUB .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUC0RVqUB .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUC0RVqUB .group-title,
.cid-sYUC0RVqUB .align-wrap {
  text-align: left;
}
.cid-sYUC0RVqUB .item-title {
  color: #000000;
}
.cid-sYUC0RVqUB .item-title DIV {
  text-align: left;
}
.cid-sYUC0RVqUB SPAN {
  color: #23488b;
}
.cid-sYUC0RVqUB .mbr-section-title,
.cid-sYUC0RVqUB .ornament {
  text-align: left;
}
.cid-tysAg48VBt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysAg48VBt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysAg48VBt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysAg48VBt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH4txszpC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo4i97lNj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo4i97lNj .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo4i97lNj .title_block {
  margin-bottom: 50px;
}
.cid-tyo4i97lNj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo4i97lNj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo4i97lNj .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo4i97lNj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo4i97lNj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo4i97lNj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo4i97lNj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo4i97lNj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo4i97lNj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo4i97lNj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo4i97lNj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo4i97lNj .title_block {
    text-align: center;
  }
  .cid-tyo4i97lNj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo4i97lNj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo4i97lNj .btn {
    padding: 14px 26px;
  }
}
.cid-tyo4i97lNj .mbr-text,
.cid-tyo4i97lNj .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUE6Bmrjd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUE6Bmrjd .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUE6Bmrjd .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUE6Bmrjd .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUE6Bmrjd .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUE6Bmrjd .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUE6Bmrjd .special-label {
  color: #fff;
}
.cid-sYUE6Bmrjd .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUE6Bmrjd .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUE6Bmrjd .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUE6Bmrjd .menu-row {
  margin: 0;
}
.cid-sYUE6Bmrjd .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUE6Bmrjd .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUE6Bmrjd .group-title,
.cid-sYUE6Bmrjd .align-wrap {
  text-align: left;
}
.cid-sYUE6Bmrjd .item-title {
  color: #000000;
}
.cid-sYUE6Bmrjd .item-title DIV {
  text-align: left;
}
.cid-sYUE6Bmrjd SPAN {
  color: #23488b;
}
.cid-sYUE6Bmrjd .mbr-section-title,
.cid-sYUE6Bmrjd .ornament {
  text-align: left;
}
.cid-tyo4mcEFYJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo4mcEFYJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo4mcEFYJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo4mcEFYJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHFDt3vil {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysz7YWj0o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysz7YWj0o .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysz7YWj0o .title_block {
  margin-bottom: 50px;
}
.cid-tysz7YWj0o .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysz7YWj0o .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysz7YWj0o .mbr-text {
  margin-bottom: 30px;
}
.cid-tysz7YWj0o .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysz7YWj0o .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysz7YWj0o .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysz7YWj0o .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysz7YWj0o .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysz7YWj0o .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysz7YWj0o .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysz7YWj0o .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysz7YWj0o .title_block {
    text-align: center;
  }
  .cid-tysz7YWj0o .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysz7YWj0o .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysz7YWj0o .btn {
    padding: 14px 26px;
  }
}
.cid-tysz7YWj0o .mbr-text,
.cid-tysz7YWj0o .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUGjy4Htl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUGjy4Htl .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUGjy4Htl .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUGjy4Htl .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUGjy4Htl .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUGjy4Htl .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUGjy4Htl .special-label {
  color: #fff;
}
.cid-sYUGjy4Htl .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUGjy4Htl .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUGjy4Htl .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUGjy4Htl .menu-row {
  margin: 0;
}
.cid-sYUGjy4Htl .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUGjy4Htl .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUGjy4Htl .group-title,
.cid-sYUGjy4Htl .align-wrap {
  text-align: left;
}
.cid-sYUGjy4Htl .item-title {
  color: #000000;
}
.cid-sYUGjy4Htl .item-title DIV {
  text-align: left;
}
.cid-sYUGjy4Htl SPAN {
  color: #23488b;
}
.cid-sYUGjy4Htl .mbr-section-title,
.cid-sYUGjy4Htl .ornament {
  text-align: left;
}
.cid-tysz8BPSLH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysz8BPSLH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysz8BPSLH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysz8BPSLH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHwTLZkC7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo76lUBTI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo76lUBTI .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo76lUBTI .title_block {
  margin-bottom: 50px;
}
.cid-tyo76lUBTI .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo76lUBTI .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo76lUBTI .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo76lUBTI .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo76lUBTI .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo76lUBTI .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo76lUBTI .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo76lUBTI .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo76lUBTI .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo76lUBTI .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo76lUBTI .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo76lUBTI .title_block {
    text-align: center;
  }
  .cid-tyo76lUBTI .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo76lUBTI .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo76lUBTI .btn {
    padding: 14px 26px;
  }
}
.cid-tyo76lUBTI .mbr-text,
.cid-tyo76lUBTI .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUJzKGBb8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUJzKGBb8 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUJzKGBb8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUJzKGBb8 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUJzKGBb8 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUJzKGBb8 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUJzKGBb8 .special-label {
  color: #fff;
}
.cid-sYUJzKGBb8 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUJzKGBb8 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUJzKGBb8 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUJzKGBb8 .menu-row {
  margin: 0;
}
.cid-sYUJzKGBb8 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUJzKGBb8 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUJzKGBb8 .group-title,
.cid-sYUJzKGBb8 .align-wrap {
  text-align: left;
}
.cid-sYUJzKGBb8 .item-title {
  color: #000000;
}
.cid-sYUJzKGBb8 .item-title DIV {
  text-align: left;
}
.cid-sYUJzKGBb8 SPAN {
  color: #23488b;
}
.cid-sYUJzKGBb8 .mbr-section-title,
.cid-sYUJzKGBb8 .ornament {
  text-align: left;
}
.cid-tyo78qsbg2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo78qsbg2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo78qsbg2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo78qsbg2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHFJa2ceE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyszg9Nk1e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyszg9Nk1e .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyszg9Nk1e .title_block {
  margin-bottom: 50px;
}
.cid-tyszg9Nk1e .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyszg9Nk1e .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyszg9Nk1e .mbr-text {
  margin-bottom: 30px;
}
.cid-tyszg9Nk1e .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyszg9Nk1e .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyszg9Nk1e .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyszg9Nk1e .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyszg9Nk1e .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyszg9Nk1e .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyszg9Nk1e .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyszg9Nk1e .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyszg9Nk1e .title_block {
    text-align: center;
  }
  .cid-tyszg9Nk1e .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyszg9Nk1e .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyszg9Nk1e .btn {
    padding: 14px 26px;
  }
}
.cid-tyszg9Nk1e .mbr-text,
.cid-tyszg9Nk1e .mbr-section-btn {
  color: #ffffff;
}
.cid-sYULGhwnzq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYULGhwnzq .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYULGhwnzq .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYULGhwnzq .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYULGhwnzq .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYULGhwnzq .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYULGhwnzq .special-label {
  color: #fff;
}
.cid-sYULGhwnzq .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYULGhwnzq .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYULGhwnzq .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYULGhwnzq .menu-row {
  margin: 0;
}
.cid-sYULGhwnzq .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYULGhwnzq .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYULGhwnzq .group-title,
.cid-sYULGhwnzq .align-wrap {
  text-align: left;
}
.cid-sYULGhwnzq .item-title {
  color: #000000;
}
.cid-sYULGhwnzq .item-title DIV {
  text-align: left;
}
.cid-sYULGhwnzq SPAN {
  color: #23488b;
}
.cid-sYULGhwnzq .mbr-section-title,
.cid-sYULGhwnzq .ornament {
  text-align: left;
}
.cid-tyszjzxpdy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyszjzxpdy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyszjzxpdy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyszjzxpdy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHFOq40aP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyszooZq4Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyszooZq4Q .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyszooZq4Q .title_block {
  margin-bottom: 50px;
}
.cid-tyszooZq4Q .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyszooZq4Q .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyszooZq4Q .mbr-text {
  margin-bottom: 30px;
}
.cid-tyszooZq4Q .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyszooZq4Q .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyszooZq4Q .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyszooZq4Q .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyszooZq4Q .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyszooZq4Q .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyszooZq4Q .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyszooZq4Q .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyszooZq4Q .title_block {
    text-align: center;
  }
  .cid-tyszooZq4Q .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyszooZq4Q .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyszooZq4Q .btn {
    padding: 14px 26px;
  }
}
.cid-tyszooZq4Q .mbr-text,
.cid-tyszooZq4Q .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUMWomTyV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUMWomTyV .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUMWomTyV .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUMWomTyV .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUMWomTyV .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUMWomTyV .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUMWomTyV .special-label {
  color: #fff;
}
.cid-sYUMWomTyV .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUMWomTyV .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUMWomTyV .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUMWomTyV .menu-row {
  margin: 0;
}
.cid-sYUMWomTyV .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUMWomTyV .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUMWomTyV .group-title,
.cid-sYUMWomTyV .align-wrap {
  text-align: left;
}
.cid-sYUMWomTyV .item-title {
  color: #000000;
}
.cid-sYUMWomTyV .item-title DIV {
  text-align: left;
}
.cid-sYUMWomTyV SPAN {
  color: #23488b;
}
.cid-sYUMWomTyV .mbr-section-title,
.cid-sYUMWomTyV .ornament {
  text-align: left;
}
.cid-tyszqOMDQD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyszqOMDQD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyszqOMDQD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyszqOMDQD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHB6AmKPU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysdHcm0im {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysdHcm0im .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysdHcm0im .title_block {
  margin-bottom: 50px;
}
.cid-tysdHcm0im .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysdHcm0im .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysdHcm0im .mbr-text {
  margin-bottom: 30px;
}
.cid-tysdHcm0im .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysdHcm0im .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysdHcm0im .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysdHcm0im .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysdHcm0im .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysdHcm0im .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysdHcm0im .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysdHcm0im .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysdHcm0im .title_block {
    text-align: center;
  }
  .cid-tysdHcm0im .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysdHcm0im .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysdHcm0im .btn {
    padding: 14px 26px;
  }
}
.cid-tysdHcm0im .mbr-text,
.cid-tysdHcm0im .mbr-section-btn {
  color: #ffffff;
}
.cid-sYURsrOXMA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYURsrOXMA .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYURsrOXMA .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYURsrOXMA .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYURsrOXMA .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYURsrOXMA .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYURsrOXMA .special-label {
  color: #fff;
}
.cid-sYURsrOXMA .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYURsrOXMA .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYURsrOXMA .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYURsrOXMA .menu-row {
  margin: 0;
}
.cid-sYURsrOXMA .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYURsrOXMA .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYURsrOXMA .group-title,
.cid-sYURsrOXMA .align-wrap {
  text-align: left;
}
.cid-sYURsrOXMA .item-title {
  color: #000000;
}
.cid-sYURsrOXMA .item-title DIV {
  text-align: left;
}
.cid-sYURsrOXMA SPAN {
  color: #23488b;
}
.cid-sYURsrOXMA .mbr-section-title,
.cid-sYURsrOXMA .ornament {
  text-align: left;
}
.cid-tysdHZdfg5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysdHZdfg5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysdHZdfg5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysdHZdfg5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHBegpmba {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysdQxQwtK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysdQxQwtK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysdQxQwtK .title_block {
  margin-bottom: 50px;
}
.cid-tysdQxQwtK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysdQxQwtK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysdQxQwtK .mbr-text {
  margin-bottom: 30px;
}
.cid-tysdQxQwtK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysdQxQwtK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysdQxQwtK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysdQxQwtK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysdQxQwtK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysdQxQwtK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysdQxQwtK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysdQxQwtK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysdQxQwtK .title_block {
    text-align: center;
  }
  .cid-tysdQxQwtK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysdQxQwtK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysdQxQwtK .btn {
    padding: 14px 26px;
  }
}
.cid-tysdQxQwtK .mbr-text,
.cid-tysdQxQwtK .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUUtY1duG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUUtY1duG .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUUtY1duG .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUUtY1duG .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUUtY1duG .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUUtY1duG .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUUtY1duG .special-label {
  color: #fff;
}
.cid-sYUUtY1duG .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUUtY1duG .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUUtY1duG .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUUtY1duG .menu-row {
  margin: 0;
}
.cid-sYUUtY1duG .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUUtY1duG .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUUtY1duG .group-title,
.cid-sYUUtY1duG .align-wrap {
  text-align: left;
}
.cid-sYUUtY1duG .item-title {
  color: #000000;
}
.cid-sYUUtY1duG .item-title DIV {
  text-align: left;
}
.cid-sYUUtY1duG SPAN {
  color: #23488b;
}
.cid-sYUUtY1duG .mbr-section-title,
.cid-sYUUtY1duG .ornament {
  text-align: left;
}
.cid-tysdSced1X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysdSced1X .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysdSced1X .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysdSced1X .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHFVhbtk5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyszxdFw0d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyszxdFw0d .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyszxdFw0d .title_block {
  margin-bottom: 50px;
}
.cid-tyszxdFw0d .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyszxdFw0d .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyszxdFw0d .mbr-text {
  margin-bottom: 30px;
}
.cid-tyszxdFw0d .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyszxdFw0d .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyszxdFw0d .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyszxdFw0d .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyszxdFw0d .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyszxdFw0d .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyszxdFw0d .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyszxdFw0d .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyszxdFw0d .title_block {
    text-align: center;
  }
  .cid-tyszxdFw0d .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyszxdFw0d .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyszxdFw0d .btn {
    padding: 14px 26px;
  }
}
.cid-tyszxdFw0d .mbr-text,
.cid-tyszxdFw0d .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUO3s4wyz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUO3s4wyz .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUO3s4wyz .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUO3s4wyz .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUO3s4wyz .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUO3s4wyz .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUO3s4wyz .special-label {
  color: #fff;
}
.cid-sYUO3s4wyz .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUO3s4wyz .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUO3s4wyz .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUO3s4wyz .menu-row {
  margin: 0;
}
.cid-sYUO3s4wyz .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUO3s4wyz .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUO3s4wyz .group-title,
.cid-sYUO3s4wyz .align-wrap {
  text-align: left;
}
.cid-sYUO3s4wyz .item-title {
  color: #000000;
}
.cid-sYUO3s4wyz .item-title DIV {
  text-align: left;
}
.cid-sYUO3s4wyz SPAN {
  color: #23488b;
}
.cid-sYUO3s4wyz .mbr-section-title,
.cid-sYUO3s4wyz .ornament {
  text-align: left;
}
.cid-tyszyVl2Cv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyszyVl2Cv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyszyVl2Cv .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyszyVl2Cv .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHwxakpXY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo6Wrw4Dy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo6Wrw4Dy .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo6Wrw4Dy .title_block {
  margin-bottom: 50px;
}
.cid-tyo6Wrw4Dy .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo6Wrw4Dy .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo6Wrw4Dy .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo6Wrw4Dy .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo6Wrw4Dy .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo6Wrw4Dy .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo6Wrw4Dy .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo6Wrw4Dy .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo6Wrw4Dy .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo6Wrw4Dy .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo6Wrw4Dy .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo6Wrw4Dy .title_block {
    text-align: center;
  }
  .cid-tyo6Wrw4Dy .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo6Wrw4Dy .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo6Wrw4Dy .btn {
    padding: 14px 26px;
  }
}
.cid-tyo6Wrw4Dy .mbr-text,
.cid-tyo6Wrw4Dy .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUYhpDlFC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUYhpDlFC .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUYhpDlFC .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUYhpDlFC .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUYhpDlFC .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUYhpDlFC .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUYhpDlFC .special-label {
  color: #fff;
}
.cid-sYUYhpDlFC .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUYhpDlFC .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUYhpDlFC .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUYhpDlFC .menu-row {
  margin: 0;
}
.cid-sYUYhpDlFC .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUYhpDlFC .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUYhpDlFC .group-title,
.cid-sYUYhpDlFC .align-wrap {
  text-align: left;
}
.cid-sYUYhpDlFC .item-title {
  color: #000000;
}
.cid-sYUYhpDlFC .item-title DIV {
  text-align: left;
}
.cid-sYUYhpDlFC SPAN {
  color: #23488b;
}
.cid-sYUYhpDlFC .mbr-section-title,
.cid-sYUYhpDlFC .ornament {
  text-align: left;
}
.cid-tyo6X81WeM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo6X81WeM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo6X81WeM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo6X81WeM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHG4JCFAB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysA0VBUMI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysA0VBUMI .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysA0VBUMI .title_block {
  margin-bottom: 50px;
}
.cid-tysA0VBUMI .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysA0VBUMI .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysA0VBUMI .mbr-text {
  margin-bottom: 30px;
}
.cid-tysA0VBUMI .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysA0VBUMI .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysA0VBUMI .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysA0VBUMI .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysA0VBUMI .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysA0VBUMI .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysA0VBUMI .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysA0VBUMI .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysA0VBUMI .title_block {
    text-align: center;
  }
  .cid-tysA0VBUMI .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysA0VBUMI .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysA0VBUMI .btn {
    padding: 14px 26px;
  }
}
.cid-tysA0VBUMI .mbr-text,
.cid-tysA0VBUMI .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUPgoGBno {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUPgoGBno .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUPgoGBno .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUPgoGBno .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUPgoGBno .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUPgoGBno .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUPgoGBno .special-label {
  color: #fff;
}
.cid-sYUPgoGBno .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUPgoGBno .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUPgoGBno .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUPgoGBno .menu-row {
  margin: 0;
}
.cid-sYUPgoGBno .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUPgoGBno .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUPgoGBno .group-title,
.cid-sYUPgoGBno .align-wrap {
  text-align: left;
}
.cid-sYUPgoGBno .item-title {
  color: #000000;
}
.cid-sYUPgoGBno .item-title DIV {
  text-align: left;
}
.cid-sYUPgoGBno SPAN {
  color: #23488b;
}
.cid-sYUPgoGBno .mbr-section-title,
.cid-sYUPgoGBno .ornament {
  text-align: left;
}
.cid-tysA2ngTlj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysA2ngTlj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysA2ngTlj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysA2ngTlj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHDIK7rzn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysfHJUEoh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysfHJUEoh .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysfHJUEoh .title_block {
  margin-bottom: 50px;
}
.cid-tysfHJUEoh .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysfHJUEoh .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysfHJUEoh .mbr-text {
  margin-bottom: 30px;
}
.cid-tysfHJUEoh .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysfHJUEoh .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysfHJUEoh .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysfHJUEoh .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysfHJUEoh .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysfHJUEoh .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysfHJUEoh .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysfHJUEoh .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysfHJUEoh .title_block {
    text-align: center;
  }
  .cid-tysfHJUEoh .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysfHJUEoh .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysfHJUEoh .btn {
    padding: 14px 26px;
  }
}
.cid-tysfHJUEoh .mbr-text,
.cid-tysfHJUEoh .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUWjJYIpH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUWjJYIpH .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUWjJYIpH .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUWjJYIpH .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUWjJYIpH .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUWjJYIpH .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUWjJYIpH .special-label {
  color: #fff;
}
.cid-sYUWjJYIpH .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUWjJYIpH .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUWjJYIpH .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUWjJYIpH .menu-row {
  margin: 0;
}
.cid-sYUWjJYIpH .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUWjJYIpH .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUWjJYIpH .group-title,
.cid-sYUWjJYIpH .align-wrap {
  text-align: left;
}
.cid-sYUWjJYIpH .item-title {
  color: #000000;
}
.cid-sYUWjJYIpH .item-title DIV {
  text-align: left;
}
.cid-sYUWjJYIpH SPAN {
  color: #23488b;
}
.cid-sYUWjJYIpH .mbr-section-title,
.cid-sYUWjJYIpH .ornament {
  text-align: left;
}
.cid-tysfKaHVoQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysfKaHVoQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysfKaHVoQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysfKaHVoQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHx0Ly1Ea {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo7gPBXZg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo7gPBXZg .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo7gPBXZg .title_block {
  margin-bottom: 50px;
}
.cid-tyo7gPBXZg .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo7gPBXZg .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo7gPBXZg .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo7gPBXZg .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo7gPBXZg .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo7gPBXZg .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo7gPBXZg .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo7gPBXZg .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo7gPBXZg .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo7gPBXZg .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo7gPBXZg .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo7gPBXZg .title_block {
    text-align: center;
  }
  .cid-tyo7gPBXZg .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo7gPBXZg .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo7gPBXZg .btn {
    padding: 14px 26px;
  }
}
.cid-tyo7gPBXZg .mbr-text,
.cid-tyo7gPBXZg .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUZC1C6Hj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUZC1C6Hj .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUZC1C6Hj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUZC1C6Hj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUZC1C6Hj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUZC1C6Hj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUZC1C6Hj .special-label {
  color: #fff;
}
.cid-sYUZC1C6Hj .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUZC1C6Hj .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUZC1C6Hj .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUZC1C6Hj .menu-row {
  margin: 0;
}
.cid-sYUZC1C6Hj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUZC1C6Hj .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUZC1C6Hj .group-title,
.cid-sYUZC1C6Hj .align-wrap {
  text-align: left;
}
.cid-sYUZC1C6Hj .item-title {
  color: #000000;
}
.cid-sYUZC1C6Hj .item-title DIV {
  text-align: left;
}
.cid-sYUZC1C6Hj SPAN {
  color: #23488b;
}
.cid-sYUZC1C6Hj .mbr-section-title,
.cid-sYUZC1C6Hj .ornament {
  text-align: left;
}
.cid-tyo7jRfsGa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo7jRfsGa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo7jRfsGa .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo7jRfsGa .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHyaMpSbg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys90lKAtw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys90lKAtw .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys90lKAtw .title_block {
  margin-bottom: 50px;
}
.cid-tys90lKAtw .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys90lKAtw .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys90lKAtw .mbr-text {
  margin-bottom: 30px;
}
.cid-tys90lKAtw .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys90lKAtw .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys90lKAtw .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys90lKAtw .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys90lKAtw .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys90lKAtw .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys90lKAtw .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys90lKAtw .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys90lKAtw .title_block {
    text-align: center;
  }
  .cid-tys90lKAtw .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys90lKAtw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys90lKAtw .btn {
    padding: 14px 26px;
  }
}
.cid-tys90lKAtw .mbr-text,
.cid-tys90lKAtw .mbr-section-btn {
  color: #ffffff;
}
.cid-sYV1qN1ADn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYV1qN1ADn .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYV1qN1ADn .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYV1qN1ADn .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYV1qN1ADn .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYV1qN1ADn .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYV1qN1ADn .special-label {
  color: #fff;
}
.cid-sYV1qN1ADn .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYV1qN1ADn .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYV1qN1ADn .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYV1qN1ADn .menu-row {
  margin: 0;
}
.cid-sYV1qN1ADn .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYV1qN1ADn .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYV1qN1ADn .group-title,
.cid-sYV1qN1ADn .align-wrap {
  text-align: left;
}
.cid-sYV1qN1ADn .item-title {
  color: #000000;
}
.cid-sYV1qN1ADn .item-title DIV {
  text-align: left;
}
.cid-sYV1qN1ADn SPAN {
  color: #23488b;
}
.cid-sYV1qN1ADn .mbr-section-title,
.cid-sYV1qN1ADn .ornament {
  text-align: left;
}
.cid-tys90ZvqvG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tys90ZvqvG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tys90ZvqvG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tys90ZvqvG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHG9Nu79y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysA9bCQM3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysA9bCQM3 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysA9bCQM3 .title_block {
  margin-bottom: 50px;
}
.cid-tysA9bCQM3 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysA9bCQM3 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysA9bCQM3 .mbr-text {
  margin-bottom: 30px;
}
.cid-tysA9bCQM3 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysA9bCQM3 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysA9bCQM3 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysA9bCQM3 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysA9bCQM3 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysA9bCQM3 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysA9bCQM3 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysA9bCQM3 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysA9bCQM3 .title_block {
    text-align: center;
  }
  .cid-tysA9bCQM3 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysA9bCQM3 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysA9bCQM3 .btn {
    padding: 14px 26px;
  }
}
.cid-tysA9bCQM3 .mbr-text,
.cid-tysA9bCQM3 .mbr-section-btn {
  color: #ffffff;
}
.cid-sYUQb4jJRY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYUQb4jJRY .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYUQb4jJRY .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYUQb4jJRY .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYUQb4jJRY .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYUQb4jJRY .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYUQb4jJRY .special-label {
  color: #fff;
}
.cid-sYUQb4jJRY .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYUQb4jJRY .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYUQb4jJRY .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYUQb4jJRY .menu-row {
  margin: 0;
}
.cid-sYUQb4jJRY .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYUQb4jJRY .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYUQb4jJRY .group-title,
.cid-sYUQb4jJRY .align-wrap {
  text-align: left;
}
.cid-sYUQb4jJRY .item-title {
  color: #000000;
}
.cid-sYUQb4jJRY .item-title DIV {
  text-align: left;
}
.cid-sYUQb4jJRY SPAN {
  color: #23488b;
}
.cid-sYUQb4jJRY .mbr-section-title,
.cid-sYUQb4jJRY .ornament {
  text-align: left;
}
.cid-tysAbKVrpc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysAbKVrpc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysAbKVrpc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysAbKVrpc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHyhO1uvH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys9dVLIkV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys9dVLIkV .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys9dVLIkV .title_block {
  margin-bottom: 50px;
}
.cid-tys9dVLIkV .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys9dVLIkV .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys9dVLIkV .mbr-text {
  margin-bottom: 30px;
}
.cid-tys9dVLIkV .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys9dVLIkV .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys9dVLIkV .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys9dVLIkV .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys9dVLIkV .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys9dVLIkV .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys9dVLIkV .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys9dVLIkV .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys9dVLIkV .title_block {
    text-align: center;
  }
  .cid-tys9dVLIkV .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys9dVLIkV .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys9dVLIkV .btn {
    padding: 14px 26px;
  }
}
.cid-tys9dVLIkV .mbr-text,
.cid-tys9dVLIkV .mbr-section-btn {
  color: #ffffff;
}
.cid-sYV2ROA5Xc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYV2ROA5Xc .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYV2ROA5Xc .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYV2ROA5Xc .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYV2ROA5Xc .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYV2ROA5Xc .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYV2ROA5Xc .special-label {
  color: #fff;
}
.cid-sYV2ROA5Xc .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYV2ROA5Xc .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYV2ROA5Xc .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYV2ROA5Xc .menu-row {
  margin: 0;
}
.cid-sYV2ROA5Xc .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYV2ROA5Xc .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYV2ROA5Xc .group-title,
.cid-sYV2ROA5Xc .align-wrap {
  text-align: left;
}
.cid-sYV2ROA5Xc .item-title {
  color: #000000;
}
.cid-sYV2ROA5Xc .item-title DIV {
  text-align: left;
}
.cid-sYV2ROA5Xc SPAN {
  color: #23488b;
}
.cid-sYV2ROA5Xc .mbr-section-title,
.cid-sYV2ROA5Xc .ornament {
  text-align: left;
}
.cid-tys9eKICp0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tys9eKICp0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tys9eKICp0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tys9eKICp0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHwcQnBd6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo6PWKwmv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo6PWKwmv .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo6PWKwmv .title_block {
  margin-bottom: 50px;
}
.cid-tyo6PWKwmv .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo6PWKwmv .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo6PWKwmv .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo6PWKwmv .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo6PWKwmv .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo6PWKwmv .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo6PWKwmv .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo6PWKwmv .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo6PWKwmv .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo6PWKwmv .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo6PWKwmv .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo6PWKwmv .title_block {
    text-align: center;
  }
  .cid-tyo6PWKwmv .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo6PWKwmv .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo6PWKwmv .btn {
    padding: 14px 26px;
  }
}
.cid-tyo6PWKwmv .mbr-text,
.cid-tyo6PWKwmv .mbr-section-btn {
  color: #ffffff;
}
.cid-sYV4sLbjN8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYV4sLbjN8 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYV4sLbjN8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYV4sLbjN8 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYV4sLbjN8 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYV4sLbjN8 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYV4sLbjN8 .special-label {
  color: #fff;
}
.cid-sYV4sLbjN8 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYV4sLbjN8 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYV4sLbjN8 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYV4sLbjN8 .menu-row {
  margin: 0;
}
.cid-sYV4sLbjN8 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYV4sLbjN8 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYV4sLbjN8 .group-title,
.cid-sYV4sLbjN8 .align-wrap {
  text-align: left;
}
.cid-sYV4sLbjN8 .item-title {
  color: #000000;
}
.cid-sYV4sLbjN8 .item-title DIV {
  text-align: left;
}
.cid-sYV4sLbjN8 SPAN {
  color: #23488b;
}
.cid-sYV4sLbjN8 .mbr-section-title,
.cid-sYV4sLbjN8 .ornament {
  text-align: left;
}
.cid-tyo6e9z5rP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo6e9z5rP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo6e9z5rP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo6e9z5rP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHyqDtVPr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys9zLAIay {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys9zLAIay .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys9zLAIay .title_block {
  margin-bottom: 50px;
}
.cid-tys9zLAIay .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys9zLAIay .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys9zLAIay .mbr-text {
  margin-bottom: 30px;
}
.cid-tys9zLAIay .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys9zLAIay .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys9zLAIay .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys9zLAIay .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys9zLAIay .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys9zLAIay .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys9zLAIay .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys9zLAIay .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys9zLAIay .title_block {
    text-align: center;
  }
  .cid-tys9zLAIay .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys9zLAIay .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys9zLAIay .btn {
    padding: 14px 26px;
  }
}
.cid-tys9zLAIay .mbr-text,
.cid-tys9zLAIay .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZbMaTX6M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZbMaTX6M .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZbMaTX6M .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZbMaTX6M .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZbMaTX6M .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZbMaTX6M .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZbMaTX6M .special-label {
  color: #fff;
}
.cid-sYZbMaTX6M .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZbMaTX6M .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZbMaTX6M .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZbMaTX6M .menu-row {
  margin: 0;
}
.cid-sYZbMaTX6M .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZbMaTX6M .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZbMaTX6M .group-title,
.cid-sYZbMaTX6M .align-wrap {
  text-align: left;
}
.cid-sYZbMaTX6M .item-title {
  color: #000000;
}
.cid-sYZbMaTX6M .item-title DIV {
  text-align: left;
}
.cid-sYZbMaTX6M SPAN {
  color: #23488b;
}
.cid-sYZbMaTX6M .mbr-section-title,
.cid-sYZbMaTX6M .ornament {
  text-align: left;
}
.cid-tys9AYLmlQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tys9AYLmlQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tys9AYLmlQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tys9AYLmlQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHAqqbgiv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysddyVsDm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysddyVsDm .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysddyVsDm .title_block {
  margin-bottom: 50px;
}
.cid-tysddyVsDm .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysddyVsDm .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysddyVsDm .mbr-text {
  margin-bottom: 30px;
}
.cid-tysddyVsDm .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysddyVsDm .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysddyVsDm .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysddyVsDm .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysddyVsDm .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysddyVsDm .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysddyVsDm .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysddyVsDm .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysddyVsDm .title_block {
    text-align: center;
  }
  .cid-tysddyVsDm .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysddyVsDm .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysddyVsDm .btn {
    padding: 14px 26px;
  }
}
.cid-tysddyVsDm .mbr-text,
.cid-tysddyVsDm .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZeeUJR0Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZeeUJR0Q .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZeeUJR0Q .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZeeUJR0Q .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZeeUJR0Q .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZeeUJR0Q .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZeeUJR0Q .special-label {
  color: #fff;
}
.cid-sYZeeUJR0Q .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZeeUJR0Q .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZeeUJR0Q .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZeeUJR0Q .menu-row {
  margin: 0;
}
.cid-sYZeeUJR0Q .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZeeUJR0Q .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZeeUJR0Q .group-title,
.cid-sYZeeUJR0Q .align-wrap {
  text-align: left;
}
.cid-sYZeeUJR0Q .item-title {
  color: #000000;
}
.cid-sYZeeUJR0Q .item-title DIV {
  text-align: left;
}
.cid-sYZeeUJR0Q SPAN {
  color: #23488b;
}
.cid-sYZeeUJR0Q .mbr-section-title,
.cid-sYZeeUJR0Q .ornament {
  text-align: left;
}
.cid-tysdgd8qfe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysdgd8qfe .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysdgd8qfe .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysdgd8qfe .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHAy5d1eA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysdkMIz8U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysdkMIz8U .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysdkMIz8U .title_block {
  margin-bottom: 50px;
}
.cid-tysdkMIz8U .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysdkMIz8U .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysdkMIz8U .mbr-text {
  margin-bottom: 30px;
}
.cid-tysdkMIz8U .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysdkMIz8U .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysdkMIz8U .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysdkMIz8U .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysdkMIz8U .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysdkMIz8U .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysdkMIz8U .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysdkMIz8U .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysdkMIz8U .title_block {
    text-align: center;
  }
  .cid-tysdkMIz8U .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysdkMIz8U .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysdkMIz8U .btn {
    padding: 14px 26px;
  }
}
.cid-tysdkMIz8U .mbr-text,
.cid-tysdkMIz8U .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZg7KSsSZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZg7KSsSZ .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZg7KSsSZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZg7KSsSZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZg7KSsSZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZg7KSsSZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZg7KSsSZ .special-label {
  color: #fff;
}
.cid-sYZg7KSsSZ .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZg7KSsSZ .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZg7KSsSZ .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZg7KSsSZ .menu-row {
  margin: 0;
}
.cid-sYZg7KSsSZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZg7KSsSZ .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZg7KSsSZ .group-title,
.cid-sYZg7KSsSZ .align-wrap {
  text-align: left;
}
.cid-sYZg7KSsSZ .item-title {
  color: #000000;
}
.cid-sYZg7KSsSZ .item-title DIV {
  text-align: left;
}
.cid-sYZg7KSsSZ SPAN {
  color: #23488b;
}
.cid-sYZg7KSsSZ .mbr-section-title,
.cid-sYZg7KSsSZ .ornament {
  text-align: left;
}
.cid-tysdnLrObE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysdnLrObE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysdnLrObE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysdnLrObE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHAFzUVR8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysdtp11rX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysdtp11rX .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysdtp11rX .title_block {
  margin-bottom: 50px;
}
.cid-tysdtp11rX .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysdtp11rX .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysdtp11rX .mbr-text {
  margin-bottom: 30px;
}
.cid-tysdtp11rX .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysdtp11rX .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysdtp11rX .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysdtp11rX .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysdtp11rX .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysdtp11rX .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysdtp11rX .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysdtp11rX .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysdtp11rX .title_block {
    text-align: center;
  }
  .cid-tysdtp11rX .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysdtp11rX .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysdtp11rX .btn {
    padding: 14px 26px;
  }
}
.cid-tysdtp11rX .mbr-text,
.cid-tysdtp11rX .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZiCgn1Ve {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZiCgn1Ve .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZiCgn1Ve .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZiCgn1Ve .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZiCgn1Ve .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZiCgn1Ve .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZiCgn1Ve .special-label {
  color: #fff;
}
.cid-sYZiCgn1Ve .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZiCgn1Ve .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZiCgn1Ve .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZiCgn1Ve .menu-row {
  margin: 0;
}
.cid-sYZiCgn1Ve .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZiCgn1Ve .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZiCgn1Ve .group-title,
.cid-sYZiCgn1Ve .align-wrap {
  text-align: left;
}
.cid-sYZiCgn1Ve .item-title {
  color: #000000;
}
.cid-sYZiCgn1Ve .item-title DIV {
  text-align: left;
}
.cid-sYZiCgn1Ve SPAN {
  color: #23488b;
}
.cid-sYZiCgn1Ve .mbr-section-title,
.cid-sYZiCgn1Ve .ornament {
  text-align: left;
}
.cid-tysduQiTeu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysduQiTeu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysduQiTeu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysduQiTeu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHAXJPVeW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysdAYoiTp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysdAYoiTp .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysdAYoiTp .title_block {
  margin-bottom: 50px;
}
.cid-tysdAYoiTp .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysdAYoiTp .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysdAYoiTp .mbr-text {
  margin-bottom: 30px;
}
.cid-tysdAYoiTp .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysdAYoiTp .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysdAYoiTp .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysdAYoiTp .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysdAYoiTp .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysdAYoiTp .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysdAYoiTp .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysdAYoiTp .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysdAYoiTp .title_block {
    text-align: center;
  }
  .cid-tysdAYoiTp .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysdAYoiTp .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysdAYoiTp .btn {
    padding: 14px 26px;
  }
}
.cid-tysdAYoiTp .mbr-text,
.cid-tysdAYoiTp .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZjU8LTU3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZjU8LTU3 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZjU8LTU3 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZjU8LTU3 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZjU8LTU3 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZjU8LTU3 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZjU8LTU3 .special-label {
  color: #fff;
}
.cid-sYZjU8LTU3 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZjU8LTU3 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZjU8LTU3 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZjU8LTU3 .menu-row {
  margin: 0;
}
.cid-sYZjU8LTU3 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZjU8LTU3 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZjU8LTU3 .group-title,
.cid-sYZjU8LTU3 .align-wrap {
  text-align: left;
}
.cid-sYZjU8LTU3 .item-title {
  color: #000000;
}
.cid-sYZjU8LTU3 .item-title DIV {
  text-align: left;
}
.cid-sYZjU8LTU3 SPAN {
  color: #23488b;
}
.cid-sYZjU8LTU3 .mbr-section-title,
.cid-sYZjU8LTU3 .ornament {
  text-align: left;
}
.cid-tysdE2KCFX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysdE2KCFX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysdE2KCFX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysdE2KCFX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHyIS1YBY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys9HnBHAX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys9HnBHAX .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys9HnBHAX .title_block {
  margin-bottom: 50px;
}
.cid-tys9HnBHAX .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys9HnBHAX .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys9HnBHAX .mbr-text {
  margin-bottom: 30px;
}
.cid-tys9HnBHAX .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys9HnBHAX .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys9HnBHAX .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys9HnBHAX .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys9HnBHAX .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys9HnBHAX .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys9HnBHAX .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys9HnBHAX .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys9HnBHAX .title_block {
    text-align: center;
  }
  .cid-tys9HnBHAX .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys9HnBHAX .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys9HnBHAX .btn {
    padding: 14px 26px;
  }
}
.cid-tys9HnBHAX .mbr-text,
.cid-tys9HnBHAX .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZmZ1EBIC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZmZ1EBIC .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZmZ1EBIC .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZmZ1EBIC .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZmZ1EBIC .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZmZ1EBIC .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZmZ1EBIC .special-label {
  color: #fff;
}
.cid-sYZmZ1EBIC .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZmZ1EBIC .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZmZ1EBIC .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZmZ1EBIC .menu-row {
  margin: 0;
}
.cid-sYZmZ1EBIC .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZmZ1EBIC .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZmZ1EBIC .group-title,
.cid-sYZmZ1EBIC .align-wrap {
  text-align: left;
}
.cid-sYZmZ1EBIC .item-title {
  color: #000000;
}
.cid-sYZmZ1EBIC .item-title DIV {
  text-align: left;
}
.cid-sYZmZ1EBIC SPAN {
  color: #23488b;
}
.cid-sYZmZ1EBIC .mbr-section-title,
.cid-sYZmZ1EBIC .ornament {
  text-align: left;
}
.cid-tys9VfVsoB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tys9VfVsoB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tys9VfVsoB .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tys9VfVsoB .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-thY2YjIpBx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys9ZY3mc4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys9ZY3mc4 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys9ZY3mc4 .title_block {
  margin-bottom: 50px;
}
.cid-tys9ZY3mc4 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys9ZY3mc4 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys9ZY3mc4 .mbr-text {
  margin-bottom: 30px;
}
.cid-tys9ZY3mc4 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys9ZY3mc4 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys9ZY3mc4 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys9ZY3mc4 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys9ZY3mc4 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys9ZY3mc4 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys9ZY3mc4 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys9ZY3mc4 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys9ZY3mc4 .title_block {
    text-align: center;
  }
  .cid-tys9ZY3mc4 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys9ZY3mc4 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys9ZY3mc4 .btn {
    padding: 14px 26px;
  }
}
.cid-tys9ZY3mc4 .mbr-text,
.cid-tys9ZY3mc4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZosLXKLE {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYZosLXKLE .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZosLXKLE .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZosLXKLE .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZosLXKLE .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZosLXKLE .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZosLXKLE .special-label {
  color: #fff;
}
.cid-sYZosLXKLE .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZosLXKLE .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZosLXKLE .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZosLXKLE .menu-row {
  margin: 0;
}
.cid-sYZosLXKLE .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZosLXKLE .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZosLXKLE .group-title,
.cid-sYZosLXKLE .align-wrap {
  text-align: left;
}
.cid-sYZosLXKLE .item-title {
  color: #000000;
}
.cid-sYZosLXKLE .item-title DIV {
  text-align: left;
}
.cid-sYZosLXKLE SPAN {
  color: #23488b;
}
.cid-sYZosLXKLE .mbr-section-title,
.cid-sYZosLXKLE .ornament {
  text-align: left;
}
.cid-tysa0vE0W0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysa0vE0W0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysa0vE0W0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysa0vE0W0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH4LGeLpY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo4vnTSbz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo4vnTSbz .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo4vnTSbz .title_block {
  margin-bottom: 50px;
}
.cid-tyo4vnTSbz .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo4vnTSbz .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo4vnTSbz .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo4vnTSbz .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo4vnTSbz .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo4vnTSbz .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo4vnTSbz .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo4vnTSbz .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo4vnTSbz .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo4vnTSbz .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo4vnTSbz .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo4vnTSbz .title_block {
    text-align: center;
  }
  .cid-tyo4vnTSbz .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo4vnTSbz .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo4vnTSbz .btn {
    padding: 14px 26px;
  }
}
.cid-tyo4vnTSbz .mbr-text,
.cid-tyo4vnTSbz .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZr851c0c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZr851c0c .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZr851c0c .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZr851c0c .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZr851c0c .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZr851c0c .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZr851c0c .special-label {
  color: #fff;
}
.cid-sYZr851c0c .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZr851c0c .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZr851c0c .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZr851c0c .menu-row {
  margin: 0;
}
.cid-sYZr851c0c .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZr851c0c .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZr851c0c .group-title,
.cid-sYZr851c0c .align-wrap {
  text-align: left;
}
.cid-sYZr851c0c .item-title {
  color: #000000;
}
.cid-sYZr851c0c .item-title DIV {
  text-align: left;
}
.cid-sYZr851c0c SPAN {
  color: #23488b;
}
.cid-sYZr851c0c .mbr-section-title,
.cid-sYZr851c0c .ornament {
  text-align: left;
}
.cid-tyo4p2lhQi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo4p2lhQi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo4p2lhQi .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo4p2lhQi .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH4WaQL7C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo4CKfU1m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo4CKfU1m .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo4CKfU1m .title_block {
  margin-bottom: 50px;
}
.cid-tyo4CKfU1m .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo4CKfU1m .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo4CKfU1m .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo4CKfU1m .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo4CKfU1m .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo4CKfU1m .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo4CKfU1m .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo4CKfU1m .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo4CKfU1m .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo4CKfU1m .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo4CKfU1m .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo4CKfU1m .title_block {
    text-align: center;
  }
  .cid-tyo4CKfU1m .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo4CKfU1m .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo4CKfU1m .btn {
    padding: 14px 26px;
  }
}
.cid-tyo4CKfU1m .mbr-text,
.cid-tyo4CKfU1m .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZuaRy63Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZuaRy63Q .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZuaRy63Q .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZuaRy63Q .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZuaRy63Q .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZuaRy63Q .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZuaRy63Q .special-label {
  color: #fff;
}
.cid-sYZuaRy63Q .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZuaRy63Q .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZuaRy63Q .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZuaRy63Q .menu-row {
  margin: 0;
}
.cid-sYZuaRy63Q .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZuaRy63Q .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZuaRy63Q .group-title,
.cid-sYZuaRy63Q .align-wrap {
  text-align: left;
}
.cid-sYZuaRy63Q .item-title {
  color: #000000;
}
.cid-sYZuaRy63Q .item-title DIV {
  text-align: left;
}
.cid-sYZuaRy63Q SPAN {
  color: #23488b;
}
.cid-sYZuaRy63Q .mbr-section-title,
.cid-sYZuaRy63Q .ornament {
  text-align: left;
}
.cid-tyo4AIOfsN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo4AIOfsN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo4AIOfsN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo4AIOfsN .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH5gynjx5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo4Mr7kHA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo4Mr7kHA .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo4Mr7kHA .title_block {
  margin-bottom: 50px;
}
.cid-tyo4Mr7kHA .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo4Mr7kHA .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo4Mr7kHA .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo4Mr7kHA .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo4Mr7kHA .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo4Mr7kHA .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo4Mr7kHA .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo4Mr7kHA .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo4Mr7kHA .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo4Mr7kHA .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo4Mr7kHA .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo4Mr7kHA .title_block {
    text-align: center;
  }
  .cid-tyo4Mr7kHA .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo4Mr7kHA .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo4Mr7kHA .btn {
    padding: 14px 26px;
  }
}
.cid-tyo4Mr7kHA .mbr-text,
.cid-tyo4Mr7kHA .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZvU7NPUC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZvU7NPUC .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZvU7NPUC .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZvU7NPUC .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZvU7NPUC .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZvU7NPUC .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZvU7NPUC .special-label {
  color: #fff;
}
.cid-sYZvU7NPUC .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZvU7NPUC .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZvU7NPUC .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZvU7NPUC .menu-row {
  margin: 0;
}
.cid-sYZvU7NPUC .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZvU7NPUC .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZvU7NPUC .group-title,
.cid-sYZvU7NPUC .align-wrap {
  text-align: left;
}
.cid-sYZvU7NPUC .item-title {
  color: #000000;
}
.cid-sYZvU7NPUC .item-title DIV {
  text-align: left;
}
.cid-sYZvU7NPUC SPAN {
  color: #23488b;
}
.cid-sYZvU7NPUC .mbr-section-title,
.cid-sYZvU7NPUC .ornament {
  text-align: left;
}
.cid-tyo4Ps713Y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo4Ps713Y .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo4Ps713Y .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo4Ps713Y .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH5niRT1q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo4UgzDrb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo4UgzDrb .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo4UgzDrb .title_block {
  margin-bottom: 50px;
}
.cid-tyo4UgzDrb .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo4UgzDrb .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo4UgzDrb .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo4UgzDrb .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo4UgzDrb .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo4UgzDrb .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo4UgzDrb .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo4UgzDrb .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo4UgzDrb .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo4UgzDrb .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo4UgzDrb .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo4UgzDrb .title_block {
    text-align: center;
  }
  .cid-tyo4UgzDrb .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo4UgzDrb .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo4UgzDrb .btn {
    padding: 14px 26px;
  }
}
.cid-tyo4UgzDrb .mbr-text,
.cid-tyo4UgzDrb .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZxug4luj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZxug4luj .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZxug4luj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZxug4luj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZxug4luj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZxug4luj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZxug4luj .special-label {
  color: #fff;
}
.cid-sYZxug4luj .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZxug4luj .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZxug4luj .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZxug4luj .menu-row {
  margin: 0;
}
.cid-sYZxug4luj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZxug4luj .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZxug4luj .group-title,
.cid-sYZxug4luj .align-wrap {
  text-align: left;
}
.cid-sYZxug4luj .item-title {
  color: #000000;
}
.cid-sYZxug4luj .item-title DIV {
  text-align: left;
}
.cid-sYZxug4luj SPAN {
  color: #23488b;
}
.cid-sYZxug4luj .mbr-section-title,
.cid-sYZxug4luj .ornament {
  text-align: left;
}
.cid-tyo54L8Nbm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo54L8Nbm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo54L8Nbm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo54L8Nbm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH5YEi4Zv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo5bZ6qtR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo5bZ6qtR .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo5bZ6qtR .title_block {
  margin-bottom: 50px;
}
.cid-tyo5bZ6qtR .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo5bZ6qtR .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo5bZ6qtR .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo5bZ6qtR .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo5bZ6qtR .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo5bZ6qtR .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo5bZ6qtR .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo5bZ6qtR .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo5bZ6qtR .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo5bZ6qtR .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo5bZ6qtR .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo5bZ6qtR .title_block {
    text-align: center;
  }
  .cid-tyo5bZ6qtR .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo5bZ6qtR .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo5bZ6qtR .btn {
    padding: 14px 26px;
  }
}
.cid-tyo5bZ6qtR .mbr-text,
.cid-tyo5bZ6qtR .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZBVglnSn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZBVglnSn .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZBVglnSn .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZBVglnSn .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZBVglnSn .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZBVglnSn .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZBVglnSn .special-label {
  color: #fff;
}
.cid-sYZBVglnSn .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZBVglnSn .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZBVglnSn .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZBVglnSn .menu-row {
  margin: 0;
}
.cid-sYZBVglnSn .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZBVglnSn .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZBVglnSn .group-title,
.cid-sYZBVglnSn .align-wrap {
  text-align: left;
}
.cid-sYZBVglnSn .item-title {
  color: #000000;
}
.cid-sYZBVglnSn .item-title DIV {
  text-align: left;
}
.cid-sYZBVglnSn SPAN {
  color: #23488b;
}
.cid-sYZBVglnSn .mbr-section-title,
.cid-sYZBVglnSn .ornament {
  text-align: left;
}
.cid-tyo5cJeybG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo5cJeybG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo5cJeybG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo5cJeybG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH68UCLwc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo5mzt4Pt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo5mzt4Pt .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo5mzt4Pt .title_block {
  margin-bottom: 50px;
}
.cid-tyo5mzt4Pt .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo5mzt4Pt .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo5mzt4Pt .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo5mzt4Pt .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo5mzt4Pt .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo5mzt4Pt .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo5mzt4Pt .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo5mzt4Pt .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo5mzt4Pt .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo5mzt4Pt .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo5mzt4Pt .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo5mzt4Pt .title_block {
    text-align: center;
  }
  .cid-tyo5mzt4Pt .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo5mzt4Pt .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo5mzt4Pt .btn {
    padding: 14px 26px;
  }
}
.cid-tyo5mzt4Pt .mbr-text,
.cid-tyo5mzt4Pt .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZCUZ95se {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZCUZ95se .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZCUZ95se .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZCUZ95se .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZCUZ95se .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZCUZ95se .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZCUZ95se .special-label {
  color: #fff;
}
.cid-sYZCUZ95se .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZCUZ95se .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZCUZ95se .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZCUZ95se .menu-row {
  margin: 0;
}
.cid-sYZCUZ95se .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZCUZ95se .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZCUZ95se .group-title,
.cid-sYZCUZ95se .align-wrap {
  text-align: left;
}
.cid-sYZCUZ95se .item-title {
  color: #000000;
}
.cid-sYZCUZ95se .item-title DIV {
  text-align: left;
}
.cid-sYZCUZ95se SPAN {
  color: #23488b;
}
.cid-sYZCUZ95se .mbr-section-title,
.cid-sYZCUZ95se .ornament {
  text-align: left;
}
.cid-tyo5iUt5rQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo5iUt5rQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo5iUt5rQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo5iUt5rQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHyWgNiw0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysa6E5w9L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysa6E5w9L .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysa6E5w9L .title_block {
  margin-bottom: 50px;
}
.cid-tysa6E5w9L .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysa6E5w9L .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysa6E5w9L .mbr-text {
  margin-bottom: 30px;
}
.cid-tysa6E5w9L .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysa6E5w9L .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysa6E5w9L .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysa6E5w9L .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysa6E5w9L .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysa6E5w9L .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysa6E5w9L .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysa6E5w9L .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysa6E5w9L .title_block {
    text-align: center;
  }
  .cid-tysa6E5w9L .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysa6E5w9L .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysa6E5w9L .btn {
    padding: 14px 26px;
  }
}
.cid-tysa6E5w9L .mbr-text,
.cid-tysa6E5w9L .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZGVWaEYK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZGVWaEYK .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZGVWaEYK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZGVWaEYK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZGVWaEYK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZGVWaEYK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZGVWaEYK .special-label {
  color: #fff;
}
.cid-sYZGVWaEYK .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZGVWaEYK .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZGVWaEYK .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZGVWaEYK .menu-row {
  margin: 0;
}
.cid-sYZGVWaEYK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZGVWaEYK .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZGVWaEYK .group-title,
.cid-sYZGVWaEYK .align-wrap {
  text-align: left;
}
.cid-sYZGVWaEYK .item-title {
  color: #000000;
}
.cid-sYZGVWaEYK .item-title DIV {
  text-align: left;
}
.cid-sYZGVWaEYK SPAN {
  color: #23488b;
}
.cid-sYZGVWaEYK .mbr-section-title,
.cid-sYZGVWaEYK .ornament {
  text-align: left;
}
.cid-tysajGpSVD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysajGpSVD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysajGpSVD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysajGpSVD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHz9qkayS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysangevbc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysangevbc .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysangevbc .title_block {
  margin-bottom: 50px;
}
.cid-tysangevbc .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysangevbc .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysangevbc .mbr-text {
  margin-bottom: 30px;
}
.cid-tysangevbc .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysangevbc .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysangevbc .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysangevbc .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysangevbc .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysangevbc .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysangevbc .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysangevbc .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysangevbc .title_block {
    text-align: center;
  }
  .cid-tysangevbc .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysangevbc .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysangevbc .btn {
    padding: 14px 26px;
  }
}
.cid-tysangevbc .mbr-text,
.cid-tysangevbc .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZJ1Z9YBp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZJ1Z9YBp .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZJ1Z9YBp .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZJ1Z9YBp .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZJ1Z9YBp .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZJ1Z9YBp .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZJ1Z9YBp .special-label {
  color: #fff;
}
.cid-sYZJ1Z9YBp .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZJ1Z9YBp .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZJ1Z9YBp .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZJ1Z9YBp .menu-row {
  margin: 0;
}
.cid-sYZJ1Z9YBp .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZJ1Z9YBp .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZJ1Z9YBp .group-title,
.cid-sYZJ1Z9YBp .align-wrap {
  text-align: left;
}
.cid-sYZJ1Z9YBp .item-title {
  color: #000000;
}
.cid-sYZJ1Z9YBp .item-title DIV {
  text-align: left;
}
.cid-sYZJ1Z9YBp SPAN {
  color: #23488b;
}
.cid-sYZJ1Z9YBp .mbr-section-title,
.cid-sYZJ1Z9YBp .ornament {
  text-align: left;
}
.cid-tysaq5wrIu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysaq5wrIu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysaq5wrIu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysaq5wrIu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHzhBqpmN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysaupqzNl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysaupqzNl .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysaupqzNl .title_block {
  margin-bottom: 50px;
}
.cid-tysaupqzNl .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysaupqzNl .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysaupqzNl .mbr-text {
  margin-bottom: 30px;
}
.cid-tysaupqzNl .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysaupqzNl .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysaupqzNl .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysaupqzNl .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysaupqzNl .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysaupqzNl .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysaupqzNl .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysaupqzNl .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysaupqzNl .title_block {
    text-align: center;
  }
  .cid-tysaupqzNl .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysaupqzNl .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysaupqzNl .btn {
    padding: 14px 26px;
  }
}
.cid-tysaupqzNl .mbr-text,
.cid-tysaupqzNl .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZKv0tSd8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZKv0tSd8 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZKv0tSd8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZKv0tSd8 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZKv0tSd8 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZKv0tSd8 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZKv0tSd8 .special-label {
  color: #fff;
}
.cid-sYZKv0tSd8 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZKv0tSd8 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZKv0tSd8 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZKv0tSd8 .menu-row {
  margin: 0;
}
.cid-sYZKv0tSd8 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZKv0tSd8 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZKv0tSd8 .group-title,
.cid-sYZKv0tSd8 .align-wrap {
  text-align: left;
}
.cid-sYZKv0tSd8 .item-title {
  color: #000000;
}
.cid-sYZKv0tSd8 .item-title DIV {
  text-align: left;
}
.cid-sYZKv0tSd8 SPAN {
  color: #23488b;
}
.cid-sYZKv0tSd8 .mbr-section-title,
.cid-sYZKv0tSd8 .ornament {
  text-align: left;
}
.cid-tysavSelSP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysavSelSP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysavSelSP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysavSelSP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHzpUPun5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysaC9o6uV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysaC9o6uV .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysaC9o6uV .title_block {
  margin-bottom: 50px;
}
.cid-tysaC9o6uV .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysaC9o6uV .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysaC9o6uV .mbr-text {
  margin-bottom: 30px;
}
.cid-tysaC9o6uV .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysaC9o6uV .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysaC9o6uV .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysaC9o6uV .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysaC9o6uV .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysaC9o6uV .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysaC9o6uV .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysaC9o6uV .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysaC9o6uV .title_block {
    text-align: center;
  }
  .cid-tysaC9o6uV .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysaC9o6uV .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysaC9o6uV .btn {
    padding: 14px 26px;
  }
}
.cid-tysaC9o6uV .mbr-text,
.cid-tysaC9o6uV .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZLHQMiRZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZLHQMiRZ .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZLHQMiRZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZLHQMiRZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZLHQMiRZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZLHQMiRZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZLHQMiRZ .special-label {
  color: #fff;
}
.cid-sYZLHQMiRZ .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZLHQMiRZ .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZLHQMiRZ .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZLHQMiRZ .menu-row {
  margin: 0;
}
.cid-sYZLHQMiRZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZLHQMiRZ .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZLHQMiRZ .group-title,
.cid-sYZLHQMiRZ .align-wrap {
  text-align: left;
}
.cid-sYZLHQMiRZ .item-title {
  color: #000000;
}
.cid-sYZLHQMiRZ .item-title DIV {
  text-align: left;
}
.cid-sYZLHQMiRZ SPAN {
  color: #23488b;
}
.cid-sYZLHQMiRZ .mbr-section-title,
.cid-sYZLHQMiRZ .ornament {
  text-align: left;
}
.cid-tysaDDU2R7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysaDDU2R7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysaDDU2R7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysaDDU2R7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHzEDRtUv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysaLxlqP9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysaLxlqP9 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysaLxlqP9 .title_block {
  margin-bottom: 50px;
}
.cid-tysaLxlqP9 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysaLxlqP9 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysaLxlqP9 .mbr-text {
  margin-bottom: 30px;
}
.cid-tysaLxlqP9 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysaLxlqP9 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysaLxlqP9 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysaLxlqP9 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysaLxlqP9 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysaLxlqP9 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysaLxlqP9 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysaLxlqP9 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysaLxlqP9 .title_block {
    text-align: center;
  }
  .cid-tysaLxlqP9 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysaLxlqP9 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysaLxlqP9 .btn {
    padding: 14px 26px;
  }
}
.cid-tysaLxlqP9 .mbr-text,
.cid-tysaLxlqP9 .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZOmqd0wm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZOmqd0wm .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZOmqd0wm .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZOmqd0wm .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZOmqd0wm .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZOmqd0wm .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZOmqd0wm .special-label {
  color: #fff;
}
.cid-sYZOmqd0wm .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZOmqd0wm .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZOmqd0wm .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZOmqd0wm .menu-row {
  margin: 0;
}
.cid-sYZOmqd0wm .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZOmqd0wm .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZOmqd0wm .group-title,
.cid-sYZOmqd0wm .align-wrap {
  text-align: left;
}
.cid-sYZOmqd0wm .item-title {
  color: #000000;
}
.cid-sYZOmqd0wm .item-title DIV {
  text-align: left;
}
.cid-sYZOmqd0wm SPAN {
  color: #23488b;
}
.cid-sYZOmqd0wm .mbr-section-title,
.cid-sYZOmqd0wm .ornament {
  text-align: left;
}
.cid-tysaM4E9HJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysaM4E9HJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysaM4E9HJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysaM4E9HJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHzSHiRgQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysaRPPLYR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysaRPPLYR .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysaRPPLYR .title_block {
  margin-bottom: 50px;
}
.cid-tysaRPPLYR .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysaRPPLYR .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysaRPPLYR .mbr-text {
  margin-bottom: 30px;
}
.cid-tysaRPPLYR .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysaRPPLYR .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysaRPPLYR .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysaRPPLYR .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysaRPPLYR .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysaRPPLYR .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysaRPPLYR .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysaRPPLYR .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysaRPPLYR .title_block {
    text-align: center;
  }
  .cid-tysaRPPLYR .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysaRPPLYR .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysaRPPLYR .btn {
    padding: 14px 26px;
  }
}
.cid-tysaRPPLYR .mbr-text,
.cid-tysaRPPLYR .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZPaa6UrV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZPaa6UrV .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZPaa6UrV .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZPaa6UrV .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZPaa6UrV .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZPaa6UrV .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZPaa6UrV .special-label {
  color: #fff;
}
.cid-sYZPaa6UrV .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZPaa6UrV .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZPaa6UrV .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZPaa6UrV .menu-row {
  margin: 0;
}
.cid-sYZPaa6UrV .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZPaa6UrV .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZPaa6UrV .group-title,
.cid-sYZPaa6UrV .align-wrap {
  text-align: left;
}
.cid-sYZPaa6UrV .item-title {
  color: #000000;
}
.cid-sYZPaa6UrV .item-title DIV {
  text-align: left;
}
.cid-sYZPaa6UrV SPAN {
  color: #23488b;
}
.cid-sYZPaa6UrV .mbr-section-title,
.cid-sYZPaa6UrV .ornament {
  text-align: left;
}
.cid-tysaUQj2zO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysaUQj2zO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysaUQj2zO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysaUQj2zO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHA0mbVqE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysb1kyF1P {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysb1kyF1P .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysb1kyF1P .title_block {
  margin-bottom: 50px;
}
.cid-tysb1kyF1P .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysb1kyF1P .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysb1kyF1P .mbr-text {
  margin-bottom: 30px;
}
.cid-tysb1kyF1P .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysb1kyF1P .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysb1kyF1P .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysb1kyF1P .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysb1kyF1P .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysb1kyF1P .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysb1kyF1P .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysb1kyF1P .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysb1kyF1P .title_block {
    text-align: center;
  }
  .cid-tysb1kyF1P .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysb1kyF1P .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysb1kyF1P .btn {
    padding: 14px 26px;
  }
}
.cid-tysb1kyF1P .mbr-text,
.cid-tysb1kyF1P .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZQv4xkWs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZQv4xkWs .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZQv4xkWs .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZQv4xkWs .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZQv4xkWs .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZQv4xkWs .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZQv4xkWs .special-label {
  color: #fff;
}
.cid-sYZQv4xkWs .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZQv4xkWs .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZQv4xkWs .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZQv4xkWs .menu-row {
  margin: 0;
}
.cid-sYZQv4xkWs .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZQv4xkWs .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZQv4xkWs .group-title,
.cid-sYZQv4xkWs .align-wrap {
  text-align: left;
}
.cid-sYZQv4xkWs .item-title {
  color: #000000;
}
.cid-sYZQv4xkWs .item-title DIV {
  text-align: left;
}
.cid-sYZQv4xkWs SPAN {
  color: #23488b;
}
.cid-sYZQv4xkWs .mbr-section-title,
.cid-sYZQv4xkWs .ornament {
  text-align: left;
}
.cid-tysb4iNwHD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysb4iNwHD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysb4iNwHD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysb4iNwHD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHA9WnfkY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyscVsOHwI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyscVsOHwI .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyscVsOHwI .title_block {
  margin-bottom: 50px;
}
.cid-tyscVsOHwI .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyscVsOHwI .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyscVsOHwI .mbr-text {
  margin-bottom: 30px;
}
.cid-tyscVsOHwI .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyscVsOHwI .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyscVsOHwI .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyscVsOHwI .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyscVsOHwI .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyscVsOHwI .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyscVsOHwI .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyscVsOHwI .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyscVsOHwI .title_block {
    text-align: center;
  }
  .cid-tyscVsOHwI .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyscVsOHwI .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyscVsOHwI .btn {
    padding: 14px 26px;
  }
}
.cid-tyscVsOHwI .mbr-text,
.cid-tyscVsOHwI .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZSfwaSd4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZSfwaSd4 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZSfwaSd4 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZSfwaSd4 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZSfwaSd4 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZSfwaSd4 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZSfwaSd4 .special-label {
  color: #fff;
}
.cid-sYZSfwaSd4 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZSfwaSd4 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZSfwaSd4 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZSfwaSd4 .menu-row {
  margin: 0;
}
.cid-sYZSfwaSd4 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZSfwaSd4 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZSfwaSd4 .group-title,
.cid-sYZSfwaSd4 .align-wrap {
  text-align: left;
}
.cid-sYZSfwaSd4 .item-title {
  color: #000000;
}
.cid-sYZSfwaSd4 .item-title DIV {
  text-align: left;
}
.cid-sYZSfwaSd4 SPAN {
  color: #23488b;
}
.cid-sYZSfwaSd4 .mbr-section-title,
.cid-sYZSfwaSd4 .ornament {
  text-align: left;
}
.cid-tyscTDaAyF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyscTDaAyF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyscTDaAyF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyscTDaAyF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHAhMhavE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysd6h4xyL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysd6h4xyL .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysd6h4xyL .title_block {
  margin-bottom: 50px;
}
.cid-tysd6h4xyL .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysd6h4xyL .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysd6h4xyL .mbr-text {
  margin-bottom: 30px;
}
.cid-tysd6h4xyL .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysd6h4xyL .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysd6h4xyL .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysd6h4xyL .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysd6h4xyL .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysd6h4xyL .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysd6h4xyL .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysd6h4xyL .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysd6h4xyL .title_block {
    text-align: center;
  }
  .cid-tysd6h4xyL .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysd6h4xyL .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysd6h4xyL .btn {
    padding: 14px 26px;
  }
}
.cid-tysd6h4xyL .mbr-text,
.cid-tysd6h4xyL .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZTWv1aKa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZTWv1aKa .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZTWv1aKa .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZTWv1aKa .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZTWv1aKa .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZTWv1aKa .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZTWv1aKa .special-label {
  color: #fff;
}
.cid-sYZTWv1aKa .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZTWv1aKa .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZTWv1aKa .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZTWv1aKa .menu-row {
  margin: 0;
}
.cid-sYZTWv1aKa .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZTWv1aKa .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZTWv1aKa .group-title,
.cid-sYZTWv1aKa .align-wrap {
  text-align: left;
}
.cid-sYZTWv1aKa .item-title {
  color: #000000;
}
.cid-sYZTWv1aKa .item-title DIV {
  text-align: left;
}
.cid-sYZTWv1aKa SPAN {
  color: #23488b;
}
.cid-sYZTWv1aKa .mbr-section-title,
.cid-sYZTWv1aKa .ornament {
  text-align: left;
}
.cid-tysd3RzSld {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysd3RzSld .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysd3RzSld .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysd3RzSld .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHx919jiy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo8ipvAIr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo8ipvAIr .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo8ipvAIr .title_block {
  margin-bottom: 50px;
}
.cid-tyo8ipvAIr .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo8ipvAIr .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo8ipvAIr .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo8ipvAIr .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo8ipvAIr .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo8ipvAIr .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo8ipvAIr .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo8ipvAIr .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo8ipvAIr .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo8ipvAIr .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo8ipvAIr .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo8ipvAIr .title_block {
    text-align: center;
  }
  .cid-tyo8ipvAIr .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo8ipvAIr .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo8ipvAIr .btn {
    padding: 14px 26px;
  }
}
.cid-tyo8ipvAIr .mbr-text,
.cid-tyo8ipvAIr .mbr-section-btn {
  color: #ffffff;
}
.cid-sYZVqhp7vH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYZVqhp7vH .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sYZVqhp7vH .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sYZVqhp7vH .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sYZVqhp7vH .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sYZVqhp7vH .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sYZVqhp7vH .special-label {
  color: #fff;
}
.cid-sYZVqhp7vH .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sYZVqhp7vH .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sYZVqhp7vH .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sYZVqhp7vH .menu-row {
  margin: 0;
}
.cid-sYZVqhp7vH .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sYZVqhp7vH .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYZVqhp7vH .group-title,
.cid-sYZVqhp7vH .align-wrap {
  text-align: left;
}
.cid-sYZVqhp7vH .item-title {
  color: #000000;
}
.cid-sYZVqhp7vH .item-title DIV {
  text-align: left;
}
.cid-sYZVqhp7vH SPAN {
  color: #23488b;
}
.cid-sYZVqhp7vH .mbr-section-title,
.cid-sYZVqhp7vH .ornament {
  text-align: left;
}
.cid-tyo8mraga2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo8mraga2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo8mraga2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo8mraga2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHxgWooxP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo8xG3H28 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo8xG3H28 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo8xG3H28 .title_block {
  margin-bottom: 50px;
}
.cid-tyo8xG3H28 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo8xG3H28 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo8xG3H28 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo8xG3H28 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo8xG3H28 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo8xG3H28 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo8xG3H28 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo8xG3H28 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo8xG3H28 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo8xG3H28 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo8xG3H28 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo8xG3H28 .title_block {
    text-align: center;
  }
  .cid-tyo8xG3H28 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo8xG3H28 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo8xG3H28 .btn {
    padding: 14px 26px;
  }
}
.cid-tyo8xG3H28 .mbr-text,
.cid-tyo8xG3H28 .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ03HZvp9O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ03HZvp9O .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ03HZvp9O .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ03HZvp9O .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ03HZvp9O .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ03HZvp9O .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ03HZvp9O .special-label {
  color: #fff;
}
.cid-sZ03HZvp9O .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ03HZvp9O .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ03HZvp9O .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ03HZvp9O .menu-row {
  margin: 0;
}
.cid-sZ03HZvp9O .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ03HZvp9O .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ03HZvp9O .group-title,
.cid-sZ03HZvp9O .align-wrap {
  text-align: left;
}
.cid-sZ03HZvp9O .item-title {
  color: #000000;
}
.cid-sZ03HZvp9O .item-title DIV {
  text-align: left;
}
.cid-sZ03HZvp9O SPAN {
  color: #23488b;
}
.cid-sZ03HZvp9O .mbr-section-title,
.cid-sZ03HZvp9O .ornament {
  text-align: left;
}
.cid-tyo8A3qf4x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo8A3qf4x .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo8A3qf4x .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo8A3qf4x .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHy2VhB3P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys8NmFxJA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys8NmFxJA .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys8NmFxJA .title_block {
  margin-bottom: 50px;
}
.cid-tys8NmFxJA .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys8NmFxJA .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys8NmFxJA .mbr-text {
  margin-bottom: 30px;
}
.cid-tys8NmFxJA .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys8NmFxJA .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys8NmFxJA .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys8NmFxJA .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys8NmFxJA .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys8NmFxJA .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys8NmFxJA .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys8NmFxJA .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys8NmFxJA .title_block {
    text-align: center;
  }
  .cid-tys8NmFxJA .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys8NmFxJA .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys8NmFxJA .btn {
    padding: 14px 26px;
  }
}
.cid-tys8NmFxJA .mbr-text,
.cid-tys8NmFxJA .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ0mEHHF26 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ0mEHHF26 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ0mEHHF26 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ0mEHHF26 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ0mEHHF26 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ0mEHHF26 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ0mEHHF26 .special-label {
  color: #fff;
}
.cid-sZ0mEHHF26 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ0mEHHF26 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ0mEHHF26 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ0mEHHF26 .menu-row {
  margin: 0;
}
.cid-sZ0mEHHF26 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ0mEHHF26 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ0mEHHF26 .group-title,
.cid-sZ0mEHHF26 .align-wrap {
  text-align: left;
}
.cid-sZ0mEHHF26 .item-title {
  color: #000000;
}
.cid-sZ0mEHHF26 .item-title DIV {
  text-align: left;
}
.cid-sZ0mEHHF26 SPAN {
  color: #23488b;
}
.cid-sZ0mEHHF26 .mbr-section-title,
.cid-sZ0mEHHF26 .ornament {
  text-align: left;
}
.cid-tys8ReYrZY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tys8ReYrZY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tys8ReYrZY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tys8ReYrZY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHxMKVHqN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys13cknym {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys13cknym .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys13cknym .title_block {
  margin-bottom: 50px;
}
.cid-tys13cknym .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys13cknym .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys13cknym .mbr-text {
  margin-bottom: 30px;
}
.cid-tys13cknym .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys13cknym .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys13cknym .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys13cknym .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys13cknym .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys13cknym .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys13cknym .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys13cknym .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys13cknym .title_block {
    text-align: center;
  }
  .cid-tys13cknym .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys13cknym .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys13cknym .btn {
    padding: 14px 26px;
  }
}
.cid-tys13cknym .mbr-text,
.cid-tys13cknym .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ0oPfDHfH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sZ0oPfDHfH .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ0oPfDHfH .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ0oPfDHfH .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ0oPfDHfH .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ0oPfDHfH .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ0oPfDHfH .special-label {
  color: #fff;
}
.cid-sZ0oPfDHfH .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ0oPfDHfH .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ0oPfDHfH .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ0oPfDHfH .menu-row {
  margin: 0;
}
.cid-sZ0oPfDHfH .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ0oPfDHfH .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ0oPfDHfH .group-title,
.cid-sZ0oPfDHfH .align-wrap {
  text-align: left;
}
.cid-sZ0oPfDHfH .item-title {
  color: #000000;
}
.cid-sZ0oPfDHfH .item-title DIV {
  text-align: left;
}
.cid-sZ0oPfDHfH SPAN {
  color: #23488b;
}
.cid-sZ0oPfDHfH .mbr-section-title,
.cid-sZ0oPfDHfH .ornament {
  text-align: left;
}
.cid-tys13Ijqjn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tys13Ijqjn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tys13Ijqjn .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tys13Ijqjn .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHxyFOuVo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo8Srw2cK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo8Srw2cK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo8Srw2cK .title_block {
  margin-bottom: 50px;
}
.cid-tyo8Srw2cK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo8Srw2cK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo8Srw2cK .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo8Srw2cK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo8Srw2cK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo8Srw2cK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo8Srw2cK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo8Srw2cK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo8Srw2cK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo8Srw2cK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo8Srw2cK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo8Srw2cK .title_block {
    text-align: center;
  }
  .cid-tyo8Srw2cK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo8Srw2cK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo8Srw2cK .btn {
    padding: 14px 26px;
  }
}
.cid-tyo8Srw2cK .mbr-text,
.cid-tyo8Srw2cK .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ0rRCYMtd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ0rRCYMtd .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ0rRCYMtd .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ0rRCYMtd .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ0rRCYMtd .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ0rRCYMtd .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ0rRCYMtd .special-label {
  color: #fff;
}
.cid-sZ0rRCYMtd .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ0rRCYMtd .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ0rRCYMtd .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ0rRCYMtd .menu-row {
  margin: 0;
}
.cid-sZ0rRCYMtd .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ0rRCYMtd .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ0rRCYMtd .group-title,
.cid-sZ0rRCYMtd .align-wrap {
  text-align: left;
}
.cid-sZ0rRCYMtd .item-title {
  color: #000000;
}
.cid-sZ0rRCYMtd .item-title DIV {
  text-align: left;
}
.cid-sZ0rRCYMtd SPAN {
  color: #23488b;
}
.cid-sZ0rRCYMtd .mbr-section-title,
.cid-sZ0rRCYMtd .ornament {
  text-align: left;
}
.cid-tyo8Thr5vj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo8Thr5vj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo8Thr5vj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo8Thr5vj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHxGrmXRm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tys0TmLzQj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tys0TmLzQj .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tys0TmLzQj .title_block {
  margin-bottom: 50px;
}
.cid-tys0TmLzQj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tys0TmLzQj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tys0TmLzQj .mbr-text {
  margin-bottom: 30px;
}
.cid-tys0TmLzQj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tys0TmLzQj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tys0TmLzQj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tys0TmLzQj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tys0TmLzQj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tys0TmLzQj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tys0TmLzQj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tys0TmLzQj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tys0TmLzQj .title_block {
    text-align: center;
  }
  .cid-tys0TmLzQj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tys0TmLzQj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tys0TmLzQj .btn {
    padding: 14px 26px;
  }
}
.cid-tys0TmLzQj .mbr-text,
.cid-tys0TmLzQj .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ0xdBCYjg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ0xdBCYjg .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ0xdBCYjg .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ0xdBCYjg .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ0xdBCYjg .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ0xdBCYjg .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ0xdBCYjg .special-label {
  color: #fff;
}
.cid-sZ0xdBCYjg .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ0xdBCYjg .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ0xdBCYjg .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ0xdBCYjg .menu-row {
  margin: 0;
}
.cid-sZ0xdBCYjg .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ0xdBCYjg .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ0xdBCYjg .group-title,
.cid-sZ0xdBCYjg .align-wrap {
  text-align: left;
}
.cid-sZ0xdBCYjg .item-title {
  color: #000000;
}
.cid-sZ0xdBCYjg .item-title DIV {
  text-align: left;
}
.cid-sZ0xdBCYjg SPAN {
  color: #23488b;
}
.cid-sZ0xdBCYjg .mbr-section-title,
.cid-sZ0xdBCYjg .ornament {
  text-align: left;
}
.cid-tys0XF83CY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tys0XF83CY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tys0XF83CY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tys0XF83CY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHxqUytuO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyo8HhlRAL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyo8HhlRAL .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyo8HhlRAL .title_block {
  margin-bottom: 50px;
}
.cid-tyo8HhlRAL .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyo8HhlRAL .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyo8HhlRAL .mbr-text {
  margin-bottom: 30px;
}
.cid-tyo8HhlRAL .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyo8HhlRAL .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyo8HhlRAL .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyo8HhlRAL .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyo8HhlRAL .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyo8HhlRAL .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyo8HhlRAL .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyo8HhlRAL .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyo8HhlRAL .title_block {
    text-align: center;
  }
  .cid-tyo8HhlRAL .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyo8HhlRAL .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyo8HhlRAL .btn {
    padding: 14px 26px;
  }
}
.cid-tyo8HhlRAL .mbr-text,
.cid-tyo8HhlRAL .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ0z4JTD4U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ0z4JTD4U .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ0z4JTD4U .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ0z4JTD4U .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ0z4JTD4U .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ0z4JTD4U .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ0z4JTD4U .special-label {
  color: #fff;
}
.cid-sZ0z4JTD4U .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ0z4JTD4U .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ0z4JTD4U .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ0z4JTD4U .menu-row {
  margin: 0;
}
.cid-sZ0z4JTD4U .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ0z4JTD4U .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ0z4JTD4U .group-title,
.cid-sZ0z4JTD4U .align-wrap {
  text-align: left;
}
.cid-sZ0z4JTD4U .item-title {
  color: #000000;
}
.cid-sZ0z4JTD4U .item-title DIV {
  text-align: left;
}
.cid-sZ0z4JTD4U SPAN {
  color: #23488b;
}
.cid-sZ0z4JTD4U .mbr-section-title,
.cid-sZ0z4JTD4U .ornament {
  text-align: left;
}
.cid-tyo8HPfaLI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyo8HPfaLI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyo8HPfaLI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyo8HPfaLI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHEh4nCLU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyshmjIqna {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyshmjIqna .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyshmjIqna .title_block {
  margin-bottom: 50px;
}
.cid-tyshmjIqna .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyshmjIqna .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyshmjIqna .mbr-text {
  margin-bottom: 30px;
}
.cid-tyshmjIqna .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyshmjIqna .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyshmjIqna .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyshmjIqna .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyshmjIqna .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyshmjIqna .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyshmjIqna .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyshmjIqna .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyshmjIqna .title_block {
    text-align: center;
  }
  .cid-tyshmjIqna .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyshmjIqna .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyshmjIqna .btn {
    padding: 14px 26px;
  }
}
.cid-tyshmjIqna .mbr-text,
.cid-tyshmjIqna .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ51JB5Glh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ51JB5Glh .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ51JB5Glh .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ51JB5Glh .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ51JB5Glh .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ51JB5Glh .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ51JB5Glh .special-label {
  color: #fff;
}
.cid-sZ51JB5Glh .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ51JB5Glh .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ51JB5Glh .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ51JB5Glh .menu-row {
  margin: 0;
}
.cid-sZ51JB5Glh .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ51JB5Glh .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ51JB5Glh .group-title,
.cid-sZ51JB5Glh .align-wrap {
  text-align: left;
}
.cid-sZ51JB5Glh .item-title {
  color: #000000;
}
.cid-sZ51JB5Glh .item-title DIV {
  text-align: left;
}
.cid-sZ51JB5Glh SPAN {
  color: #23488b;
}
.cid-sZ51JB5Glh .mbr-section-title,
.cid-sZ51JB5Glh .ornament {
  text-align: left;
}
.cid-tyshoWt882 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyshoWt882 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyshoWt882 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyshoWt882 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHEpcXqpt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyshyPmiIo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyshyPmiIo .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyshyPmiIo .title_block {
  margin-bottom: 50px;
}
.cid-tyshyPmiIo .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyshyPmiIo .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyshyPmiIo .mbr-text {
  margin-bottom: 30px;
}
.cid-tyshyPmiIo .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyshyPmiIo .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyshyPmiIo .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyshyPmiIo .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyshyPmiIo .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyshyPmiIo .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyshyPmiIo .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyshyPmiIo .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyshyPmiIo .title_block {
    text-align: center;
  }
  .cid-tyshyPmiIo .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyshyPmiIo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyshyPmiIo .btn {
    padding: 14px 26px;
  }
}
.cid-tyshyPmiIo .mbr-text,
.cid-tyshyPmiIo .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ55cZU2j5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ55cZU2j5 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ55cZU2j5 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ55cZU2j5 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ55cZU2j5 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ55cZU2j5 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ55cZU2j5 .special-label {
  color: #fff;
}
.cid-sZ55cZU2j5 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ55cZU2j5 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ55cZU2j5 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ55cZU2j5 .menu-row {
  margin: 0;
}
.cid-sZ55cZU2j5 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ55cZU2j5 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ55cZU2j5 .group-title,
.cid-sZ55cZU2j5 .align-wrap {
  text-align: left;
}
.cid-sZ55cZU2j5 .item-title {
  color: #000000;
}
.cid-sZ55cZU2j5 .item-title DIV {
  text-align: left;
}
.cid-sZ55cZU2j5 SPAN {
  color: #23488b;
}
.cid-sZ55cZU2j5 .mbr-section-title,
.cid-sZ55cZU2j5 .ornament {
  text-align: left;
}
.cid-tyshw3RWGQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyshw3RWGQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyshw3RWGQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyshw3RWGQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHExSthhG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyshDNs4As {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyshDNs4As .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyshDNs4As .title_block {
  margin-bottom: 50px;
}
.cid-tyshDNs4As .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyshDNs4As .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyshDNs4As .mbr-text {
  margin-bottom: 30px;
}
.cid-tyshDNs4As .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyshDNs4As .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyshDNs4As .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyshDNs4As .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyshDNs4As .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyshDNs4As .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyshDNs4As .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyshDNs4As .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyshDNs4As .title_block {
    text-align: center;
  }
  .cid-tyshDNs4As .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyshDNs4As .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyshDNs4As .btn {
    padding: 14px 26px;
  }
}
.cid-tyshDNs4As .mbr-text,
.cid-tyshDNs4As .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ587Gpmfq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ587Gpmfq .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ587Gpmfq .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ587Gpmfq .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ587Gpmfq .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ587Gpmfq .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ587Gpmfq .special-label {
  color: #fff;
}
.cid-sZ587Gpmfq .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ587Gpmfq .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ587Gpmfq .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ587Gpmfq .menu-row {
  margin: 0;
}
.cid-sZ587Gpmfq .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ587Gpmfq .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ587Gpmfq .group-title,
.cid-sZ587Gpmfq .align-wrap {
  text-align: left;
}
.cid-sZ587Gpmfq .item-title {
  color: #000000;
}
.cid-sZ587Gpmfq .item-title DIV {
  text-align: left;
}
.cid-sZ587Gpmfq SPAN {
  color: #23488b;
}
.cid-sZ587Gpmfq .mbr-section-title,
.cid-sZ587Gpmfq .ornament {
  text-align: left;
}
.cid-tyshHCt4Mo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyshHCt4Mo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyshHCt4Mo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyshHCt4Mo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHFr5tB7C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysyWtnmmS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysyWtnmmS .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysyWtnmmS .title_block {
  margin-bottom: 50px;
}
.cid-tysyWtnmmS .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysyWtnmmS .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysyWtnmmS .mbr-text {
  margin-bottom: 30px;
}
.cid-tysyWtnmmS .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysyWtnmmS .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysyWtnmmS .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysyWtnmmS .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysyWtnmmS .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysyWtnmmS .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysyWtnmmS .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysyWtnmmS .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysyWtnmmS .title_block {
    text-align: center;
  }
  .cid-tysyWtnmmS .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysyWtnmmS .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysyWtnmmS .btn {
    padding: 14px 26px;
  }
}
.cid-tysyWtnmmS .mbr-text,
.cid-tysyWtnmmS .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5atwtYnV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5atwtYnV .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5atwtYnV .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5atwtYnV .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5atwtYnV .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5atwtYnV .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5atwtYnV .special-label {
  color: #fff;
}
.cid-sZ5atwtYnV .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5atwtYnV .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5atwtYnV .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5atwtYnV .menu-row {
  margin: 0;
}
.cid-sZ5atwtYnV .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5atwtYnV .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5atwtYnV .group-title,
.cid-sZ5atwtYnV .align-wrap {
  text-align: left;
}
.cid-sZ5atwtYnV .item-title {
  color: #000000;
}
.cid-sZ5atwtYnV .item-title DIV {
  text-align: left;
}
.cid-sZ5atwtYnV SPAN {
  color: #23488b;
}
.cid-sZ5atwtYnV .mbr-section-title,
.cid-sZ5atwtYnV .ornament {
  text-align: left;
}
.cid-tysyYzGJgq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysyYzGJgq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysyYzGJgq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysyYzGJgq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHERwcdRZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyshPd3Mpi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyshPd3Mpi .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyshPd3Mpi .title_block {
  margin-bottom: 50px;
}
.cid-tyshPd3Mpi .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyshPd3Mpi .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyshPd3Mpi .mbr-text {
  margin-bottom: 30px;
}
.cid-tyshPd3Mpi .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyshPd3Mpi .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyshPd3Mpi .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyshPd3Mpi .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyshPd3Mpi .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyshPd3Mpi .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyshPd3Mpi .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyshPd3Mpi .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyshPd3Mpi .title_block {
    text-align: center;
  }
  .cid-tyshPd3Mpi .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyshPd3Mpi .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyshPd3Mpi .btn {
    padding: 14px 26px;
  }
}
.cid-tyshPd3Mpi .mbr-text,
.cid-tyshPd3Mpi .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5bRGQB0i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5bRGQB0i .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5bRGQB0i .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5bRGQB0i .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5bRGQB0i .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5bRGQB0i .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5bRGQB0i .special-label {
  color: #fff;
}
.cid-sZ5bRGQB0i .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5bRGQB0i .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5bRGQB0i .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5bRGQB0i .menu-row {
  margin: 0;
}
.cid-sZ5bRGQB0i .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5bRGQB0i .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5bRGQB0i .group-title,
.cid-sZ5bRGQB0i .align-wrap {
  text-align: left;
}
.cid-sZ5bRGQB0i .item-title {
  color: #000000;
}
.cid-sZ5bRGQB0i .item-title DIV {
  text-align: left;
}
.cid-sZ5bRGQB0i SPAN {
  color: #23488b;
}
.cid-sZ5bRGQB0i .mbr-section-title,
.cid-sZ5bRGQB0i .ornament {
  text-align: left;
}
.cid-tyshSjUcGO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyshSjUcGO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyshSjUcGO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyshSjUcGO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHF1woqga {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyshWHsctK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyshWHsctK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyshWHsctK .title_block {
  margin-bottom: 50px;
}
.cid-tyshWHsctK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyshWHsctK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyshWHsctK .mbr-text {
  margin-bottom: 30px;
}
.cid-tyshWHsctK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyshWHsctK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyshWHsctK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyshWHsctK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyshWHsctK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyshWHsctK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyshWHsctK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyshWHsctK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyshWHsctK .title_block {
    text-align: center;
  }
  .cid-tyshWHsctK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyshWHsctK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyshWHsctK .btn {
    padding: 14px 26px;
  }
}
.cid-tyshWHsctK .mbr-text,
.cid-tyshWHsctK .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5dtvAnjb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5dtvAnjb .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5dtvAnjb .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5dtvAnjb .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5dtvAnjb .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5dtvAnjb .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5dtvAnjb .special-label {
  color: #fff;
}
.cid-sZ5dtvAnjb .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5dtvAnjb .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5dtvAnjb .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5dtvAnjb .menu-row {
  margin: 0;
}
.cid-sZ5dtvAnjb .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5dtvAnjb .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5dtvAnjb .group-title,
.cid-sZ5dtvAnjb .align-wrap {
  text-align: left;
}
.cid-sZ5dtvAnjb .item-title {
  color: #000000;
}
.cid-sZ5dtvAnjb .item-title DIV {
  text-align: left;
}
.cid-sZ5dtvAnjb SPAN {
  color: #23488b;
}
.cid-sZ5dtvAnjb .mbr-section-title,
.cid-sZ5dtvAnjb .ornament {
  text-align: left;
}
.cid-tyshYgHRMg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyshYgHRMg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyshYgHRMg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyshYgHRMg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHF9LtjTl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysi49lHD8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysi49lHD8 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysi49lHD8 .title_block {
  margin-bottom: 50px;
}
.cid-tysi49lHD8 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysi49lHD8 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysi49lHD8 .mbr-text {
  margin-bottom: 30px;
}
.cid-tysi49lHD8 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysi49lHD8 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysi49lHD8 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysi49lHD8 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysi49lHD8 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysi49lHD8 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysi49lHD8 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysi49lHD8 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysi49lHD8 .title_block {
    text-align: center;
  }
  .cid-tysi49lHD8 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysi49lHD8 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysi49lHD8 .btn {
    padding: 14px 26px;
  }
}
.cid-tysi49lHD8 .mbr-text,
.cid-tysi49lHD8 .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5eXcQwiO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5eXcQwiO .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5eXcQwiO .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5eXcQwiO .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5eXcQwiO .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5eXcQwiO .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5eXcQwiO .special-label {
  color: #fff;
}
.cid-sZ5eXcQwiO .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5eXcQwiO .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5eXcQwiO .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5eXcQwiO .menu-row {
  margin: 0;
}
.cid-sZ5eXcQwiO .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5eXcQwiO .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5eXcQwiO .group-title,
.cid-sZ5eXcQwiO .align-wrap {
  text-align: left;
}
.cid-sZ5eXcQwiO .item-title {
  color: #000000;
}
.cid-sZ5eXcQwiO .item-title DIV {
  text-align: left;
}
.cid-sZ5eXcQwiO SPAN {
  color: #23488b;
}
.cid-sZ5eXcQwiO .mbr-section-title,
.cid-sZ5eXcQwiO .ornament {
  text-align: left;
}
.cid-tysi6wgqKU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysi6wgqKU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysi6wgqKU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysi6wgqKU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHFiQuto4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysiaUFrIq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysiaUFrIq .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysiaUFrIq .title_block {
  margin-bottom: 50px;
}
.cid-tysiaUFrIq .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysiaUFrIq .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysiaUFrIq .mbr-text {
  margin-bottom: 30px;
}
.cid-tysiaUFrIq .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysiaUFrIq .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysiaUFrIq .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysiaUFrIq .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysiaUFrIq .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysiaUFrIq .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysiaUFrIq .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysiaUFrIq .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysiaUFrIq .title_block {
    text-align: center;
  }
  .cid-tysiaUFrIq .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysiaUFrIq .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysiaUFrIq .btn {
    padding: 14px 26px;
  }
}
.cid-tysiaUFrIq .mbr-text,
.cid-tysiaUFrIq .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5gF1cxC6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5gF1cxC6 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5gF1cxC6 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5gF1cxC6 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5gF1cxC6 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5gF1cxC6 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5gF1cxC6 .special-label {
  color: #fff;
}
.cid-sZ5gF1cxC6 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5gF1cxC6 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5gF1cxC6 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5gF1cxC6 .menu-row {
  margin: 0;
}
.cid-sZ5gF1cxC6 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5gF1cxC6 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5gF1cxC6 .group-title,
.cid-sZ5gF1cxC6 .align-wrap {
  text-align: left;
}
.cid-sZ5gF1cxC6 .item-title {
  color: #000000;
}
.cid-sZ5gF1cxC6 .item-title DIV {
  text-align: left;
}
.cid-sZ5gF1cxC6 SPAN {
  color: #23488b;
}
.cid-sZ5gF1cxC6 .mbr-section-title,
.cid-sZ5gF1cxC6 .ornament {
  text-align: left;
}
.cid-tysicFbfbm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysicFbfbm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysicFbfbm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysicFbfbm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHDlQBd6t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysfoC2Xnf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysfoC2Xnf .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysfoC2Xnf .title_block {
  margin-bottom: 50px;
}
.cid-tysfoC2Xnf .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysfoC2Xnf .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysfoC2Xnf .mbr-text {
  margin-bottom: 30px;
}
.cid-tysfoC2Xnf .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysfoC2Xnf .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysfoC2Xnf .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysfoC2Xnf .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysfoC2Xnf .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysfoC2Xnf .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysfoC2Xnf .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysfoC2Xnf .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysfoC2Xnf .title_block {
    text-align: center;
  }
  .cid-tysfoC2Xnf .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysfoC2Xnf .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysfoC2Xnf .btn {
    padding: 14px 26px;
  }
}
.cid-tysfoC2Xnf .mbr-text,
.cid-tysfoC2Xnf .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5jS0EvN4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5jS0EvN4 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5jS0EvN4 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5jS0EvN4 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5jS0EvN4 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5jS0EvN4 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5jS0EvN4 .special-label {
  color: #fff;
}
.cid-sZ5jS0EvN4 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5jS0EvN4 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5jS0EvN4 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5jS0EvN4 .menu-row {
  margin: 0;
}
.cid-sZ5jS0EvN4 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5jS0EvN4 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5jS0EvN4 .group-title,
.cid-sZ5jS0EvN4 .align-wrap {
  text-align: left;
}
.cid-sZ5jS0EvN4 .item-title {
  color: #000000;
}
.cid-sZ5jS0EvN4 .item-title DIV {
  text-align: left;
}
.cid-sZ5jS0EvN4 SPAN {
  color: #23488b;
}
.cid-sZ5jS0EvN4 .mbr-section-title,
.cid-sZ5jS0EvN4 .ornament {
  text-align: left;
}
.cid-tysfpiLOsQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysfpiLOsQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysfpiLOsQ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysfpiLOsQ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHDyPMNsU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysfxkJd5e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysfxkJd5e .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysfxkJd5e .title_block {
  margin-bottom: 50px;
}
.cid-tysfxkJd5e .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysfxkJd5e .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysfxkJd5e .mbr-text {
  margin-bottom: 30px;
}
.cid-tysfxkJd5e .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysfxkJd5e .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysfxkJd5e .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysfxkJd5e .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysfxkJd5e .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysfxkJd5e .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysfxkJd5e .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysfxkJd5e .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysfxkJd5e .title_block {
    text-align: center;
  }
  .cid-tysfxkJd5e .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysfxkJd5e .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysfxkJd5e .btn {
    padding: 14px 26px;
  }
}
.cid-tysfxkJd5e .mbr-text,
.cid-tysfxkJd5e .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5ugcdJQj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5ugcdJQj .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5ugcdJQj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5ugcdJQj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5ugcdJQj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5ugcdJQj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5ugcdJQj .special-label {
  color: #fff;
}
.cid-sZ5ugcdJQj .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5ugcdJQj .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5ugcdJQj .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5ugcdJQj .menu-row {
  margin: 0;
}
.cid-sZ5ugcdJQj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5ugcdJQj .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5ugcdJQj .group-title,
.cid-sZ5ugcdJQj .align-wrap {
  text-align: left;
}
.cid-sZ5ugcdJQj .item-title {
  color: #000000;
}
.cid-sZ5ugcdJQj .item-title DIV {
  text-align: left;
}
.cid-sZ5ugcdJQj SPAN {
  color: #23488b;
}
.cid-sZ5ugcdJQj .mbr-section-title,
.cid-sZ5ugcdJQj .ornament {
  text-align: left;
}
.cid-tysfzcv6Pp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysfzcv6Pp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysfzcv6Pp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysfzcv6Pp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHBO2MmUQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysed9oqG7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysed9oqG7 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysed9oqG7 .title_block {
  margin-bottom: 50px;
}
.cid-tysed9oqG7 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysed9oqG7 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysed9oqG7 .mbr-text {
  margin-bottom: 30px;
}
.cid-tysed9oqG7 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysed9oqG7 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysed9oqG7 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysed9oqG7 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysed9oqG7 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysed9oqG7 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysed9oqG7 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysed9oqG7 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysed9oqG7 .title_block {
    text-align: center;
  }
  .cid-tysed9oqG7 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysed9oqG7 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysed9oqG7 .btn {
    padding: 14px 26px;
  }
}
.cid-tysed9oqG7 .mbr-text,
.cid-tysed9oqG7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5yHCmhQr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5yHCmhQr .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5yHCmhQr .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5yHCmhQr .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5yHCmhQr .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5yHCmhQr .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5yHCmhQr .special-label {
  color: #fff;
}
.cid-sZ5yHCmhQr .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5yHCmhQr .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5yHCmhQr .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5yHCmhQr .menu-row {
  margin: 0;
}
.cid-sZ5yHCmhQr .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5yHCmhQr .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5yHCmhQr .group-title,
.cid-sZ5yHCmhQr .align-wrap {
  text-align: left;
}
.cid-sZ5yHCmhQr .item-title {
  color: #000000;
}
.cid-sZ5yHCmhQr .item-title DIV {
  text-align: left;
}
.cid-sZ5yHCmhQr SPAN {
  color: #23488b;
}
.cid-sZ5yHCmhQr .mbr-section-title,
.cid-sZ5yHCmhQr .ornament {
  text-align: left;
}
.cid-tyseed248a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyseed248a .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyseed248a .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyseed248a .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHD3iuxeK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysfiyoMvO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysfiyoMvO .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysfiyoMvO .title_block {
  margin-bottom: 50px;
}
.cid-tysfiyoMvO .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysfiyoMvO .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysfiyoMvO .mbr-text {
  margin-bottom: 30px;
}
.cid-tysfiyoMvO .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysfiyoMvO .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysfiyoMvO .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysfiyoMvO .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysfiyoMvO .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysfiyoMvO .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysfiyoMvO .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysfiyoMvO .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysfiyoMvO .title_block {
    text-align: center;
  }
  .cid-tysfiyoMvO .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysfiyoMvO .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysfiyoMvO .btn {
    padding: 14px 26px;
  }
}
.cid-tysfiyoMvO .mbr-text,
.cid-tysfiyoMvO .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5JD9dL5Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5JD9dL5Q .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5JD9dL5Q .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5JD9dL5Q .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5JD9dL5Q .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5JD9dL5Q .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5JD9dL5Q .special-label {
  color: #fff;
}
.cid-sZ5JD9dL5Q .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5JD9dL5Q .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5JD9dL5Q .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5JD9dL5Q .menu-row {
  margin: 0;
}
.cid-sZ5JD9dL5Q .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5JD9dL5Q .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5JD9dL5Q .group-title,
.cid-sZ5JD9dL5Q .align-wrap {
  text-align: left;
}
.cid-sZ5JD9dL5Q .item-title {
  color: #000000;
}
.cid-sZ5JD9dL5Q .item-title DIV {
  text-align: left;
}
.cid-sZ5JD9dL5Q SPAN {
  color: #23488b;
}
.cid-sZ5JD9dL5Q .mbr-section-title,
.cid-sZ5JD9dL5Q .ornament {
  text-align: left;
}
.cid-tysfkfiXE4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysfkfiXE4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysfkfiXE4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysfkfiXE4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHBYB0Xg9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysekvbLoq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysekvbLoq .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysekvbLoq .title_block {
  margin-bottom: 50px;
}
.cid-tysekvbLoq .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysekvbLoq .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysekvbLoq .mbr-text {
  margin-bottom: 30px;
}
.cid-tysekvbLoq .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysekvbLoq .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysekvbLoq .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysekvbLoq .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysekvbLoq .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysekvbLoq .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysekvbLoq .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysekvbLoq .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysekvbLoq .title_block {
    text-align: center;
  }
  .cid-tysekvbLoq .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysekvbLoq .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysekvbLoq .btn {
    padding: 14px 26px;
  }
}
.cid-tysekvbLoq .mbr-text,
.cid-tysekvbLoq .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5LmQ2QEn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5LmQ2QEn .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5LmQ2QEn .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5LmQ2QEn .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5LmQ2QEn .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5LmQ2QEn .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5LmQ2QEn .special-label {
  color: #fff;
}
.cid-sZ5LmQ2QEn .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5LmQ2QEn .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5LmQ2QEn .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5LmQ2QEn .menu-row {
  margin: 0;
}
.cid-sZ5LmQ2QEn .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5LmQ2QEn .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5LmQ2QEn .group-title,
.cid-sZ5LmQ2QEn .align-wrap {
  text-align: left;
}
.cid-sZ5LmQ2QEn .item-title {
  color: #000000;
}
.cid-sZ5LmQ2QEn .item-title DIV {
  text-align: left;
}
.cid-sZ5LmQ2QEn SPAN {
  color: #23488b;
}
.cid-sZ5LmQ2QEn .mbr-section-title,
.cid-sZ5LmQ2QEn .ornament {
  text-align: left;
}
.cid-tyselaYF6K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyselaYF6K .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyselaYF6K .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyselaYF6K .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHC6xuGHe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyseu60CZs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyseu60CZs .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyseu60CZs .title_block {
  margin-bottom: 50px;
}
.cid-tyseu60CZs .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyseu60CZs .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyseu60CZs .mbr-text {
  margin-bottom: 30px;
}
.cid-tyseu60CZs .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyseu60CZs .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyseu60CZs .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyseu60CZs .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyseu60CZs .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyseu60CZs .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyseu60CZs .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyseu60CZs .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyseu60CZs .title_block {
    text-align: center;
  }
  .cid-tyseu60CZs .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyseu60CZs .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyseu60CZs .btn {
    padding: 14px 26px;
  }
}
.cid-tyseu60CZs .mbr-text,
.cid-tyseu60CZs .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5MR08Kaz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5MR08Kaz .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5MR08Kaz .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5MR08Kaz .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5MR08Kaz .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5MR08Kaz .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5MR08Kaz .special-label {
  color: #fff;
}
.cid-sZ5MR08Kaz .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5MR08Kaz .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5MR08Kaz .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5MR08Kaz .menu-row {
  margin: 0;
}
.cid-sZ5MR08Kaz .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5MR08Kaz .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5MR08Kaz .group-title,
.cid-sZ5MR08Kaz .align-wrap {
  text-align: left;
}
.cid-sZ5MR08Kaz .item-title {
  color: #000000;
}
.cid-sZ5MR08Kaz .item-title DIV {
  text-align: left;
}
.cid-sZ5MR08Kaz SPAN {
  color: #23488b;
}
.cid-sZ5MR08Kaz .mbr-section-title,
.cid-sZ5MR08Kaz .ornament {
  text-align: left;
}
.cid-tysewbsnTd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysewbsnTd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysewbsnTd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysewbsnTd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHCfym4ka {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyseCCorJr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyseCCorJr .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyseCCorJr .title_block {
  margin-bottom: 50px;
}
.cid-tyseCCorJr .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyseCCorJr .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyseCCorJr .mbr-text {
  margin-bottom: 30px;
}
.cid-tyseCCorJr .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyseCCorJr .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyseCCorJr .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyseCCorJr .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyseCCorJr .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyseCCorJr .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyseCCorJr .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyseCCorJr .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyseCCorJr .title_block {
    text-align: center;
  }
  .cid-tyseCCorJr .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyseCCorJr .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyseCCorJr .btn {
    padding: 14px 26px;
  }
}
.cid-tyseCCorJr .mbr-text,
.cid-tyseCCorJr .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5RujC9eG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5RujC9eG .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5RujC9eG .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5RujC9eG .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5RujC9eG .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5RujC9eG .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5RujC9eG .special-label {
  color: #fff;
}
.cid-sZ5RujC9eG .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5RujC9eG .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5RujC9eG .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5RujC9eG .menu-row {
  margin: 0;
}
.cid-sZ5RujC9eG .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5RujC9eG .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5RujC9eG .group-title,
.cid-sZ5RujC9eG .align-wrap {
  text-align: left;
}
.cid-sZ5RujC9eG .item-title {
  color: #000000;
}
.cid-sZ5RujC9eG .item-title DIV {
  text-align: left;
}
.cid-sZ5RujC9eG SPAN {
  color: #23488b;
}
.cid-sZ5RujC9eG .mbr-section-title,
.cid-sZ5RujC9eG .ornament {
  text-align: left;
}
.cid-tyseFzlCCw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyseFzlCCw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyseFzlCCw .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyseFzlCCw .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHCnUN4C1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyseK8izEF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyseK8izEF .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyseK8izEF .title_block {
  margin-bottom: 50px;
}
.cid-tyseK8izEF .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyseK8izEF .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyseK8izEF .mbr-text {
  margin-bottom: 30px;
}
.cid-tyseK8izEF .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyseK8izEF .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyseK8izEF .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyseK8izEF .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyseK8izEF .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyseK8izEF .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyseK8izEF .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyseK8izEF .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyseK8izEF .title_block {
    text-align: center;
  }
  .cid-tyseK8izEF .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyseK8izEF .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyseK8izEF .btn {
    padding: 14px 26px;
  }
}
.cid-tyseK8izEF .mbr-text,
.cid-tyseK8izEF .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ5TVV7iPe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ5TVV7iPe .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ5TVV7iPe .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ5TVV7iPe .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ5TVV7iPe .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ5TVV7iPe .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ5TVV7iPe .special-label {
  color: #fff;
}
.cid-sZ5TVV7iPe .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ5TVV7iPe .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ5TVV7iPe .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ5TVV7iPe .menu-row {
  margin: 0;
}
.cid-sZ5TVV7iPe .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ5TVV7iPe .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ5TVV7iPe .group-title,
.cid-sZ5TVV7iPe .align-wrap {
  text-align: left;
}
.cid-sZ5TVV7iPe .item-title {
  color: #000000;
}
.cid-sZ5TVV7iPe .item-title DIV {
  text-align: left;
}
.cid-sZ5TVV7iPe SPAN {
  color: #23488b;
}
.cid-sZ5TVV7iPe .mbr-section-title,
.cid-sZ5TVV7iPe .ornament {
  text-align: left;
}
.cid-tyseLC21AE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyseLC21AE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyseLC21AE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyseLC21AE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHCvkN8cs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyseQ5COKJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyseQ5COKJ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyseQ5COKJ .title_block {
  margin-bottom: 50px;
}
.cid-tyseQ5COKJ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyseQ5COKJ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyseQ5COKJ .mbr-text {
  margin-bottom: 30px;
}
.cid-tyseQ5COKJ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyseQ5COKJ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyseQ5COKJ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyseQ5COKJ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyseQ5COKJ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyseQ5COKJ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyseQ5COKJ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyseQ5COKJ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyseQ5COKJ .title_block {
    text-align: center;
  }
  .cid-tyseQ5COKJ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyseQ5COKJ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyseQ5COKJ .btn {
    padding: 14px 26px;
  }
}
.cid-tyseQ5COKJ .mbr-text,
.cid-tyseQ5COKJ .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ69lukAZz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ69lukAZz .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ69lukAZz .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ69lukAZz .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ69lukAZz .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ69lukAZz .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ69lukAZz .special-label {
  color: #fff;
}
.cid-sZ69lukAZz .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ69lukAZz .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ69lukAZz .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ69lukAZz .menu-row {
  margin: 0;
}
.cid-sZ69lukAZz .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ69lukAZz .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ69lukAZz .group-title,
.cid-sZ69lukAZz .align-wrap {
  text-align: left;
}
.cid-sZ69lukAZz .item-title {
  color: #000000;
}
.cid-sZ69lukAZz .item-title DIV {
  text-align: left;
}
.cid-sZ69lukAZz SPAN {
  color: #23488b;
}
.cid-sZ69lukAZz .mbr-section-title,
.cid-sZ69lukAZz .ornament {
  text-align: left;
}
.cid-tyseQNbxpO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyseQNbxpO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyseQNbxpO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyseQNbxpO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHBkTWYUa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysdZhpokJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysdZhpokJ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysdZhpokJ .title_block {
  margin-bottom: 50px;
}
.cid-tysdZhpokJ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysdZhpokJ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysdZhpokJ .mbr-text {
  margin-bottom: 30px;
}
.cid-tysdZhpokJ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysdZhpokJ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysdZhpokJ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysdZhpokJ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysdZhpokJ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysdZhpokJ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysdZhpokJ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysdZhpokJ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysdZhpokJ .title_block {
    text-align: center;
  }
  .cid-tysdZhpokJ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysdZhpokJ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysdZhpokJ .btn {
    padding: 14px 26px;
  }
}
.cid-tysdZhpokJ .mbr-text,
.cid-tysdZhpokJ .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6fckVQzt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6fckVQzt .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6fckVQzt .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6fckVQzt .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6fckVQzt .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6fckVQzt .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6fckVQzt .special-label {
  color: #fff;
}
.cid-sZ6fckVQzt .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6fckVQzt .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6fckVQzt .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6fckVQzt .menu-row {
  margin: 0;
}
.cid-sZ6fckVQzt .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6fckVQzt .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6fckVQzt .group-title,
.cid-sZ6fckVQzt .align-wrap {
  text-align: left;
}
.cid-sZ6fckVQzt .item-title {
  color: #000000;
}
.cid-sZ6fckVQzt .item-title DIV {
  text-align: left;
}
.cid-sZ6fckVQzt SPAN {
  color: #23488b;
}
.cid-sZ6fckVQzt .mbr-section-title,
.cid-sZ6fckVQzt .ornament {
  text-align: left;
}
.cid-tyse25QlWD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyse25QlWD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyse25QlWD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyse25QlWD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHBsJ1zuv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyse74z4OL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyse74z4OL .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyse74z4OL .title_block {
  margin-bottom: 50px;
}
.cid-tyse74z4OL .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyse74z4OL .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyse74z4OL .mbr-text {
  margin-bottom: 30px;
}
.cid-tyse74z4OL .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyse74z4OL .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyse74z4OL .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyse74z4OL .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyse74z4OL .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyse74z4OL .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyse74z4OL .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyse74z4OL .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyse74z4OL .title_block {
    text-align: center;
  }
  .cid-tyse74z4OL .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyse74z4OL .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyse74z4OL .btn {
    padding: 14px 26px;
  }
}
.cid-tyse74z4OL .mbr-text,
.cid-tyse74z4OL .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6iw8GuSf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6iw8GuSf .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6iw8GuSf .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6iw8GuSf .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6iw8GuSf .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6iw8GuSf .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6iw8GuSf .special-label {
  color: #fff;
}
.cid-sZ6iw8GuSf .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6iw8GuSf .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6iw8GuSf .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6iw8GuSf .menu-row {
  margin: 0;
}
.cid-sZ6iw8GuSf .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6iw8GuSf .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6iw8GuSf .group-title,
.cid-sZ6iw8GuSf .align-wrap {
  text-align: left;
}
.cid-sZ6iw8GuSf .item-title {
  color: #000000;
}
.cid-sZ6iw8GuSf .item-title DIV {
  text-align: left;
}
.cid-sZ6iw8GuSf SPAN {
  color: #23488b;
}
.cid-sZ6iw8GuSf .mbr-section-title,
.cid-sZ6iw8GuSf .ornament {
  text-align: left;
}
.cid-tjbbWJImNW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjbbWJImNW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tjbbWJImNW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tjbbWJImNW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHCUgLi7C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysfbfPlNz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysfbfPlNz .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysfbfPlNz .title_block {
  margin-bottom: 50px;
}
.cid-tysfbfPlNz .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysfbfPlNz .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysfbfPlNz .mbr-text {
  margin-bottom: 30px;
}
.cid-tysfbfPlNz .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysfbfPlNz .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysfbfPlNz .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysfbfPlNz .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysfbfPlNz .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysfbfPlNz .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysfbfPlNz .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysfbfPlNz .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysfbfPlNz .title_block {
    text-align: center;
  }
  .cid-tysfbfPlNz .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysfbfPlNz .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysfbfPlNz .btn {
    padding: 14px 26px;
  }
}
.cid-tysfbfPlNz .mbr-text,
.cid-tysfbfPlNz .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6leG5EHX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6leG5EHX .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6leG5EHX .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6leG5EHX .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6leG5EHX .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6leG5EHX .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6leG5EHX .special-label {
  color: #fff;
}
.cid-sZ6leG5EHX .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6leG5EHX .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6leG5EHX .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6leG5EHX .menu-row {
  margin: 0;
}
.cid-sZ6leG5EHX .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6leG5EHX .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6leG5EHX .group-title,
.cid-sZ6leG5EHX .align-wrap {
  text-align: left;
}
.cid-sZ6leG5EHX .item-title {
  color: #000000;
}
.cid-sZ6leG5EHX .item-title DIV {
  text-align: left;
}
.cid-sZ6leG5EHX SPAN {
  color: #23488b;
}
.cid-sZ6leG5EHX .mbr-section-title,
.cid-sZ6leG5EHX .ornament {
  text-align: left;
}
.cid-tysfbT27hI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysfbT27hI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysfbT27hI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysfbT27hI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHCDZmSjj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyseYg3elN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyseYg3elN .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyseYg3elN .title_block {
  margin-bottom: 50px;
}
.cid-tyseYg3elN .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyseYg3elN .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyseYg3elN .mbr-text {
  margin-bottom: 30px;
}
.cid-tyseYg3elN .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyseYg3elN .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyseYg3elN .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyseYg3elN .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyseYg3elN .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyseYg3elN .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyseYg3elN .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyseYg3elN .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyseYg3elN .title_block {
    text-align: center;
  }
  .cid-tyseYg3elN .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyseYg3elN .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyseYg3elN .btn {
    padding: 14px 26px;
  }
}
.cid-tyseYg3elN .mbr-text,
.cid-tyseYg3elN .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6oi6hTxK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6oi6hTxK .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6oi6hTxK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6oi6hTxK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6oi6hTxK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6oi6hTxK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6oi6hTxK .special-label {
  color: #fff;
}
.cid-sZ6oi6hTxK .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6oi6hTxK .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6oi6hTxK .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6oi6hTxK .menu-row {
  margin: 0;
}
.cid-sZ6oi6hTxK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6oi6hTxK .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6oi6hTxK .group-title,
.cid-sZ6oi6hTxK .align-wrap {
  text-align: left;
}
.cid-sZ6oi6hTxK .item-title {
  color: #000000;
}
.cid-sZ6oi6hTxK .item-title DIV {
  text-align: left;
}
.cid-sZ6oi6hTxK SPAN {
  color: #23488b;
}
.cid-sZ6oi6hTxK .mbr-section-title,
.cid-sZ6oi6hTxK .ornament {
  text-align: left;
}
.cid-tyseZDd7En {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyseZDd7En .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyseZDd7En .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyseZDd7En .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHCKyIUAO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysf48qO9M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysf48qO9M .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysf48qO9M .title_block {
  margin-bottom: 50px;
}
.cid-tysf48qO9M .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysf48qO9M .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysf48qO9M .mbr-text {
  margin-bottom: 30px;
}
.cid-tysf48qO9M .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysf48qO9M .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysf48qO9M .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysf48qO9M .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysf48qO9M .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysf48qO9M .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysf48qO9M .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysf48qO9M .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysf48qO9M .title_block {
    text-align: center;
  }
  .cid-tysf48qO9M .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysf48qO9M .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysf48qO9M .btn {
    padding: 14px 26px;
  }
}
.cid-tysf48qO9M .mbr-text,
.cid-tysf48qO9M .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6ry40QcP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6ry40QcP .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6ry40QcP .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6ry40QcP .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6ry40QcP .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6ry40QcP .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6ry40QcP .special-label {
  color: #fff;
}
.cid-sZ6ry40QcP .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6ry40QcP .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6ry40QcP .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6ry40QcP .menu-row {
  margin: 0;
}
.cid-sZ6ry40QcP .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6ry40QcP .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6ry40QcP .group-title,
.cid-sZ6ry40QcP .align-wrap {
  text-align: left;
}
.cid-sZ6ry40QcP .item-title {
  color: #000000;
}
.cid-sZ6ry40QcP .item-title DIV {
  text-align: left;
}
.cid-sZ6ry40QcP SPAN {
  color: #23488b;
}
.cid-sZ6ry40QcP .mbr-section-title,
.cid-sZ6ry40QcP .ornament {
  text-align: left;
}
.cid-tysf6UbjZC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysf6UbjZC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysf6UbjZC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysf6UbjZC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHDP7hwVt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysgtlYBfj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysgtlYBfj .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysgtlYBfj .title_block {
  margin-bottom: 50px;
}
.cid-tysgtlYBfj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysgtlYBfj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysgtlYBfj .mbr-text {
  margin-bottom: 30px;
}
.cid-tysgtlYBfj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysgtlYBfj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysgtlYBfj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysgtlYBfj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysgtlYBfj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysgtlYBfj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysgtlYBfj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysgtlYBfj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysgtlYBfj .title_block {
    text-align: center;
  }
  .cid-tysgtlYBfj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysgtlYBfj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysgtlYBfj .btn {
    padding: 14px 26px;
  }
}
.cid-tysgtlYBfj .mbr-text,
.cid-tysgtlYBfj .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6wcccnRs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6wcccnRs .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6wcccnRs .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6wcccnRs .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6wcccnRs .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6wcccnRs .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6wcccnRs .special-label {
  color: #fff;
}
.cid-sZ6wcccnRs .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6wcccnRs .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6wcccnRs .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6wcccnRs .menu-row {
  margin: 0;
}
.cid-sZ6wcccnRs .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6wcccnRs .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6wcccnRs .group-title,
.cid-sZ6wcccnRs .align-wrap {
  text-align: left;
}
.cid-sZ6wcccnRs .item-title {
  color: #000000;
}
.cid-sZ6wcccnRs .item-title DIV {
  text-align: left;
}
.cid-sZ6wcccnRs SPAN {
  color: #23488b;
}
.cid-sZ6wcccnRs .mbr-section-title,
.cid-sZ6wcccnRs .ornament {
  text-align: left;
}
.cid-tysguXhavK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysguXhavK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysguXhavK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysguXhavK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHDVjVOG0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysgP5vKLW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysgP5vKLW .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysgP5vKLW .title_block {
  margin-bottom: 50px;
}
.cid-tysgP5vKLW .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysgP5vKLW .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysgP5vKLW .mbr-text {
  margin-bottom: 30px;
}
.cid-tysgP5vKLW .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysgP5vKLW .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysgP5vKLW .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysgP5vKLW .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysgP5vKLW .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysgP5vKLW .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysgP5vKLW .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysgP5vKLW .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysgP5vKLW .title_block {
    text-align: center;
  }
  .cid-tysgP5vKLW .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysgP5vKLW .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysgP5vKLW .btn {
    padding: 14px 26px;
  }
}
.cid-tysgP5vKLW .mbr-text,
.cid-tysgP5vKLW .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6FhaxD4h {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6FhaxD4h .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6FhaxD4h .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6FhaxD4h .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6FhaxD4h .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6FhaxD4h .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6FhaxD4h .special-label {
  color: #fff;
}
.cid-sZ6FhaxD4h .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6FhaxD4h .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6FhaxD4h .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6FhaxD4h .menu-row {
  margin: 0;
}
.cid-sZ6FhaxD4h .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6FhaxD4h .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6FhaxD4h .group-title,
.cid-sZ6FhaxD4h .align-wrap {
  text-align: left;
}
.cid-sZ6FhaxD4h .item-title {
  color: #000000;
}
.cid-sZ6FhaxD4h .item-title DIV {
  text-align: left;
}
.cid-sZ6FhaxD4h SPAN {
  color: #23488b;
}
.cid-sZ6FhaxD4h .mbr-section-title,
.cid-sZ6FhaxD4h .ornament {
  text-align: left;
}
.cid-tysgSsPpnf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysgSsPpnf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysgSsPpnf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysgSsPpnf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHE8Eh8yu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysh83pa9t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysh83pa9t .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysh83pa9t .title_block {
  margin-bottom: 50px;
}
.cid-tysh83pa9t .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysh83pa9t .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysh83pa9t .mbr-text {
  margin-bottom: 30px;
}
.cid-tysh83pa9t .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysh83pa9t .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysh83pa9t .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysh83pa9t .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysh83pa9t .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysh83pa9t .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysh83pa9t .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysh83pa9t .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysh83pa9t .title_block {
    text-align: center;
  }
  .cid-tysh83pa9t .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysh83pa9t .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysh83pa9t .btn {
    padding: 14px 26px;
  }
}
.cid-tysh83pa9t .mbr-text,
.cid-tysh83pa9t .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6HsxTi5x {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6HsxTi5x .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6HsxTi5x .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6HsxTi5x .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6HsxTi5x .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6HsxTi5x .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6HsxTi5x .special-label {
  color: #fff;
}
.cid-sZ6HsxTi5x .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6HsxTi5x .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6HsxTi5x .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6HsxTi5x .menu-row {
  margin: 0;
}
.cid-sZ6HsxTi5x .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6HsxTi5x .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6HsxTi5x .group-title,
.cid-sZ6HsxTi5x .align-wrap {
  text-align: left;
}
.cid-sZ6HsxTi5x .item-title {
  color: #000000;
}
.cid-sZ6HsxTi5x .item-title DIV {
  text-align: left;
}
.cid-sZ6HsxTi5x SPAN {
  color: #23488b;
}
.cid-sZ6HsxTi5x .mbr-section-title,
.cid-sZ6HsxTi5x .ornament {
  text-align: left;
}
.cid-tyshiGx32E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyshiGx32E .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyshiGx32E .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyshiGx32E .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHE1GVbZ4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysgYkns4a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysgYkns4a .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysgYkns4a .title_block {
  margin-bottom: 50px;
}
.cid-tysgYkns4a .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysgYkns4a .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysgYkns4a .mbr-text {
  margin-bottom: 30px;
}
.cid-tysgYkns4a .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysgYkns4a .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysgYkns4a .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysgYkns4a .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysgYkns4a .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysgYkns4a .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysgYkns4a .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysgYkns4a .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysgYkns4a .title_block {
    text-align: center;
  }
  .cid-tysgYkns4a .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysgYkns4a .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysgYkns4a .btn {
    padding: 14px 26px;
  }
}
.cid-tysgYkns4a .mbr-text,
.cid-tysgYkns4a .mbr-section-btn {
  color: #ffffff;
}
.cid-sZ6KvPXqK1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZ6KvPXqK1 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sZ6KvPXqK1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sZ6KvPXqK1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sZ6KvPXqK1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sZ6KvPXqK1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sZ6KvPXqK1 .special-label {
  color: #fff;
}
.cid-sZ6KvPXqK1 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sZ6KvPXqK1 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sZ6KvPXqK1 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sZ6KvPXqK1 .menu-row {
  margin: 0;
}
.cid-sZ6KvPXqK1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-sZ6KvPXqK1 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sZ6KvPXqK1 .group-title,
.cid-sZ6KvPXqK1 .align-wrap {
  text-align: left;
}
.cid-sZ6KvPXqK1 .item-title {
  color: #000000;
}
.cid-sZ6KvPXqK1 .item-title DIV {
  text-align: left;
}
.cid-sZ6KvPXqK1 SPAN {
  color: #23488b;
}
.cid-sZ6KvPXqK1 .mbr-section-title,
.cid-sZ6KvPXqK1 .ornament {
  text-align: left;
}
.cid-tysh1lyAzd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysh1lyAzd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysh1lyAzd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysh1lyAzd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcH1bp6l7f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynYTHQzHH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynYTHQzHH .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynYTHQzHH .title_block {
  margin-bottom: 50px;
}
.cid-tynYTHQzHH .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynYTHQzHH .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynYTHQzHH .mbr-text {
  margin-bottom: 30px;
}
.cid-tynYTHQzHH .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynYTHQzHH .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynYTHQzHH .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynYTHQzHH .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynYTHQzHH .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynYTHQzHH .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynYTHQzHH .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynYTHQzHH .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynYTHQzHH .title_block {
    text-align: center;
  }
  .cid-tynYTHQzHH .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynYTHQzHH .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynYTHQzHH .btn {
    padding: 14px 26px;
  }
}
.cid-tynYTHQzHH .mbr-text,
.cid-tynYTHQzHH .mbr-section-btn {
  color: #ffffff;
}
.cid-thXGhuoyzV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-thXGhuoyzV .container {
  max-width: 1600px;
}
.cid-thXGhuoyzV .row {
  justify-content: center;
}
.cid-thXGhuoyzV .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-thXGhuoyzV .text-container {
    margin-bottom: 50px;
  }
}
.cid-thXGhuoyzV .mbr-section-title {
  color: #212132;
}
.cid-thXGhuoyzV .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-thXGhuoyzV .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-thXGhuoyzV .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-thXGhuoyzV .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-thXGhuoyzV .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-thXGhuoyzV .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-thXGhuoyzV .card:hover {
  transform: scale(0.96);
}
.cid-thXGhuoyzV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-thXGhuoyzV .card-wrapper {
    padding: 16px;
  }
}
.cid-thXGhuoyzV .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-thXGhuoyzV .card-box {
    margin-bottom: 20px;
  }
}
.cid-thXGhuoyzV .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-thXGhuoyzV .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-thXGhuoyzV .card-text {
    margin-top: 8px;
  }
}
.cid-thXGhuoyzV .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-thXGhuoyzV .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-thXGhuoyzV .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-thXGhuoyzV .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-thXGhuoyzV .card-img {
    height: auto;
  }
}
.cid-thXGhuoyzV .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-thXGhuoyzV .card-title,
.cid-thXGhuoyzV .mbr-section-btn {
  color: #050505;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHHRBStNo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txTmuHMPeh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txTmuHMPeh .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txTmuHMPeh .title_block {
  margin-bottom: 50px;
}
.cid-txTmuHMPeh .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txTmuHMPeh .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txTmuHMPeh .mbr-text {
  margin-bottom: 30px;
}
.cid-txTmuHMPeh .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txTmuHMPeh .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txTmuHMPeh .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txTmuHMPeh .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txTmuHMPeh .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txTmuHMPeh .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txTmuHMPeh .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txTmuHMPeh .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txTmuHMPeh .title_block {
    text-align: center;
  }
  .cid-txTmuHMPeh .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txTmuHMPeh .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txTmuHMPeh .btn {
    padding: 14px 26px;
  }
}
.cid-txTmuHMPeh .mbr-text,
.cid-txTmuHMPeh .mbr-section-btn {
  color: #ffffff;
}
.cid-txTn8l6lSI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txTn8l6lSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTn8l6lSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTn8l6lSI .al {
  text-align: justify;
}
.cid-txTn8l6lSI .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txTn8l6lSI .row {
  justify-content: flex-start;
}
.cid-txTn8l6lSI .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txTn8l6lSI .content-container {
    flex-wrap: wrap;
  }
}
.cid-txTn8l6lSI .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txTn8l6lSI .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txTn8l6lSI .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txTn8l6lSI .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txTn8l6lSI .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txTn8l6lSI .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txTn8l6lSI .label-text {
  color: #000000;
  margin: 0;
}
.cid-txTn8l6lSI .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txTn8l6lSI .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txTn8l6lSI .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txTn8l6lSI .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txTn8l6lSI .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txTn8l6lSI .mbr-section-title,
.cid-txTn8l6lSI .mbr-section-btn {
  text-align: left;
}
.cid-txTmH8EuKD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-txTmH8EuKD .container,
.cid-txTmH8EuKD .container-fluid {
  position: static;
}
.cid-txTmH8EuKD .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-txTmH8EuKD .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-txTmH8EuKD .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-txTmH8EuKD .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-txTmH8EuKD .al {
  text-align: justify;
}
.cid-txTmH8EuKD .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-txTmH8EuKD .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-txTmH8EuKD .mbr-text {
    margin-top: 38px;
  }
}
.cid-txTmH8EuKD .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-txTmH8EuKD .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-txTmH8EuKD .mbr-section-btn .btn:before {
  display: none;
}
.cid-txTmH8EuKD .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txTmH8EuKD .image-wrapper {
  max-height: 100%;
}
.cid-txTmH8EuKD .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-txTmH8EuKD .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-txTmH8EuKD .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txTmH8EuKD .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txTmH8EuKD .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-txTmH8EuKD .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-txTmH8EuKD .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-txTmH8EuKD .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-txTmH8EuKD .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-txTmH8EuKD .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-txTmH8EuKD .image-wrapper:before {
    display: none;
  }
}
.cid-txTmH8EuKD .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-txTmH8EuKD .col-text {
    margin-left: auto;
  }
}
.cid-txTmH8EuKD .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txTmH8EuKD .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-txTmH8EuKD .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-txTmH8EuKD .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-txTmH8EuKD .list-item {
  display: flex;
  align-items: center;
}
.cid-txTmH8EuKD .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-txTmH8EuKD .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-txTmH8EuKD .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-txTmH8EuKD .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-txTmH8EuKD .mbr-text,
.cid-txTmH8EuKD .mbr-section-btn {
  color: #000000;
}
.cid-txTotC7Q3X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txTotC7Q3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTotC7Q3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTotC7Q3X .row {
  justify-content: center;
}
.cid-txTotC7Q3X .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txTotC7Q3X .col-title {
    margin-bottom: 20px;
  }
}
.cid-txTotC7Q3X .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txTotC7Q3X .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txTotC7Q3X .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txTotC7Q3X .card-row {
  align-items: stretch;
}
.cid-txTotC7Q3X .card {
  padding: 10px;
}
.cid-txTotC7Q3X .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txTotC7Q3X .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txTotC7Q3X .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txTotC7Q3X .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txTotC7Q3X .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txTotC7Q3X .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txTotC7Q3X .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txTotC7Q3X .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txTotC7Q3X .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txTotC7Q3X .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txTotC7Q3X .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txTpKm3I11 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txTpKm3I11 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txTpKm3I11 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txTpKm3I11 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txTp3whchH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txTp3whchH .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTp3whchH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTp3whchH .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txTp3whchH .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txTp3whchH .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txTp3whchH .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txTp3whchH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txTp3whchH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txTp3whchH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txTp3whchH .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txTp3whchH .mbr-text,
.cid-txTp3whchH .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-txTp4zDDsN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-txTp4zDDsN .container {
  max-width: 1600px;
}
.cid-txTp4zDDsN .row {
  justify-content: center;
}
.cid-txTp4zDDsN .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-txTp4zDDsN .text-container {
    margin-bottom: 50px;
  }
}
.cid-txTp4zDDsN .mbr-section-title {
  color: #212132;
}
.cid-txTp4zDDsN .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-txTp4zDDsN .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-txTp4zDDsN .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-txTp4zDDsN .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-txTp4zDDsN .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-txTp4zDDsN .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-txTp4zDDsN .card:hover {
  transform: scale(0.96);
}
.cid-txTp4zDDsN .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-txTp4zDDsN .card-wrapper {
    padding: 16px;
  }
}
.cid-txTp4zDDsN .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-txTp4zDDsN .card-box {
    margin-bottom: 20px;
  }
}
.cid-txTp4zDDsN .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-txTp4zDDsN .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-txTp4zDDsN .card-text {
    margin-top: 8px;
  }
}
.cid-txTp4zDDsN .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-txTp4zDDsN .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-txTp4zDDsN .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-txTp4zDDsN .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-txTp4zDDsN .card-img {
    height: auto;
  }
}
.cid-txTp4zDDsN .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-txTp4zDDsN .card-title,
.cid-txTp4zDDsN .mbr-section-btn {
  color: #050505;
}
.cid-txTp599qUA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-txTp599qUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTp599qUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTp599qUA .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-txTp599qUA .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-txTp599qUA .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-txTp599qUA .label-text {
  color: #ffffff;
}
.cid-txTp599qUA .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-txTp599qUA .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-txTp599qUA .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-txTp599qUA .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-txTp599qUA .link-text a {
  display: flex;
  align-items: center;
}
.cid-txTp599qUA .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-txTp599qUA .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-t01Ef4McBb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txTwJRbRb5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txTwJRbRb5 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txTwJRbRb5 .title_block {
  margin-bottom: 50px;
}
.cid-txTwJRbRb5 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txTwJRbRb5 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txTwJRbRb5 .mbr-text {
  margin-bottom: 30px;
}
.cid-txTwJRbRb5 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txTwJRbRb5 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txTwJRbRb5 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txTwJRbRb5 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txTwJRbRb5 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txTwJRbRb5 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txTwJRbRb5 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txTwJRbRb5 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txTwJRbRb5 .title_block {
    text-align: center;
  }
  .cid-txTwJRbRb5 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txTwJRbRb5 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txTwJRbRb5 .btn {
    padding: 14px 26px;
  }
}
.cid-txTwJRbRb5 .mbr-text,
.cid-txTwJRbRb5 .mbr-section-btn {
  color: #ffffff;
}
.cid-txTvxdxEby {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txTvxdxEby .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTvxdxEby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTvxdxEby .al {
  text-align: justify;
}
.cid-txTvxdxEby .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txTvxdxEby .row {
  justify-content: flex-start;
}
.cid-txTvxdxEby .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txTvxdxEby .content-container {
    flex-wrap: wrap;
  }
}
.cid-txTvxdxEby .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txTvxdxEby .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txTvxdxEby .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txTvxdxEby .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txTvxdxEby .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txTvxdxEby .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txTvxdxEby .label-text {
  color: #000000;
  margin: 0;
}
.cid-txTvxdxEby .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txTvxdxEby .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txTvxdxEby .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txTvxdxEby .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txTvxdxEby .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txTvxdxEby .mbr-section-title,
.cid-txTvxdxEby .mbr-section-btn {
  text-align: left;
}
.cid-uh523vIl7D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh523vIl7D .mbr-text {
  color: #000000;
}
.cid-uh523vIl7D .list {
  color: #666666;
}
.cid-uh523vIl7D ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh523vIl7D li {
  padding-bottom: 0.5rem;
}
.cid-uh523vIl7D p {
  text-align: justify;
}
.cid-uh523vIl7D H3 {
  color: #1b9e13;
}
.cid-txTvKJQAYJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-txTvKJQAYJ .container,
.cid-txTvKJQAYJ .container-fluid {
  position: static;
}
.cid-txTvKJQAYJ .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-txTvKJQAYJ .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-txTvKJQAYJ .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-txTvKJQAYJ .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-txTvKJQAYJ .al {
  text-align: justify;
}
.cid-txTvKJQAYJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-txTvKJQAYJ .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-txTvKJQAYJ .mbr-text {
    margin-top: 38px;
  }
}
.cid-txTvKJQAYJ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-txTvKJQAYJ .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-txTvKJQAYJ .mbr-section-btn .btn:before {
  display: none;
}
.cid-txTvKJQAYJ .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txTvKJQAYJ .image-wrapper {
  max-height: 100%;
}
.cid-txTvKJQAYJ .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-txTvKJQAYJ .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-txTvKJQAYJ .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txTvKJQAYJ .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txTvKJQAYJ .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-txTvKJQAYJ .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-txTvKJQAYJ .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-txTvKJQAYJ .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-txTvKJQAYJ .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-txTvKJQAYJ .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-txTvKJQAYJ .image-wrapper:before {
    display: none;
  }
}
.cid-txTvKJQAYJ .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-txTvKJQAYJ .col-text {
    margin-left: auto;
  }
}
.cid-txTvKJQAYJ .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txTvKJQAYJ .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-txTvKJQAYJ .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-txTvKJQAYJ .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-txTvKJQAYJ .list-item {
  display: flex;
  align-items: center;
}
.cid-txTvKJQAYJ .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-txTvKJQAYJ .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-txTvKJQAYJ .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-txTvKJQAYJ .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-txTvKJQAYJ .mbr-text,
.cid-txTvKJQAYJ .mbr-section-btn {
  color: #000000;
}
.cid-txTwbRoxaL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txTwbRoxaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTwbRoxaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTwbRoxaL .row {
  justify-content: center;
}
.cid-txTwbRoxaL .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txTwbRoxaL .col-title {
    margin-bottom: 20px;
  }
}
.cid-txTwbRoxaL .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txTwbRoxaL .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txTwbRoxaL .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txTwbRoxaL .card-row {
  align-items: stretch;
}
.cid-txTwbRoxaL .card {
  padding: 10px;
}
.cid-txTwbRoxaL .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txTwbRoxaL .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txTwbRoxaL .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txTwbRoxaL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txTwbRoxaL .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txTwbRoxaL .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txTwbRoxaL .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txTwbRoxaL .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txTwbRoxaL .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txTwbRoxaL .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txTwbRoxaL .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txTxSAXgGm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txTxSAXgGm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txTxSAXgGm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txTxSAXgGm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txTweIyYqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txTweIyYqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-txTweIyYqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txTweIyYqX .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txTweIyYqX .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txTweIyYqX .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txTweIyYqX .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txTweIyYqX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txTweIyYqX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txTweIyYqX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txTweIyYqX .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txTweIyYqX .mbr-text,
.cid-txTweIyYqX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tzUKgI3Ikq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tzUKgI3Ikq .container {
  max-width: 1600px;
}
.cid-tzUKgI3Ikq .row {
  justify-content: center;
}
.cid-tzUKgI3Ikq .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tzUKgI3Ikq .text-container {
    margin-bottom: 50px;
  }
}
.cid-tzUKgI3Ikq .mbr-section-title {
  color: #212132;
}
.cid-tzUKgI3Ikq .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tzUKgI3Ikq .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-tzUKgI3Ikq .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-tzUKgI3Ikq .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-tzUKgI3Ikq .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-tzUKgI3Ikq .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-tzUKgI3Ikq .card:hover {
  transform: scale(0.96);
}
.cid-tzUKgI3Ikq .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-tzUKgI3Ikq .card-wrapper {
    padding: 16px;
  }
}
.cid-tzUKgI3Ikq .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tzUKgI3Ikq .card-box {
    margin-bottom: 20px;
  }
}
.cid-tzUKgI3Ikq .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-tzUKgI3Ikq .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tzUKgI3Ikq .card-text {
    margin-top: 8px;
  }
}
.cid-tzUKgI3Ikq .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tzUKgI3Ikq .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-tzUKgI3Ikq .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tzUKgI3Ikq .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-tzUKgI3Ikq .card-img {
    height: auto;
  }
}
.cid-tzUKgI3Ikq .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tzUKgI3Ikq .card-title,
.cid-tzUKgI3Ikq .mbr-section-btn {
  color: #050505;
}
.cid-tzUKhoOuMp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKhoOuMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKhoOuMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKhoOuMp .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKhoOuMp .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKhoOuMp .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKhoOuMp .label-text {
  color: #ffffff;
}
.cid-tzUKhoOuMp .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKhoOuMp .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKhoOuMp .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKhoOuMp .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKhoOuMp .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKhoOuMp .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKhoOuMp .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcWXaqgW3q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tIs6AXTOkK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tIs6AXTOkK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tIs6AXTOkK .title_block {
  margin-bottom: 50px;
}
.cid-tIs6AXTOkK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tIs6AXTOkK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tIs6AXTOkK .mbr-text {
  margin-bottom: 30px;
}
.cid-tIs6AXTOkK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tIs6AXTOkK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tIs6AXTOkK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tIs6AXTOkK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tIs6AXTOkK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tIs6AXTOkK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tIs6AXTOkK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tIs6AXTOkK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tIs6AXTOkK .title_block {
    text-align: center;
  }
  .cid-tIs6AXTOkK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tIs6AXTOkK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tIs6AXTOkK .btn {
    padding: 14px 26px;
  }
}
.cid-tIs6AXTOkK .mbr-text,
.cid-tIs6AXTOkK .mbr-section-btn {
  color: #ffffff;
}
.cid-ty4NqjdZUs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty4NqjdZUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty4NqjdZUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty4NqjdZUs .al {
  text-align: justify;
}
.cid-ty4NqjdZUs .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty4NqjdZUs .row {
  justify-content: flex-start;
}
.cid-ty4NqjdZUs .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty4NqjdZUs .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty4NqjdZUs .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty4NqjdZUs .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty4NqjdZUs .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty4NqjdZUs .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty4NqjdZUs .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty4NqjdZUs .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty4NqjdZUs .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty4NqjdZUs .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty4NqjdZUs .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty4NqjdZUs .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty4NqjdZUs .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty4NqjdZUs .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty4NqjdZUs .mbr-section-title,
.cid-ty4NqjdZUs .mbr-section-btn {
  text-align: left;
}
.cid-ty5XLM3wYZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty5XLM3wYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty5XLM3wYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty5XLM3wYZ .row {
  justify-content: center;
}
.cid-ty5XLM3wYZ .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty5XLM3wYZ .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty5XLM3wYZ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty5XLM3wYZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty5XLM3wYZ .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty5XLM3wYZ .card-row {
  align-items: stretch;
}
.cid-ty5XLM3wYZ .card {
  padding: 10px;
}
.cid-ty5XLM3wYZ .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty5XLM3wYZ .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty5XLM3wYZ .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty5XLM3wYZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty5XLM3wYZ .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty5XLM3wYZ .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty5XLM3wYZ .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty5XLM3wYZ .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty5XLM3wYZ .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty5XLM3wYZ .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty5XLM3wYZ .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty5XwXwJkm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty5XwXwJkm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty5XwXwJkm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty5XwXwJkm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty5Xz8wcYz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty5Xz8wcYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty5Xz8wcYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty5Xz8wcYz .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty5Xz8wcYz .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty5Xz8wcYz .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty5Xz8wcYz .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty5Xz8wcYz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty5Xz8wcYz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty5Xz8wcYz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty5Xz8wcYz .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty5Xz8wcYz .mbr-text,
.cid-ty5Xz8wcYz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K6BVZ9dt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K6BVZ9dt .container {
  max-width: 1600px;
}
.cid-u2K6BVZ9dt .row {
  justify-content: center;
}
.cid-u2K6BVZ9dt .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K6BVZ9dt .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K6BVZ9dt .mbr-section-title {
  color: #212132;
}
.cid-u2K6BVZ9dt .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K6BVZ9dt .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K6BVZ9dt .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K6BVZ9dt .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K6BVZ9dt .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K6BVZ9dt .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K6BVZ9dt .card:hover {
  transform: scale(0.96);
}
.cid-u2K6BVZ9dt .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K6BVZ9dt .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K6BVZ9dt .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K6BVZ9dt .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K6BVZ9dt .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K6BVZ9dt .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K6BVZ9dt .card-text {
    margin-top: 8px;
  }
}
.cid-u2K6BVZ9dt .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K6BVZ9dt .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K6BVZ9dt .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K6BVZ9dt .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K6BVZ9dt .card-img {
    height: auto;
  }
}
.cid-u2K6BVZ9dt .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K6BVZ9dt .card-title,
.cid-u2K6BVZ9dt .mbr-section-btn {
  color: #050505;
}
.cid-tzULhApLKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULhApLKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULhApLKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULhApLKj .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULhApLKj .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULhApLKj .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULhApLKj .label-text {
  color: #ffffff;
}
.cid-tzULhApLKj .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULhApLKj .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULhApLKj .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULhApLKj .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULhApLKj .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULhApLKj .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULhApLKj .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdklKny75i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytm6AvWt8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytm6AvWt8 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytm6AvWt8 .title_block {
  margin-bottom: 50px;
}
.cid-tytm6AvWt8 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytm6AvWt8 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytm6AvWt8 .mbr-text {
  margin-bottom: 30px;
}
.cid-tytm6AvWt8 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytm6AvWt8 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytm6AvWt8 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytm6AvWt8 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytm6AvWt8 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytm6AvWt8 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytm6AvWt8 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytm6AvWt8 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytm6AvWt8 .title_block {
    text-align: center;
  }
  .cid-tytm6AvWt8 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytm6AvWt8 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytm6AvWt8 .btn {
    padding: 14px 26px;
  }
}
.cid-tytm6AvWt8 .mbr-text,
.cid-tytm6AvWt8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tytmlbPy83 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytmlbPy83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytmlbPy83 th,
.cid-tytmlbPy83 td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytmlbPy83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytmlbPy83 .al {
  text-align: justify;
}
.cid-tytmlbPy83 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytmlbPy83 .row {
  justify-content: flex-start;
}
.cid-tytmlbPy83 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytmlbPy83 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytmlbPy83 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytmlbPy83 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytmlbPy83 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytmlbPy83 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytmlbPy83 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytmlbPy83 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytmlbPy83 .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytmlbPy83 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytmlbPy83 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytmlbPy83 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytmlbPy83 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytmlbPy83 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytmlbPy83 .mbr-section-title,
.cid-tytmlbPy83 .mbr-section-btn {
  text-align: left;
}
.cid-tytmvdo3UD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytmvdo3UD .container,
.cid-tytmvdo3UD .container-fluid {
  position: static;
}
.cid-tytmvdo3UD .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytmvdo3UD .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytmvdo3UD .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytmvdo3UD .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytmvdo3UD .al {
  text-align: justify;
}
.cid-tytmvdo3UD .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytmvdo3UD .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytmvdo3UD .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytmvdo3UD .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytmvdo3UD .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytmvdo3UD .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytmvdo3UD .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytmvdo3UD .image-wrapper {
  max-height: 100%;
}
.cid-tytmvdo3UD .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytmvdo3UD .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytmvdo3UD .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytmvdo3UD .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytmvdo3UD .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytmvdo3UD .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytmvdo3UD .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytmvdo3UD .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytmvdo3UD .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytmvdo3UD .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytmvdo3UD .image-wrapper:before {
    display: none;
  }
}
.cid-tytmvdo3UD .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytmvdo3UD .col-text {
    margin-left: auto;
  }
}
.cid-tytmvdo3UD .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytmvdo3UD .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytmvdo3UD .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytmvdo3UD .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytmvdo3UD .list-item {
  display: flex;
  align-items: center;
}
.cid-tytmvdo3UD .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytmvdo3UD .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytmvdo3UD .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytmvdo3UD .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tytmvdo3UD .mbr-text,
.cid-tytmvdo3UD .mbr-section-btn {
  color: #000000;
}
.cid-tytn90zNyZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytn90zNyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytn90zNyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytn90zNyZ .row {
  justify-content: center;
}
.cid-tytn90zNyZ .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytn90zNyZ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytn90zNyZ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytn90zNyZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytn90zNyZ .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytn90zNyZ .card-row {
  align-items: stretch;
}
.cid-tytn90zNyZ .card {
  padding: 10px;
}
.cid-tytn90zNyZ .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytn90zNyZ .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytn90zNyZ .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytn90zNyZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytn90zNyZ .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytn90zNyZ .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytn90zNyZ .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytn90zNyZ .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytn90zNyZ .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytn90zNyZ .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytn90zNyZ .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelD6xS7zy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelD6xS7zy .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelD6xS7zy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelD6xS7zy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytniBb4aC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytniBb4aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytniBb4aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytniBb4aC .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytniBb4aC .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytniBb4aC .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytniBb4aC .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytniBb4aC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytniBb4aC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytniBb4aC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytniBb4aC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytniBb4aC .mbr-text,
.cid-tytniBb4aC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K7IbMBdA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K7IbMBdA .container {
  max-width: 1600px;
}
.cid-u2K7IbMBdA .row {
  justify-content: center;
}
.cid-u2K7IbMBdA .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K7IbMBdA .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K7IbMBdA .mbr-section-title {
  color: #212132;
}
.cid-u2K7IbMBdA .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K7IbMBdA .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K7IbMBdA .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K7IbMBdA .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K7IbMBdA .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K7IbMBdA .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K7IbMBdA .card:hover {
  transform: scale(0.96);
}
.cid-u2K7IbMBdA .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K7IbMBdA .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K7IbMBdA .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K7IbMBdA .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K7IbMBdA .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K7IbMBdA .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K7IbMBdA .card-text {
    margin-top: 8px;
  }
}
.cid-u2K7IbMBdA .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K7IbMBdA .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K7IbMBdA .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K7IbMBdA .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K7IbMBdA .card-img {
    height: auto;
  }
}
.cid-u2K7IbMBdA .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K7IbMBdA .card-title,
.cid-u2K7IbMBdA .mbr-section-btn {
  color: #050505;
}
.cid-tzUM5YAQ7d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUM5YAQ7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUM5YAQ7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUM5YAQ7d .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUM5YAQ7d .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUM5YAQ7d .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUM5YAQ7d .label-text {
  color: #ffffff;
}
.cid-tzUM5YAQ7d .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUM5YAQ7d .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUM5YAQ7d .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUM5YAQ7d .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUM5YAQ7d .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUM5YAQ7d .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUM5YAQ7d .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdqTNDh6lH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzXVinjG2g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzXVinjG2g .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzXVinjG2g .title_block {
  margin-bottom: 50px;
}
.cid-tzXVinjG2g .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzXVinjG2g .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzXVinjG2g .mbr-text {
  margin-bottom: 30px;
}
.cid-tzXVinjG2g .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzXVinjG2g .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzXVinjG2g .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzXVinjG2g .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzXVinjG2g .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzXVinjG2g .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzXVinjG2g .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzXVinjG2g .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzXVinjG2g .title_block {
    text-align: center;
  }
  .cid-tzXVinjG2g .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzXVinjG2g .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzXVinjG2g .btn {
    padding: 14px 26px;
  }
}
.cid-tzXVinjG2g .mbr-text,
.cid-tzXVinjG2g .mbr-section-btn {
  color: #ffffff;
}
.cid-tdqW9dcsty {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tdqW9dcsty .container,
.cid-tdqW9dcsty .container-fluid {
  position: static;
}
.cid-tdqW9dcsty .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tdqW9dcsty .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tdqW9dcsty .mbr-section-title {
  color: #000000;
  margin-bottom: 25px;
}
.cid-tdqW9dcsty .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tdqW9dcsty .al {
  text-align: justify;
}
.cid-tdqW9dcsty .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tdqW9dcsty .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tdqW9dcsty .mbr-text {
    margin-top: 38px;
  }
}
.cid-tdqW9dcsty .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tdqW9dcsty .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tdqW9dcsty .mbr-section-btn .btn:before {
  display: none;
}
.cid-tdqW9dcsty .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tdqW9dcsty .image-wrapper {
  max-height: 100%;
}
.cid-tdqW9dcsty .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tdqW9dcsty .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tdqW9dcsty .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tdqW9dcsty .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tdqW9dcsty .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tdqW9dcsty .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tdqW9dcsty .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tdqW9dcsty .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tdqW9dcsty .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tdqW9dcsty .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tdqW9dcsty .image-wrapper:before {
    display: none;
  }
}
.cid-tdqW9dcsty .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tdqW9dcsty .col-text {
    margin-left: auto;
  }
}
.cid-tdqW9dcsty .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tdqW9dcsty .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tdqW9dcsty .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tdqW9dcsty .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tdqW9dcsty .list-item {
  display: flex;
  align-items: center;
}
.cid-tdqW9dcsty .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tdqW9dcsty .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tdqW9dcsty .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tdqW9dcsty .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tdqW9dcsty .mbr-text,
.cid-tdqW9dcsty .mbr-section-btn {
  color: #000000;
}
.cid-sYxcPHmqMV {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sYxcPHmqMV .google-map {
  height: 30rem;
  position: relative;
}
.cid-sYxcPHmqMV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYxcPHmqMV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYxcPHmqMV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYxcPHmqMV .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdn8fZuzNS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMxtVGpF1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMxtVGpF1 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMxtVGpF1 .title_block {
  margin-bottom: 50px;
}
.cid-tzMxtVGpF1 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMxtVGpF1 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMxtVGpF1 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMxtVGpF1 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMxtVGpF1 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMxtVGpF1 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMxtVGpF1 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMxtVGpF1 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMxtVGpF1 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMxtVGpF1 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMxtVGpF1 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMxtVGpF1 .title_block {
    text-align: center;
  }
  .cid-tzMxtVGpF1 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMxtVGpF1 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMxtVGpF1 .btn {
    padding: 14px 26px;
  }
}
.cid-tzMxtVGpF1 .mbr-text,
.cid-tzMxtVGpF1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sVqWYQG8oM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVqWYQG8oM input,
.cid-sVqWYQG8oM textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sVqWYQG8oM input:focus,
.cid-sVqWYQG8oM textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sVqWYQG8oM .form-control,
.cid-sVqWYQG8oM .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sVqWYQG8oM input::-webkit-input-placeholder,
.cid-sVqWYQG8oM textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sVqWYQG8oM input:-moz-placeholder,
.cid-sVqWYQG8oM textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sVqWYQG8oM .jq-selectbox li,
.cid-sVqWYQG8oM .jq-selectbox li {
  background-color: #ffffff;
}
.cid-sVqWYQG8oM .jq-selectbox li:hover,
.cid-sVqWYQG8oM .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-sVqWYQG8oM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sVqWYQG8oM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sVqWYQG8oM .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-sVqWYQG8oM .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-sVqWYQG8oM .team-left-inner .alk {
  text-align: center;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-sVqWYQG8oM .entry-content .text-box {
  padding: 0rem;
}
.cid-sVqWYQG8oM .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-sVqWYQG8oM .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-sVqWYQG8oM .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-sVqWYQG8oM .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-sVqWYQG8oM .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-sVqWYQG8oM .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-sVqWYQG8oM .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sVqWYQG8oM .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-sVqWYQG8oM .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-sVqWYQG8oM .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-sVqWYQG8oM .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sVqWYQG8oM .entry-content .contact {
  margin-top: 30px;
}
.cid-sVqWYQG8oM .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-sVqWYQG8oM .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-sVqWYQG8oM .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-sVqWYQG8oM .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-sVqWYQG8oM .entry-content .contact .btn-black:hover {
  background-color: #1b9e13 !important;
  border-color: #1b9e13 !important;
}
.cid-sVqWYQG8oM .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-sVqWYQG8oM .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sVqWYQG8oM .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-sVqWYQG8oM .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-sVqWYQG8oM .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-sVqWYQG8oM .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sVqWYQG8oM .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #4f87fb;
}
.cid-sVqWYQG8oM .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-sVqWYQG8oM .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-sVqWYQG8oM .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-sVqWYQG8oM progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sVqWYQG8oM .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sVqWYQG8oM .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sVqWYQG8oM .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sVqWYQG8oM .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-sVqWYQG8oM .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sVqWYQG8oM .progressbar-title p {
  color: #6d7a8c;
}
.cid-sVqWYQG8oM .entry-content .text-box .doc-descr {
  color: #000000;
}
.cid-sVqWYQG8oM .team-left-inner .team-info-block .short-description p {
  color: #000000;
}
.cid-sVqVF9PCZW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sVqVF9PCZW a:hover {
  color: #1b9e13;
}
.cid-sVqVF9PCZW .card {
  padding: 1rem 2rem;
}
.cid-sVqVF9PCZW .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-sVqVF9PCZW .card-title {
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 0;
}
.cid-sVqVF9PCZW .mbr-iconfont {
  font-size: 20px;
  color: #232323;
}
.cid-sVqVF9PCZW .card-box p {
  margin-bottom: 0;
}
.cid-sVqVF9PCZW .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-sVqVF9PCZW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sVqVF9PCZW H3 {
  color: #e43f3f;
  text-align: center;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcKX8IasR6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyuexDxqn3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyuexDxqn3 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyuexDxqn3 .title_block {
  margin-bottom: 50px;
}
.cid-tyuexDxqn3 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyuexDxqn3 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyuexDxqn3 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyuexDxqn3 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyuexDxqn3 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyuexDxqn3 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyuexDxqn3 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyuexDxqn3 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyuexDxqn3 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyuexDxqn3 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyuexDxqn3 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyuexDxqn3 .title_block {
    text-align: center;
  }
  .cid-tyuexDxqn3 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyuexDxqn3 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyuexDxqn3 .btn {
    padding: 14px 26px;
  }
}
.cid-tyuexDxqn3 .mbr-text,
.cid-tyuexDxqn3 .mbr-section-btn {
  color: #ffffff;
}
.cid-thQQOsldAj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-thQQOsldAj .container {
  max-width: 1600px;
}
.cid-thQQOsldAj .row {
  justify-content: center;
}
.cid-thQQOsldAj .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-thQQOsldAj .text-container {
    margin-bottom: 50px;
  }
}
.cid-thQQOsldAj .mbr-section-title {
  color: #212132;
}
.cid-thQQOsldAj .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-thQQOsldAj .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-thQQOsldAj .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-thQQOsldAj .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-thQQOsldAj .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-thQQOsldAj .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-thQQOsldAj .card:hover {
  transform: scale(0.96);
}
.cid-thQQOsldAj .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-thQQOsldAj .card-wrapper {
    padding: 16px;
  }
}
.cid-thQQOsldAj .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-thQQOsldAj .card-box {
    margin-bottom: 20px;
  }
}
.cid-thQQOsldAj .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-thQQOsldAj .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-thQQOsldAj .card-text {
    margin-top: 8px;
  }
}
.cid-thQQOsldAj .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-thQQOsldAj .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-thQQOsldAj .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-thQQOsldAj .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-thQQOsldAj .card-img {
    height: auto;
  }
}
.cid-thQQOsldAj .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-thQQOsldAj .card-title,
.cid-thQQOsldAj .mbr-section-btn {
  color: #ea3415;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkkjPyqYZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysFDfOdca {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysFDfOdca .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysFDfOdca .title_block {
  margin-bottom: 50px;
}
.cid-tysFDfOdca .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysFDfOdca .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysFDfOdca .mbr-text {
  margin-bottom: 30px;
}
.cid-tysFDfOdca .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysFDfOdca .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysFDfOdca .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysFDfOdca .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysFDfOdca .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysFDfOdca .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysFDfOdca .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysFDfOdca .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysFDfOdca .title_block {
    text-align: center;
  }
  .cid-tysFDfOdca .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysFDfOdca .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysFDfOdca .btn {
    padding: 14px 26px;
  }
}
.cid-tysFDfOdca .mbr-text,
.cid-tysFDfOdca .mbr-section-btn {
  color: #ffffff;
}
.cid-tysG2PtHZq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tysG2PtHZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tysG2PtHZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tysG2PtHZq .al {
  text-align: justify;
}
.cid-tysG2PtHZq th,
.cid-tysG2PtHZq td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tysG2PtHZq .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tysG2PtHZq .row {
  justify-content: flex-start;
}
.cid-tysG2PtHZq .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tysG2PtHZq .content-container {
    flex-wrap: wrap;
  }
}
.cid-tysG2PtHZq .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tysG2PtHZq .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tysG2PtHZq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tysG2PtHZq .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tysG2PtHZq .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tysG2PtHZq .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tysG2PtHZq .label-text {
  color: #000000;
  margin: 0;
}
.cid-tysG2PtHZq .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tysG2PtHZq .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tysG2PtHZq .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tysG2PtHZq .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tysG2PtHZq .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tysG2PtHZq .mbr-section-title,
.cid-tysG2PtHZq .mbr-section-btn {
  text-align: left;
}
.cid-tysGBwparg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tysGBwparg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tysGBwparg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tysGBwparg .row {
  justify-content: center;
}
.cid-tysGBwparg .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tysGBwparg .col-title {
    margin-bottom: 20px;
  }
}
.cid-tysGBwparg .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tysGBwparg .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tysGBwparg .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tysGBwparg .card-row {
  align-items: stretch;
}
.cid-tysGBwparg .card {
  padding: 10px;
}
.cid-tysGBwparg .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tysGBwparg .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tysGBwparg .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tysGBwparg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tysGBwparg .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tysGBwparg .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tysGBwparg .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tysGBwparg .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tysGBwparg .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tysGBwparg .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tysGBwparg .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tysGSzO3Dl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysGSzO3Dl .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysGSzO3Dl .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysGSzO3Dl .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tysGQgNNnj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tysGQgNNnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tysGQgNNnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tysGQgNNnj .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tysGQgNNnj .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tysGQgNNnj .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tysGQgNNnj .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tysGQgNNnj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tysGQgNNnj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tysGQgNNnj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tysGQgNNnj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tysGQgNNnj .mbr-text,
.cid-tysGQgNNnj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K7pwtf8P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K7pwtf8P .container {
  max-width: 1600px;
}
.cid-u2K7pwtf8P .row {
  justify-content: center;
}
.cid-u2K7pwtf8P .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K7pwtf8P .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K7pwtf8P .mbr-section-title {
  color: #212132;
}
.cid-u2K7pwtf8P .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K7pwtf8P .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K7pwtf8P .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K7pwtf8P .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K7pwtf8P .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K7pwtf8P .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K7pwtf8P .card:hover {
  transform: scale(0.96);
}
.cid-u2K7pwtf8P .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K7pwtf8P .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K7pwtf8P .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K7pwtf8P .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K7pwtf8P .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K7pwtf8P .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K7pwtf8P .card-text {
    margin-top: 8px;
  }
}
.cid-u2K7pwtf8P .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K7pwtf8P .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K7pwtf8P .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K7pwtf8P .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K7pwtf8P .card-img {
    height: auto;
  }
}
.cid-u2K7pwtf8P .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K7pwtf8P .card-title,
.cid-u2K7pwtf8P .mbr-section-btn {
  color: #050505;
}
.cid-tzULUjzNrL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULUjzNrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULUjzNrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULUjzNrL .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULUjzNrL .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULUjzNrL .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULUjzNrL .label-text {
  color: #ffffff;
}
.cid-tzULUjzNrL .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULUjzNrL .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULUjzNrL .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULUjzNrL .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULUjzNrL .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULUjzNrL .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULUjzNrL .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkkVbAFZ5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytlaM72eK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytlaM72eK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytlaM72eK .title_block {
  margin-bottom: 50px;
}
.cid-tytlaM72eK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytlaM72eK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytlaM72eK .mbr-text {
  margin-bottom: 30px;
}
.cid-tytlaM72eK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytlaM72eK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytlaM72eK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytlaM72eK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytlaM72eK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytlaM72eK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytlaM72eK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytlaM72eK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytlaM72eK .title_block {
    text-align: center;
  }
  .cid-tytlaM72eK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytlaM72eK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytlaM72eK .btn {
    padding: 14px 26px;
  }
}
.cid-tytlaM72eK .mbr-text,
.cid-tytlaM72eK .mbr-section-btn {
  color: #ffffff;
}
.cid-tytldSENMz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytldSENMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytldSENMz th,
.cid-tytldSENMz td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytldSENMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytldSENMz .al {
  text-align: justify;
}
.cid-tytldSENMz .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytldSENMz .row {
  justify-content: flex-start;
}
.cid-tytldSENMz .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytldSENMz .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytldSENMz .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytldSENMz .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytldSENMz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytldSENMz .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytldSENMz .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytldSENMz .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytldSENMz .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytldSENMz .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytldSENMz .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytldSENMz .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytldSENMz .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytldSENMz .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytldSENMz .mbr-section-title,
.cid-tytldSENMz .mbr-section-btn {
  text-align: left;
}
.cid-tytlr1yIlz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytlr1yIlz .container,
.cid-tytlr1yIlz .container-fluid {
  position: static;
}
.cid-tytlr1yIlz .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytlr1yIlz .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytlr1yIlz .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytlr1yIlz .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytlr1yIlz .al {
  text-align: justify;
}
.cid-tytlr1yIlz .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytlr1yIlz .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytlr1yIlz .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytlr1yIlz .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytlr1yIlz .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytlr1yIlz .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytlr1yIlz .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytlr1yIlz .image-wrapper {
  max-height: 100%;
}
.cid-tytlr1yIlz .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytlr1yIlz .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytlr1yIlz .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytlr1yIlz .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytlr1yIlz .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytlr1yIlz .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytlr1yIlz .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytlr1yIlz .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytlr1yIlz .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytlr1yIlz .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytlr1yIlz .image-wrapper:before {
    display: none;
  }
}
.cid-tytlr1yIlz .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytlr1yIlz .col-text {
    margin-left: auto;
  }
}
.cid-tytlr1yIlz .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytlr1yIlz .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytlr1yIlz .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytlr1yIlz .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytlr1yIlz .list-item {
  display: flex;
  align-items: center;
}
.cid-tytlr1yIlz .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytlr1yIlz .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytlr1yIlz .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytlr1yIlz .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tytlr1yIlz .mbr-text,
.cid-tytlr1yIlz .mbr-section-btn {
  color: #000000;
}
.cid-tytlJEqFCt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytlJEqFCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytlJEqFCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytlJEqFCt .row {
  justify-content: center;
}
.cid-tytlJEqFCt .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytlJEqFCt .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytlJEqFCt .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytlJEqFCt .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytlJEqFCt .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytlJEqFCt .card-row {
  align-items: stretch;
}
.cid-tytlJEqFCt .card {
  padding: 10px;
}
.cid-tytlJEqFCt .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytlJEqFCt .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytlJEqFCt .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytlJEqFCt .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytlJEqFCt .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytlJEqFCt .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytlJEqFCt .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytlJEqFCt .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytlJEqFCt .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytlJEqFCt .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytlJEqFCt .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelD2mNoxc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelD2mNoxc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelD2mNoxc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelD2mNoxc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytlTBQwS6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytlTBQwS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytlTBQwS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytlTBQwS6 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytlTBQwS6 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytlTBQwS6 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytlTBQwS6 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytlTBQwS6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytlTBQwS6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytlTBQwS6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytlTBQwS6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytlTBQwS6 .mbr-text,
.cid-tytlTBQwS6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K7yHL184 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K7yHL184 .container {
  max-width: 1600px;
}
.cid-u2K7yHL184 .row {
  justify-content: center;
}
.cid-u2K7yHL184 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K7yHL184 .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K7yHL184 .mbr-section-title {
  color: #212132;
}
.cid-u2K7yHL184 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K7yHL184 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K7yHL184 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K7yHL184 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K7yHL184 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K7yHL184 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K7yHL184 .card:hover {
  transform: scale(0.96);
}
.cid-u2K7yHL184 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K7yHL184 .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K7yHL184 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K7yHL184 .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K7yHL184 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K7yHL184 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K7yHL184 .card-text {
    margin-top: 8px;
  }
}
.cid-u2K7yHL184 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K7yHL184 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K7yHL184 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K7yHL184 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K7yHL184 .card-img {
    height: auto;
  }
}
.cid-u2K7yHL184 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K7yHL184 .card-title,
.cid-u2K7yHL184 .mbr-section-btn {
  color: #050505;
}
.cid-tzULYKLT9i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULYKLT9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULYKLT9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULYKLT9i .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULYKLT9i .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULYKLT9i .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULYKLT9i .label-text {
  color: #ffffff;
}
.cid-tzULYKLT9i .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULYKLT9i .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULYKLT9i .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULYKLT9i .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULYKLT9i .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULYKLT9i .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULYKLT9i .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkzL36sFp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytDfXKLJq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytDfXKLJq .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytDfXKLJq .title_block {
  margin-bottom: 50px;
}
.cid-tytDfXKLJq .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytDfXKLJq .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytDfXKLJq .mbr-text {
  margin-bottom: 30px;
}
.cid-tytDfXKLJq .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytDfXKLJq .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytDfXKLJq .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytDfXKLJq .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytDfXKLJq .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytDfXKLJq .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytDfXKLJq .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytDfXKLJq .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytDfXKLJq .title_block {
    text-align: center;
  }
  .cid-tytDfXKLJq .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytDfXKLJq .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytDfXKLJq .btn {
    padding: 14px 26px;
  }
}
.cid-tytDfXKLJq .mbr-text,
.cid-tytDfXKLJq .mbr-section-btn {
  color: #ffffff;
}
.cid-tytDhejxoR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytDhejxoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytDhejxoR th,
.cid-tytDhejxoR td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytDhejxoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytDhejxoR .al {
  text-align: justify;
}
.cid-tytDhejxoR .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytDhejxoR .row {
  justify-content: flex-start;
}
.cid-tytDhejxoR .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytDhejxoR .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytDhejxoR .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytDhejxoR .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytDhejxoR .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytDhejxoR .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytDhejxoR .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytDhejxoR .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytDhejxoR .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytDhejxoR .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytDhejxoR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytDhejxoR .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytDhejxoR .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytDhejxoR .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytDhejxoR .mbr-section-title,
.cid-tytDhejxoR .mbr-section-btn {
  text-align: left;
}
.cid-tytDRV4IWS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytDRV4IWS .container,
.cid-tytDRV4IWS .container-fluid {
  position: static;
}
.cid-tytDRV4IWS .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytDRV4IWS .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytDRV4IWS .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytDRV4IWS .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytDRV4IWS .al {
  text-align: justify;
}
.cid-tytDRV4IWS .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytDRV4IWS .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytDRV4IWS .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytDRV4IWS .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytDRV4IWS .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytDRV4IWS .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytDRV4IWS .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytDRV4IWS .image-wrapper {
  max-height: 100%;
}
.cid-tytDRV4IWS .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytDRV4IWS .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytDRV4IWS .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytDRV4IWS .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytDRV4IWS .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytDRV4IWS .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytDRV4IWS .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytDRV4IWS .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytDRV4IWS .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytDRV4IWS .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytDRV4IWS .image-wrapper:before {
    display: none;
  }
}
.cid-tytDRV4IWS .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytDRV4IWS .col-text {
    margin-left: auto;
  }
}
.cid-tytDRV4IWS .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytDRV4IWS .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytDRV4IWS .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytDRV4IWS .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytDRV4IWS .list-item {
  display: flex;
  align-items: center;
}
.cid-tytDRV4IWS .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytDRV4IWS .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytDRV4IWS .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytDRV4IWS .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tytDRV4IWS .mbr-text,
.cid-tytDRV4IWS .mbr-section-btn {
  color: #000000;
}
.cid-tytEiWYER7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytEiWYER7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytEiWYER7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytEiWYER7 .row {
  justify-content: center;
}
.cid-tytEiWYER7 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytEiWYER7 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytEiWYER7 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytEiWYER7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytEiWYER7 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytEiWYER7 .card-row {
  align-items: stretch;
}
.cid-tytEiWYER7 .card {
  padding: 10px;
}
.cid-tytEiWYER7 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytEiWYER7 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytEiWYER7 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytEiWYER7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytEiWYER7 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytEiWYER7 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytEiWYER7 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytEiWYER7 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytEiWYER7 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytEiWYER7 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytEiWYER7 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDpjxQTd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDpjxQTd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDpjxQTd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDpjxQTd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytEiiHm9q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytEiiHm9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytEiiHm9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytEiiHm9q .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytEiiHm9q .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytEiiHm9q .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytEiiHm9q .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytEiiHm9q .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytEiiHm9q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytEiiHm9q .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytEiiHm9q .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytEiiHm9q .mbr-text,
.cid-tytEiiHm9q .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K919JU6w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K919JU6w .container {
  max-width: 1600px;
}
.cid-u2K919JU6w .row {
  justify-content: center;
}
.cid-u2K919JU6w .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K919JU6w .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K919JU6w .mbr-section-title {
  color: #212132;
}
.cid-u2K919JU6w .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K919JU6w .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K919JU6w .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K919JU6w .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K919JU6w .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K919JU6w .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K919JU6w .card:hover {
  transform: scale(0.96);
}
.cid-u2K919JU6w .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K919JU6w .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K919JU6w .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K919JU6w .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K919JU6w .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K919JU6w .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K919JU6w .card-text {
    margin-top: 8px;
  }
}
.cid-u2K919JU6w .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K919JU6w .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K919JU6w .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K919JU6w .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K919JU6w .card-img {
    height: auto;
  }
}
.cid-u2K919JU6w .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K919JU6w .card-title,
.cid-u2K919JU6w .mbr-section-btn {
  color: #050505;
}
.cid-tzUMNzvFMv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUMNzvFMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUMNzvFMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUMNzvFMv .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUMNzvFMv .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUMNzvFMv .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUMNzvFMv .label-text {
  color: #ffffff;
}
.cid-tzUMNzvFMv .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUMNzvFMv .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMNzvFMv .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUMNzvFMv .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMNzvFMv .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUMNzvFMv .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUMNzvFMv .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdlRVpc1ny {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyubvdyFId {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyubvdyFId .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyubvdyFId .title_block {
  margin-bottom: 50px;
}
.cid-tyubvdyFId .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyubvdyFId .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyubvdyFId .mbr-text {
  margin-bottom: 30px;
}
.cid-tyubvdyFId .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyubvdyFId .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyubvdyFId .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyubvdyFId .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyubvdyFId .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyubvdyFId .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyubvdyFId .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyubvdyFId .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyubvdyFId .title_block {
    text-align: center;
  }
  .cid-tyubvdyFId .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyubvdyFId .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyubvdyFId .btn {
    padding: 14px 26px;
  }
}
.cid-tyubvdyFId .mbr-text,
.cid-tyubvdyFId .mbr-section-btn {
  color: #ffffff;
}
.cid-uh59KYRisT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-uh59KYRisT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh59KYRisT th,
.cid-uh59KYRisT td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-uh59KYRisT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh59KYRisT .al {
  text-align: justify;
}
.cid-uh59KYRisT .responsive {
  max-width: 100%;
  height: auto;
}
.cid-uh59KYRisT .row {
  justify-content: flex-start;
}
.cid-uh59KYRisT .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uh59KYRisT .content-container {
    flex-wrap: wrap;
  }
}
.cid-uh59KYRisT .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uh59KYRisT .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uh59KYRisT .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uh59KYRisT .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-uh59KYRisT .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uh59KYRisT .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-uh59KYRisT .label-text {
  color: #000000;
  margin: 0;
}
.cid-uh59KYRisT .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uh59KYRisT .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uh59KYRisT .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uh59KYRisT .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uh59KYRisT .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uh59KYRisT .mbr-section-title,
.cid-uh59KYRisT .mbr-section-btn {
  text-align: left;
}
.cid-uh59MdNZcu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh59MdNZcu .mbr-text {
  color: #000000;
}
.cid-uh59MdNZcu .list {
  color: #666666;
}
.cid-uh59MdNZcu ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh59MdNZcu li {
  padding-bottom: 0.5rem;
}
.cid-uh59MdNZcu p {
  text-align: justify;
}
.cid-uh59MdNZcu H3 {
  color: #1b9e13;
}
.cid-uh59NTvwQ0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uh59NTvwQ0 .container,
.cid-uh59NTvwQ0 .container-fluid {
  position: static;
}
.cid-uh59NTvwQ0 .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-uh59NTvwQ0 .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-uh59NTvwQ0 .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-uh59NTvwQ0 .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uh59NTvwQ0 .al {
  text-align: justify;
}
.cid-uh59NTvwQ0 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-uh59NTvwQ0 .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-uh59NTvwQ0 .mbr-text {
    margin-top: 38px;
  }
}
.cid-uh59NTvwQ0 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uh59NTvwQ0 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uh59NTvwQ0 .mbr-section-btn .btn:before {
  display: none;
}
.cid-uh59NTvwQ0 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uh59NTvwQ0 .image-wrapper {
  max-height: 100%;
}
.cid-uh59NTvwQ0 .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-uh59NTvwQ0 .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uh59NTvwQ0 .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uh59NTvwQ0 .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh59NTvwQ0 .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uh59NTvwQ0 .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-uh59NTvwQ0 .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-uh59NTvwQ0 .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-uh59NTvwQ0 .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-uh59NTvwQ0 .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-uh59NTvwQ0 .image-wrapper:before {
    display: none;
  }
}
.cid-uh59NTvwQ0 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uh59NTvwQ0 .col-text {
    margin-left: auto;
  }
}
.cid-uh59NTvwQ0 .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uh59NTvwQ0 .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-uh59NTvwQ0 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uh59NTvwQ0 .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-uh59NTvwQ0 .list-item {
  display: flex;
  align-items: center;
}
.cid-uh59NTvwQ0 .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-uh59NTvwQ0 .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-uh59NTvwQ0 .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-uh59NTvwQ0 .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uh59NTvwQ0 .mbr-text,
.cid-uh59NTvwQ0 .mbr-section-btn {
  color: #000000;
}
.cid-tyucKtjGK8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyucKtjGK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyucKtjGK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyucKtjGK8 .row {
  justify-content: center;
}
.cid-tyucKtjGK8 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyucKtjGK8 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyucKtjGK8 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyucKtjGK8 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyucKtjGK8 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyucKtjGK8 .card-row {
  align-items: stretch;
}
.cid-tyucKtjGK8 .card {
  padding: 10px;
}
.cid-tyucKtjGK8 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyucKtjGK8 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyucKtjGK8 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyucKtjGK8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyucKtjGK8 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyucKtjGK8 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyucKtjGK8 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyucKtjGK8 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyucKtjGK8 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyucKtjGK8 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyucKtjGK8 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEgCtv8s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEgCtv8s .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEgCtv8s .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEgCtv8s .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyucLarYed {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyucLarYed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyucLarYed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyucLarYed .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyucLarYed .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyucLarYed .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyucLarYed .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyucLarYed .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyucLarYed .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyucLarYed .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyucLarYed .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyucLarYed .mbr-text,
.cid-tyucLarYed .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2KceEYlQO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2KceEYlQO .container {
  max-width: 1600px;
}
.cid-u2KceEYlQO .row {
  justify-content: center;
}
.cid-u2KceEYlQO .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2KceEYlQO .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2KceEYlQO .mbr-section-title {
  color: #212132;
}
.cid-u2KceEYlQO .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2KceEYlQO .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2KceEYlQO .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2KceEYlQO .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2KceEYlQO .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2KceEYlQO .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2KceEYlQO .card:hover {
  transform: scale(0.96);
}
.cid-u2KceEYlQO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2KceEYlQO .card-wrapper {
    padding: 16px;
  }
}
.cid-u2KceEYlQO .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2KceEYlQO .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2KceEYlQO .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2KceEYlQO .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2KceEYlQO .card-text {
    margin-top: 8px;
  }
}
.cid-u2KceEYlQO .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2KceEYlQO .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2KceEYlQO .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2KceEYlQO .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2KceEYlQO .card-img {
    height: auto;
  }
}
.cid-u2KceEYlQO .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2KceEYlQO .card-title,
.cid-u2KceEYlQO .mbr-section-btn {
  color: #050505;
}
.cid-tzUOi8omSf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUOi8omSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUOi8omSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUOi8omSf .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUOi8omSf .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUOi8omSf .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUOi8omSf .label-text {
  color: #ffffff;
}
.cid-tzUOi8omSf .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUOi8omSf .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOi8omSf .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUOi8omSf .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOi8omSf .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUOi8omSf .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUOi8omSf .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdlXCFj0fs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyud1vAVSx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyud1vAVSx .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyud1vAVSx .title_block {
  margin-bottom: 50px;
}
.cid-tyud1vAVSx .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyud1vAVSx .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyud1vAVSx .mbr-text {
  margin-bottom: 30px;
}
.cid-tyud1vAVSx .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyud1vAVSx .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyud1vAVSx .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyud1vAVSx .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyud1vAVSx .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyud1vAVSx .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyud1vAVSx .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyud1vAVSx .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyud1vAVSx .title_block {
    text-align: center;
  }
  .cid-tyud1vAVSx .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyud1vAVSx .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyud1vAVSx .btn {
    padding: 14px 26px;
  }
}
.cid-tyud1vAVSx .mbr-text,
.cid-tyud1vAVSx .mbr-section-btn {
  color: #ffffff;
}
.cid-tyudcH1A8h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tyudcH1A8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyudcH1A8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyudcH1A8h .al {
  text-align: justify;
}
.cid-tyudcH1A8h .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tyudcH1A8h .row {
  justify-content: flex-start;
}
.cid-tyudcH1A8h .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tyudcH1A8h .content-container {
    flex-wrap: wrap;
  }
}
.cid-tyudcH1A8h .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tyudcH1A8h .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tyudcH1A8h .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tyudcH1A8h .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tyudcH1A8h .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tyudcH1A8h .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tyudcH1A8h .label-text {
  color: #000000;
  margin: 0;
}
.cid-tyudcH1A8h .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tyudcH1A8h .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tyudcH1A8h .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tyudcH1A8h .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tyudcH1A8h .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tyudcH1A8h .mbr-section-title,
.cid-tyudcH1A8h .mbr-section-btn {
  text-align: left;
}
.cid-tyudCbxeFr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyudCbxeFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyudCbxeFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyudCbxeFr .row {
  justify-content: center;
}
.cid-tyudCbxeFr .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyudCbxeFr .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyudCbxeFr .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyudCbxeFr .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyudCbxeFr .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyudCbxeFr .card-row {
  align-items: stretch;
}
.cid-tyudCbxeFr .card {
  padding: 10px;
}
.cid-tyudCbxeFr .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyudCbxeFr .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyudCbxeFr .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyudCbxeFr .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyudCbxeFr .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyudCbxeFr .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyudCbxeFr .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyudCbxeFr .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyudCbxeFr .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyudCbxeFr .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyudCbxeFr .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEmFVatS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEmFVatS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEmFVatS .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEmFVatS .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyudCSEUzh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyudCSEUzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyudCSEUzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyudCSEUzh .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyudCSEUzh .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyudCSEUzh .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyudCSEUzh .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyudCSEUzh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyudCSEUzh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyudCSEUzh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyudCSEUzh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyudCSEUzh .mbr-text,
.cid-tyudCSEUzh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2KcGDdmpY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2KcGDdmpY .container {
  max-width: 1600px;
}
.cid-u2KcGDdmpY .row {
  justify-content: center;
}
.cid-u2KcGDdmpY .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2KcGDdmpY .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2KcGDdmpY .mbr-section-title {
  color: #212132;
}
.cid-u2KcGDdmpY .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2KcGDdmpY .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2KcGDdmpY .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2KcGDdmpY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2KcGDdmpY .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2KcGDdmpY .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2KcGDdmpY .card:hover {
  transform: scale(0.96);
}
.cid-u2KcGDdmpY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2KcGDdmpY .card-wrapper {
    padding: 16px;
  }
}
.cid-u2KcGDdmpY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2KcGDdmpY .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2KcGDdmpY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2KcGDdmpY .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2KcGDdmpY .card-text {
    margin-top: 8px;
  }
}
.cid-u2KcGDdmpY .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2KcGDdmpY .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2KcGDdmpY .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2KcGDdmpY .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2KcGDdmpY .card-img {
    height: auto;
  }
}
.cid-u2KcGDdmpY .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2KcGDdmpY .card-title,
.cid-u2KcGDdmpY .mbr-section-btn {
  color: #050505;
}
.cid-tzUOoLydio {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUOoLydio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUOoLydio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUOoLydio .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUOoLydio .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUOoLydio .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUOoLydio .label-text {
  color: #ffffff;
}
.cid-tzUOoLydio .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUOoLydio .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOoLydio .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUOoLydio .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOoLydio .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUOoLydio .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUOoLydio .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdqfqcxbbA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyudR5AQHE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyudR5AQHE .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyudR5AQHE .title_block {
  margin-bottom: 50px;
}
.cid-tyudR5AQHE .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyudR5AQHE .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyudR5AQHE .mbr-text {
  margin-bottom: 30px;
}
.cid-tyudR5AQHE .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyudR5AQHE .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyudR5AQHE .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyudR5AQHE .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyudR5AQHE .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyudR5AQHE .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyudR5AQHE .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyudR5AQHE .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyudR5AQHE .title_block {
    text-align: center;
  }
  .cid-tyudR5AQHE .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyudR5AQHE .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyudR5AQHE .btn {
    padding: 14px 26px;
  }
}
.cid-tyudR5AQHE .mbr-text,
.cid-tyudR5AQHE .mbr-section-btn {
  color: #ffffff;
}
.cid-tyudS9tZU2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tyudS9tZU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyudS9tZU2 th,
.cid-tyudS9tZU2 td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tyudS9tZU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyudS9tZU2 .al {
  text-align: justify;
}
.cid-tyudS9tZU2 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tyudS9tZU2 .row {
  justify-content: flex-start;
}
.cid-tyudS9tZU2 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tyudS9tZU2 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tyudS9tZU2 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tyudS9tZU2 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tyudS9tZU2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tyudS9tZU2 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tyudS9tZU2 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tyudS9tZU2 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tyudS9tZU2 .label-text {
  color: #000000;
  margin: 0;
}
.cid-tyudS9tZU2 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tyudS9tZU2 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tyudS9tZU2 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tyudS9tZU2 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tyudS9tZU2 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tyudS9tZU2 .mbr-section-title,
.cid-tyudS9tZU2 .mbr-section-btn {
  text-align: left;
}
.cid-tyudSlyWBj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tyudSlyWBj .container,
.cid-tyudSlyWBj .container-fluid {
  position: static;
}
.cid-tyudSlyWBj .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tyudSlyWBj .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tyudSlyWBj .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tyudSlyWBj .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tyudSlyWBj .al {
  text-align: justify;
}
.cid-tyudSlyWBj .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tyudSlyWBj .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tyudSlyWBj .mbr-text {
    margin-top: 38px;
  }
}
.cid-tyudSlyWBj .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tyudSlyWBj .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tyudSlyWBj .mbr-section-btn .btn:before {
  display: none;
}
.cid-tyudSlyWBj .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tyudSlyWBj .image-wrapper {
  max-height: 100%;
}
.cid-tyudSlyWBj .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tyudSlyWBj .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tyudSlyWBj .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyudSlyWBj .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyudSlyWBj .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tyudSlyWBj .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tyudSlyWBj .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tyudSlyWBj .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tyudSlyWBj .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tyudSlyWBj .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tyudSlyWBj .image-wrapper:before {
    display: none;
  }
}
.cid-tyudSlyWBj .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tyudSlyWBj .col-text {
    margin-left: auto;
  }
}
.cid-tyudSlyWBj .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tyudSlyWBj .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tyudSlyWBj .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyudSlyWBj .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tyudSlyWBj .list-item {
  display: flex;
  align-items: center;
}
.cid-tyudSlyWBj .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tyudSlyWBj .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tyudSlyWBj .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tyudSlyWBj .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tyudSlyWBj .mbr-text,
.cid-tyudSlyWBj .mbr-section-btn {
  color: #000000;
}
.cid-tyudT0a7l2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyudT0a7l2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyudT0a7l2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyudT0a7l2 .row {
  justify-content: center;
}
.cid-tyudT0a7l2 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyudT0a7l2 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyudT0a7l2 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyudT0a7l2 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyudT0a7l2 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyudT0a7l2 .card-row {
  align-items: stretch;
}
.cid-tyudT0a7l2 .card {
  padding: 10px;
}
.cid-tyudT0a7l2 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyudT0a7l2 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyudT0a7l2 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyudT0a7l2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyudT0a7l2 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyudT0a7l2 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyudT0a7l2 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyudT0a7l2 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyudT0a7l2 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyudT0a7l2 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyudT0a7l2 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelErqNIwu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelErqNIwu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelErqNIwu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelErqNIwu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyuesHIGds {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyuesHIGds .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyuesHIGds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyuesHIGds .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyuesHIGds .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyuesHIGds .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyuesHIGds .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyuesHIGds .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyuesHIGds .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyuesHIGds .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyuesHIGds .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyuesHIGds .mbr-text,
.cid-tyuesHIGds .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2KcPcwt6Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2KcPcwt6Z .container {
  max-width: 1600px;
}
.cid-u2KcPcwt6Z .row {
  justify-content: center;
}
.cid-u2KcPcwt6Z .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2KcPcwt6Z .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2KcPcwt6Z .mbr-section-title {
  color: #212132;
}
.cid-u2KcPcwt6Z .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2KcPcwt6Z .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2KcPcwt6Z .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2KcPcwt6Z .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2KcPcwt6Z .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2KcPcwt6Z .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2KcPcwt6Z .card:hover {
  transform: scale(0.96);
}
.cid-u2KcPcwt6Z .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2KcPcwt6Z .card-wrapper {
    padding: 16px;
  }
}
.cid-u2KcPcwt6Z .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2KcPcwt6Z .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2KcPcwt6Z .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2KcPcwt6Z .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2KcPcwt6Z .card-text {
    margin-top: 8px;
  }
}
.cid-u2KcPcwt6Z .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2KcPcwt6Z .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2KcPcwt6Z .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2KcPcwt6Z .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2KcPcwt6Z .card-img {
    height: auto;
  }
}
.cid-u2KcPcwt6Z .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2KcPcwt6Z .card-title,
.cid-u2KcPcwt6Z .mbr-section-btn {
  color: #050505;
}
.cid-tzUOvzj0qR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUOvzj0qR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUOvzj0qR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUOvzj0qR .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUOvzj0qR .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUOvzj0qR .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUOvzj0qR .label-text {
  color: #ffffff;
}
.cid-tzUOvzj0qR .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUOvzj0qR .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOvzj0qR .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUOvzj0qR .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOvzj0qR .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUOvzj0qR .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUOvzj0qR .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcKXoEg33S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyueHZ7Y90 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyueHZ7Y90 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyueHZ7Y90 .title_block {
  margin-bottom: 50px;
}
.cid-tyueHZ7Y90 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyueHZ7Y90 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyueHZ7Y90 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyueHZ7Y90 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyueHZ7Y90 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyueHZ7Y90 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyueHZ7Y90 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyueHZ7Y90 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyueHZ7Y90 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyueHZ7Y90 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyueHZ7Y90 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyueHZ7Y90 .title_block {
    text-align: center;
  }
  .cid-tyueHZ7Y90 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyueHZ7Y90 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyueHZ7Y90 .btn {
    padding: 14px 26px;
  }
}
.cid-tyueHZ7Y90 .mbr-text,
.cid-tyueHZ7Y90 .mbr-section-btn {
  color: #ffffff;
}
.cid-tcKY9TPooH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcKY9TPooH img {
  margin: auto;
  position: relative;
}
.cid-tcKY9TPooH .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tcKY9TPooH .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tcKY9TPooH .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tcKY9TPooH .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-tcKY9TPooH .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcKY9TPooH .mbr-section-text {
  color: #090f10;
}
.cid-tcKY9TPooH .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tcKY9TPooH .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcLvWNWoY9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyueSD3kBs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyueSD3kBs .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyueSD3kBs .title_block {
  margin-bottom: 50px;
}
.cid-tyueSD3kBs .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyueSD3kBs .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyueSD3kBs .mbr-text {
  margin-bottom: 30px;
}
.cid-tyueSD3kBs .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyueSD3kBs .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyueSD3kBs .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyueSD3kBs .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyueSD3kBs .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyueSD3kBs .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyueSD3kBs .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyueSD3kBs .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyueSD3kBs .title_block {
    text-align: center;
  }
  .cid-tyueSD3kBs .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyueSD3kBs .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyueSD3kBs .btn {
    padding: 14px 26px;
  }
}
.cid-tyueSD3kBs .mbr-text,
.cid-tyueSD3kBs .mbr-section-btn {
  color: #ffffff;
}
.cid-tcLvSN6r2r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcLvSN6r2r img {
  margin: auto;
  position: relative;
}
.cid-tcLvSN6r2r .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tcLvSN6r2r .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tcLvSN6r2r .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tcLvSN6r2r .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-tcLvSN6r2r .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcLvSN6r2r .mbr-section-text {
  color: #000000;
}
.cid-tcLvSN6r2r .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tcLvSN6r2r .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcLKwV8HVH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyufblDoep {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyufblDoep .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyufblDoep .title_block {
  margin-bottom: 50px;
}
.cid-tyufblDoep .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyufblDoep .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyufblDoep .mbr-text {
  margin-bottom: 30px;
}
.cid-tyufblDoep .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyufblDoep .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyufblDoep .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyufblDoep .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyufblDoep .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyufblDoep .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyufblDoep .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyufblDoep .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyufblDoep .title_block {
    text-align: center;
  }
  .cid-tyufblDoep .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyufblDoep .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyufblDoep .btn {
    padding: 14px 26px;
  }
}
.cid-tyufblDoep .mbr-text,
.cid-tyufblDoep .mbr-section-btn {
  color: #ffffff;
}
.cid-tcLKtCmHNF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcLKtCmHNF img {
  margin: auto;
  position: relative;
}
.cid-tcLKtCmHNF .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tcLKtCmHNF .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tcLKtCmHNF .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tcLKtCmHNF .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-tcLKtCmHNF .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcLKtCmHNF .mbr-section-text {
  color: #000000;
}
.cid-tcLKtCmHNF .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tcLKtCmHNF .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkmnhDo9o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytno55KUO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytno55KUO .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytno55KUO .title_block {
  margin-bottom: 50px;
}
.cid-tytno55KUO .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytno55KUO .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytno55KUO .mbr-text {
  margin-bottom: 30px;
}
.cid-tytno55KUO .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytno55KUO .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytno55KUO .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytno55KUO .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytno55KUO .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytno55KUO .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytno55KUO .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytno55KUO .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytno55KUO .title_block {
    text-align: center;
  }
  .cid-tytno55KUO .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytno55KUO .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytno55KUO .btn {
    padding: 14px 26px;
  }
}
.cid-tytno55KUO .mbr-text,
.cid-tytno55KUO .mbr-section-btn {
  color: #ffffff;
}
.cid-tytnpWxi6Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytnpWxi6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytnpWxi6Y th,
.cid-tytnpWxi6Y td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytnpWxi6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytnpWxi6Y .al {
  text-align: justify;
}
.cid-tytnpWxi6Y .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytnpWxi6Y .row {
  justify-content: flex-start;
}
.cid-tytnpWxi6Y .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytnpWxi6Y .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytnpWxi6Y .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytnpWxi6Y .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytnpWxi6Y .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytnpWxi6Y .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytnpWxi6Y .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytnpWxi6Y .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytnpWxi6Y .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytnpWxi6Y .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytnpWxi6Y .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytnpWxi6Y .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytnpWxi6Y .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytnpWxi6Y .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytnpWxi6Y .mbr-section-title,
.cid-tytnpWxi6Y .mbr-section-btn {
  text-align: left;
}
.cid-tytnyNV1ra {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytnyNV1ra .container,
.cid-tytnyNV1ra .container-fluid {
  position: static;
}
.cid-tytnyNV1ra .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytnyNV1ra .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytnyNV1ra .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytnyNV1ra .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytnyNV1ra .al {
  text-align: justify;
}
.cid-tytnyNV1ra .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytnyNV1ra .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytnyNV1ra .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytnyNV1ra .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytnyNV1ra .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytnyNV1ra .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytnyNV1ra .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytnyNV1ra .image-wrapper {
  max-height: 100%;
}
.cid-tytnyNV1ra .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytnyNV1ra .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytnyNV1ra .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytnyNV1ra .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytnyNV1ra .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytnyNV1ra .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytnyNV1ra .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytnyNV1ra .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytnyNV1ra .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytnyNV1ra .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytnyNV1ra .image-wrapper:before {
    display: none;
  }
}
.cid-tytnyNV1ra .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytnyNV1ra .col-text {
    margin-left: auto;
  }
}
.cid-tytnyNV1ra .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytnyNV1ra .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytnyNV1ra .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytnyNV1ra .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytnyNV1ra .list-item {
  display: flex;
  align-items: center;
}
.cid-tytnyNV1ra .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytnyNV1ra .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytnyNV1ra .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytnyNV1ra .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tytnyNV1ra .mbr-text,
.cid-tytnyNV1ra .mbr-section-btn {
  color: #000000;
}
.cid-tytnUrObtT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytnUrObtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytnUrObtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytnUrObtT .row {
  justify-content: center;
}
.cid-tytnUrObtT .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytnUrObtT .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytnUrObtT .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytnUrObtT .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytnUrObtT .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytnUrObtT .card-row {
  align-items: stretch;
}
.cid-tytnUrObtT .card {
  padding: 10px;
}
.cid-tytnUrObtT .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytnUrObtT .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytnUrObtT .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytnUrObtT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytnUrObtT .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytnUrObtT .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytnUrObtT .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytnUrObtT .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytnUrObtT .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytnUrObtT .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytnUrObtT .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDaRjEmr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDaRjEmr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDaRjEmr .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDaRjEmr .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyto7f8Wz8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyto7f8Wz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyto7f8Wz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyto7f8Wz8 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyto7f8Wz8 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyto7f8Wz8 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyto7f8Wz8 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyto7f8Wz8 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyto7f8Wz8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyto7f8Wz8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyto7f8Wz8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyto7f8Wz8 .mbr-text,
.cid-tyto7f8Wz8 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K7QdbI3Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K7QdbI3Q .container {
  max-width: 1600px;
}
.cid-u2K7QdbI3Q .row {
  justify-content: center;
}
.cid-u2K7QdbI3Q .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K7QdbI3Q .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K7QdbI3Q .mbr-section-title {
  color: #212132;
}
.cid-u2K7QdbI3Q .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K7QdbI3Q .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K7QdbI3Q .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K7QdbI3Q .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K7QdbI3Q .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K7QdbI3Q .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K7QdbI3Q .card:hover {
  transform: scale(0.96);
}
.cid-u2K7QdbI3Q .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K7QdbI3Q .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K7QdbI3Q .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K7QdbI3Q .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K7QdbI3Q .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K7QdbI3Q .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K7QdbI3Q .card-text {
    margin-top: 8px;
  }
}
.cid-u2K7QdbI3Q .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K7QdbI3Q .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K7QdbI3Q .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K7QdbI3Q .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K7QdbI3Q .card-img {
    height: auto;
  }
}
.cid-u2K7QdbI3Q .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K7QdbI3Q .card-title,
.cid-u2K7QdbI3Q .mbr-section-btn {
  color: #050505;
}
.cid-tzUMfG4Bfs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUMfG4Bfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUMfG4Bfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUMfG4Bfs .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUMfG4Bfs .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUMfG4Bfs .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUMfG4Bfs .label-text {
  color: #ffffff;
}
.cid-tzUMfG4Bfs .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUMfG4Bfs .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMfG4Bfs .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUMfG4Bfs .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMfG4Bfs .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUMfG4Bfs .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUMfG4Bfs .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkmUf51B4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytoeLZDV3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytoeLZDV3 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytoeLZDV3 .title_block {
  margin-bottom: 50px;
}
.cid-tytoeLZDV3 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytoeLZDV3 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytoeLZDV3 .mbr-text {
  margin-bottom: 30px;
}
.cid-tytoeLZDV3 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytoeLZDV3 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytoeLZDV3 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytoeLZDV3 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytoeLZDV3 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytoeLZDV3 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytoeLZDV3 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytoeLZDV3 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytoeLZDV3 .title_block {
    text-align: center;
  }
  .cid-tytoeLZDV3 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytoeLZDV3 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytoeLZDV3 .btn {
    padding: 14px 26px;
  }
}
.cid-tytoeLZDV3 .mbr-text,
.cid-tytoeLZDV3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tytokcoKGI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytokcoKGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytokcoKGI th,
.cid-tytokcoKGI td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytokcoKGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytokcoKGI .al {
  text-align: justify;
}
.cid-tytokcoKGI .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytokcoKGI .row {
  justify-content: flex-start;
}
.cid-tytokcoKGI .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytokcoKGI .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytokcoKGI .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytokcoKGI .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytokcoKGI .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytokcoKGI .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytokcoKGI .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytokcoKGI .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytokcoKGI .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytokcoKGI .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytokcoKGI .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytokcoKGI .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytokcoKGI .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytokcoKGI .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytokcoKGI .mbr-section-title,
.cid-tytokcoKGI .mbr-section-btn {
  text-align: left;
}
.cid-tytol6rxGI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytol6rxGI .container,
.cid-tytol6rxGI .container-fluid {
  position: static;
}
.cid-tytol6rxGI .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytol6rxGI .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytol6rxGI .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytol6rxGI .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytol6rxGI .al {
  text-align: justify;
}
.cid-tytol6rxGI .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytol6rxGI .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytol6rxGI .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytol6rxGI .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytol6rxGI .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytol6rxGI .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytol6rxGI .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytol6rxGI .image-wrapper {
  max-height: 100%;
}
.cid-tytol6rxGI .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytol6rxGI .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytol6rxGI .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytol6rxGI .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytol6rxGI .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytol6rxGI .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytol6rxGI .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytol6rxGI .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytol6rxGI .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytol6rxGI .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytol6rxGI .image-wrapper:before {
    display: none;
  }
}
.cid-tytol6rxGI .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytol6rxGI .col-text {
    margin-left: auto;
  }
}
.cid-tytol6rxGI .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytol6rxGI .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytol6rxGI .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytol6rxGI .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytol6rxGI .list-item {
  display: flex;
  align-items: center;
}
.cid-tytol6rxGI .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytol6rxGI .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytol6rxGI .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytol6rxGI .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tytol6rxGI .mbr-text,
.cid-tytol6rxGI .mbr-section-btn {
  color: #000000;
}
.cid-tytr3wmSnp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytr3wmSnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytr3wmSnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytr3wmSnp .row {
  justify-content: center;
}
.cid-tytr3wmSnp .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytr3wmSnp .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytr3wmSnp .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytr3wmSnp .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytr3wmSnp .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytr3wmSnp .card-row {
  align-items: stretch;
}
.cid-tytr3wmSnp .card {
  padding: 10px;
}
.cid-tytr3wmSnp .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytr3wmSnp .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytr3wmSnp .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytr3wmSnp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytr3wmSnp .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytr3wmSnp .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytr3wmSnp .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytr3wmSnp .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytr3wmSnp .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytr3wmSnp .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytr3wmSnp .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDfy7BPG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDfy7BPG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDfy7BPG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDfy7BPG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytrbA3qo9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytrbA3qo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytrbA3qo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytrbA3qo9 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytrbA3qo9 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytrbA3qo9 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytrbA3qo9 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytrbA3qo9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytrbA3qo9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytrbA3qo9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytrbA3qo9 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytrbA3qo9 .mbr-text,
.cid-tytrbA3qo9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K7XDujbb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K7XDujbb .container {
  max-width: 1600px;
}
.cid-u2K7XDujbb .row {
  justify-content: center;
}
.cid-u2K7XDujbb .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K7XDujbb .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K7XDujbb .mbr-section-title {
  color: #212132;
}
.cid-u2K7XDujbb .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K7XDujbb .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K7XDujbb .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K7XDujbb .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K7XDujbb .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K7XDujbb .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K7XDujbb .card:hover {
  transform: scale(0.96);
}
.cid-u2K7XDujbb .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K7XDujbb .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K7XDujbb .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K7XDujbb .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K7XDujbb .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K7XDujbb .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K7XDujbb .card-text {
    margin-top: 8px;
  }
}
.cid-u2K7XDujbb .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K7XDujbb .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K7XDujbb .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K7XDujbb .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K7XDujbb .card-img {
    height: auto;
  }
}
.cid-u2K7XDujbb .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K7XDujbb .card-title,
.cid-u2K7XDujbb .mbr-section-btn {
  color: #050505;
}
.cid-tzUMk8piHK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUMk8piHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUMk8piHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUMk8piHK .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUMk8piHK .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUMk8piHK .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUMk8piHK .label-text {
  color: #ffffff;
}
.cid-tzUMk8piHK .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUMk8piHK .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMk8piHK .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUMk8piHK .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMk8piHK .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUMk8piHK .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUMk8piHK .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkneAxUgk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyttCDj1dn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyttCDj1dn .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyttCDj1dn .title_block {
  margin-bottom: 50px;
}
.cid-tyttCDj1dn .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyttCDj1dn .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyttCDj1dn .mbr-text {
  margin-bottom: 30px;
}
.cid-tyttCDj1dn .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyttCDj1dn .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyttCDj1dn .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyttCDj1dn .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyttCDj1dn .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyttCDj1dn .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyttCDj1dn .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyttCDj1dn .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyttCDj1dn .title_block {
    text-align: center;
  }
  .cid-tyttCDj1dn .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyttCDj1dn .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyttCDj1dn .btn {
    padding: 14px 26px;
  }
}
.cid-tyttCDj1dn .mbr-text,
.cid-tyttCDj1dn .mbr-section-btn {
  color: #ffffff;
}
.cid-tytuBRN5bG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytuBRN5bG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytuBRN5bG th,
.cid-tytuBRN5bG td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytuBRN5bG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytuBRN5bG .al {
  text-align: justify;
}
.cid-tytuBRN5bG .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytuBRN5bG .row {
  justify-content: flex-start;
}
.cid-tytuBRN5bG .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytuBRN5bG .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytuBRN5bG .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytuBRN5bG .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytuBRN5bG .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytuBRN5bG .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytuBRN5bG .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytuBRN5bG .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytuBRN5bG .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytuBRN5bG .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytuBRN5bG .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytuBRN5bG .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytuBRN5bG .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytuBRN5bG .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytuBRN5bG .mbr-section-title,
.cid-tytuBRN5bG .mbr-section-btn {
  text-align: left;
}
.cid-tytuK8IyRs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytuK8IyRs .container,
.cid-tytuK8IyRs .container-fluid {
  position: static;
}
.cid-tytuK8IyRs .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytuK8IyRs .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytuK8IyRs .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytuK8IyRs .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytuK8IyRs .al {
  text-align: justify;
}
.cid-tytuK8IyRs .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytuK8IyRs .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytuK8IyRs .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytuK8IyRs .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytuK8IyRs .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytuK8IyRs .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytuK8IyRs .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytuK8IyRs .image-wrapper {
  max-height: 100%;
}
.cid-tytuK8IyRs .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytuK8IyRs .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytuK8IyRs .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytuK8IyRs .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytuK8IyRs .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytuK8IyRs .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytuK8IyRs .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytuK8IyRs .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytuK8IyRs .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytuK8IyRs .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytuK8IyRs .image-wrapper:before {
    display: none;
  }
}
.cid-tytuK8IyRs .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytuK8IyRs .col-text {
    margin-left: auto;
  }
}
.cid-tytuK8IyRs .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytuK8IyRs .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytuK8IyRs .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytuK8IyRs .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytuK8IyRs .list-item {
  display: flex;
  align-items: center;
}
.cid-tytuK8IyRs .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytuK8IyRs .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytuK8IyRs .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytuK8IyRs .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tytuK8IyRs .mbr-text,
.cid-tytuK8IyRs .mbr-section-btn {
  color: #000000;
}
.cid-tytvnl5lyB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytvnl5lyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytvnl5lyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytvnl5lyB .row {
  justify-content: center;
}
.cid-tytvnl5lyB .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytvnl5lyB .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytvnl5lyB .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytvnl5lyB .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytvnl5lyB .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytvnl5lyB .card-row {
  align-items: stretch;
}
.cid-tytvnl5lyB .card {
  padding: 10px;
}
.cid-tytvnl5lyB .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytvnl5lyB .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytvnl5lyB .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytvnl5lyB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytvnl5lyB .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytvnl5lyB .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytvnl5lyB .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytvnl5lyB .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytvnl5lyB .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytvnl5lyB .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytvnl5lyB .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDjqp2bj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDjqp2bj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDjqp2bj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDjqp2bj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytvv6gqur {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytvv6gqur .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytvv6gqur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytvv6gqur .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytvv6gqur .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytvv6gqur .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytvv6gqur .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytvv6gqur .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytvv6gqur .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytvv6gqur .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytvv6gqur .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytvv6gqur .mbr-text,
.cid-tytvv6gqur .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K8reCpwH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K8reCpwH .container {
  max-width: 1600px;
}
.cid-u2K8reCpwH .row {
  justify-content: center;
}
.cid-u2K8reCpwH .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K8reCpwH .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K8reCpwH .mbr-section-title {
  color: #212132;
}
.cid-u2K8reCpwH .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K8reCpwH .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K8reCpwH .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K8reCpwH .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K8reCpwH .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K8reCpwH .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K8reCpwH .card:hover {
  transform: scale(0.96);
}
.cid-u2K8reCpwH .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K8reCpwH .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K8reCpwH .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K8reCpwH .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K8reCpwH .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K8reCpwH .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K8reCpwH .card-text {
    margin-top: 8px;
  }
}
.cid-u2K8reCpwH .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K8reCpwH .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K8reCpwH .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K8reCpwH .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K8reCpwH .card-img {
    height: auto;
  }
}
.cid-u2K8reCpwH .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K8reCpwH .card-title,
.cid-u2K8reCpwH .mbr-section-btn {
  color: #050505;
}
.cid-tzUMo9AGwP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUMo9AGwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUMo9AGwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUMo9AGwP .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUMo9AGwP .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUMo9AGwP .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUMo9AGwP .label-text {
  color: #ffffff;
}
.cid-tzUMo9AGwP .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUMo9AGwP .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMo9AGwP .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUMo9AGwP .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMo9AGwP .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUMo9AGwP .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUMo9AGwP .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkB6P7CiX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytFqimGdf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytFqimGdf .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytFqimGdf .title_block {
  margin-bottom: 50px;
}
.cid-tytFqimGdf .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytFqimGdf .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytFqimGdf .mbr-text {
  margin-bottom: 30px;
}
.cid-tytFqimGdf .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytFqimGdf .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytFqimGdf .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytFqimGdf .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytFqimGdf .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytFqimGdf .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytFqimGdf .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytFqimGdf .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytFqimGdf .title_block {
    text-align: center;
  }
  .cid-tytFqimGdf .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytFqimGdf .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytFqimGdf .btn {
    padding: 14px 26px;
  }
}
.cid-tytFqimGdf .mbr-text,
.cid-tytFqimGdf .mbr-section-btn {
  color: #ffffff;
}
.cid-tytFGS1gqE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytFGS1gqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytFGS1gqE th,
.cid-tytFGS1gqE td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytFGS1gqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytFGS1gqE .al {
  text-align: justify;
}
.cid-tytFGS1gqE .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytFGS1gqE .row {
  justify-content: flex-start;
}
.cid-tytFGS1gqE .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytFGS1gqE .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytFGS1gqE .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytFGS1gqE .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytFGS1gqE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytFGS1gqE .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytFGS1gqE .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytFGS1gqE .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytFGS1gqE .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytFGS1gqE .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytFGS1gqE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytFGS1gqE .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytFGS1gqE .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytFGS1gqE .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytFGS1gqE .mbr-section-title,
.cid-tytFGS1gqE .mbr-section-btn {
  text-align: left;
}
.cid-uh53l9Oi0C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh53l9Oi0C .mbr-text {
  color: #000000;
}
.cid-uh53l9Oi0C .list {
  color: #666666;
}
.cid-uh53l9Oi0C ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh53l9Oi0C li {
  padding-bottom: 0.5rem;
}
.cid-uh53l9Oi0C p {
  text-align: justify;
}
.cid-uh53l9Oi0C H3 {
  color: #1b9e13;
}
.cid-tytGfs92yE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytGfs92yE .container,
.cid-tytGfs92yE .container-fluid {
  position: static;
}
.cid-tytGfs92yE .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytGfs92yE .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytGfs92yE .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytGfs92yE .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytGfs92yE .al {
  text-align: justify;
}
.cid-tytGfs92yE .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytGfs92yE .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytGfs92yE .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytGfs92yE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytGfs92yE .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytGfs92yE .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytGfs92yE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytGfs92yE .image-wrapper {
  max-height: 100%;
}
.cid-tytGfs92yE .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytGfs92yE .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytGfs92yE .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytGfs92yE .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytGfs92yE .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytGfs92yE .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytGfs92yE .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytGfs92yE .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytGfs92yE .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytGfs92yE .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytGfs92yE .image-wrapper:before {
    display: none;
  }
}
.cid-tytGfs92yE .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytGfs92yE .col-text {
    margin-left: auto;
  }
}
.cid-tytGfs92yE .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytGfs92yE .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytGfs92yE .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytGfs92yE .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytGfs92yE .list-item {
  display: flex;
  align-items: center;
}
.cid-tytGfs92yE .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytGfs92yE .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytGfs92yE .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytGfs92yE .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tytGfs92yE .mbr-text,
.cid-tytGfs92yE .mbr-section-btn {
  color: #000000;
}
.cid-tytGyhiIvJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytGyhiIvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytGyhiIvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytGyhiIvJ .row {
  justify-content: center;
}
.cid-tytGyhiIvJ .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytGyhiIvJ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytGyhiIvJ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytGyhiIvJ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytGyhiIvJ .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytGyhiIvJ .card-row {
  align-items: stretch;
}
.cid-tytGyhiIvJ .card {
  padding: 10px;
}
.cid-tytGyhiIvJ .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytGyhiIvJ .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytGyhiIvJ .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytGyhiIvJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytGyhiIvJ .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytGyhiIvJ .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytGyhiIvJ .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytGyhiIvJ .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytGyhiIvJ .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytGyhiIvJ .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytGyhiIvJ .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDvJIEAk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDvJIEAk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDvJIEAk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDvJIEAk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytHnahWev {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytHnahWev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytHnahWev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytHnahWev .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytHnahWev .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytHnahWev .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytHnahWev .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytHnahWev .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytHnahWev .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytHnahWev .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytHnahWev .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytHnahWev .mbr-text,
.cid-tytHnahWev .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K9abgvq9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K9abgvq9 .container {
  max-width: 1600px;
}
.cid-u2K9abgvq9 .row {
  justify-content: center;
}
.cid-u2K9abgvq9 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K9abgvq9 .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K9abgvq9 .mbr-section-title {
  color: #212132;
}
.cid-u2K9abgvq9 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K9abgvq9 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K9abgvq9 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K9abgvq9 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K9abgvq9 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K9abgvq9 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K9abgvq9 .card:hover {
  transform: scale(0.96);
}
.cid-u2K9abgvq9 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K9abgvq9 .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K9abgvq9 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K9abgvq9 .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K9abgvq9 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K9abgvq9 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K9abgvq9 .card-text {
    margin-top: 8px;
  }
}
.cid-u2K9abgvq9 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K9abgvq9 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K9abgvq9 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K9abgvq9 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K9abgvq9 .card-img {
    height: auto;
  }
}
.cid-u2K9abgvq9 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K9abgvq9 .card-title,
.cid-u2K9abgvq9 .mbr-section-btn {
  color: #050505;
}
.cid-tzUMScLKq2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUMScLKq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUMScLKq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUMScLKq2 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUMScLKq2 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUMScLKq2 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUMScLKq2 .label-text {
  color: #ffffff;
}
.cid-tzUMScLKq2 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUMScLKq2 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMScLKq2 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUMScLKq2 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMScLKq2 .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUMScLKq2 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUMScLKq2 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkD7dUa5W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytHDX4hmw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytHDX4hmw .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytHDX4hmw .title_block {
  margin-bottom: 50px;
}
.cid-tytHDX4hmw .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytHDX4hmw .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytHDX4hmw .mbr-text {
  margin-bottom: 30px;
}
.cid-tytHDX4hmw .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytHDX4hmw .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytHDX4hmw .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytHDX4hmw .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytHDX4hmw .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytHDX4hmw .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytHDX4hmw .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytHDX4hmw .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytHDX4hmw .title_block {
    text-align: center;
  }
  .cid-tytHDX4hmw .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytHDX4hmw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytHDX4hmw .btn {
    padding: 14px 26px;
  }
}
.cid-tytHDX4hmw .mbr-text,
.cid-tytHDX4hmw .mbr-section-btn {
  color: #ffffff;
}
.cid-tytHRW80Ba {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytHRW80Ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytHRW80Ba th,
.cid-tytHRW80Ba td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytHRW80Ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytHRW80Ba .al {
  text-align: justify;
}
.cid-tytHRW80Ba .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytHRW80Ba .row {
  justify-content: flex-start;
}
.cid-tytHRW80Ba .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytHRW80Ba .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytHRW80Ba .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytHRW80Ba .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytHRW80Ba .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytHRW80Ba .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytHRW80Ba .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytHRW80Ba .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytHRW80Ba .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytHRW80Ba .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytHRW80Ba .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytHRW80Ba .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytHRW80Ba .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytHRW80Ba .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytHRW80Ba .mbr-section-title,
.cid-tytHRW80Ba .mbr-section-btn {
  text-align: left;
}
.cid-tytITsstvm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytITsstvm .container,
.cid-tytITsstvm .container-fluid {
  position: static;
}
.cid-tytITsstvm .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytITsstvm .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytITsstvm .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytITsstvm .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytITsstvm .al {
  text-align: justify;
}
.cid-tytITsstvm .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytITsstvm .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytITsstvm .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytITsstvm .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytITsstvm .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytITsstvm .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytITsstvm .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytITsstvm .image-wrapper {
  max-height: 100%;
}
.cid-tytITsstvm .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytITsstvm .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytITsstvm .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytITsstvm .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytITsstvm .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytITsstvm .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytITsstvm .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytITsstvm .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytITsstvm .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytITsstvm .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytITsstvm .image-wrapper:before {
    display: none;
  }
}
.cid-tytITsstvm .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytITsstvm .col-text {
    margin-left: auto;
  }
}
.cid-tytITsstvm .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytITsstvm .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytITsstvm .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytITsstvm .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytITsstvm .list-item {
  display: flex;
  align-items: center;
}
.cid-tytITsstvm .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytITsstvm .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytITsstvm .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytITsstvm .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tytITsstvm .mbr-text,
.cid-tytITsstvm .mbr-section-btn {
  color: #000000;
}
.cid-tytJnJ0Fgu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytJnJ0Fgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytJnJ0Fgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytJnJ0Fgu .row {
  justify-content: center;
}
.cid-tytJnJ0Fgu .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytJnJ0Fgu .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytJnJ0Fgu .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytJnJ0Fgu .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytJnJ0Fgu .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytJnJ0Fgu .card-row {
  align-items: stretch;
}
.cid-tytJnJ0Fgu .card {
  padding: 10px;
}
.cid-tytJnJ0Fgu .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytJnJ0Fgu .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytJnJ0Fgu .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytJnJ0Fgu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytJnJ0Fgu .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytJnJ0Fgu .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytJnJ0Fgu .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytJnJ0Fgu .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytJnJ0Fgu .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytJnJ0Fgu .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytJnJ0Fgu .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tytJyFeYn8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tytJyFeYn8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tytJyFeYn8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tytJyFeYn8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytJuZwFSj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytJuZwFSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytJuZwFSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytJuZwFSj .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytJuZwFSj .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytJuZwFSj .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytJuZwFSj .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytJuZwFSj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytJuZwFSj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytJuZwFSj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytJuZwFSj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytJuZwFSj .mbr-text,
.cid-tytJuZwFSj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K9i2Hmf9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K9i2Hmf9 .container {
  max-width: 1600px;
}
.cid-u2K9i2Hmf9 .row {
  justify-content: center;
}
.cid-u2K9i2Hmf9 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K9i2Hmf9 .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K9i2Hmf9 .mbr-section-title {
  color: #212132;
}
.cid-u2K9i2Hmf9 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K9i2Hmf9 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K9i2Hmf9 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K9i2Hmf9 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K9i2Hmf9 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K9i2Hmf9 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K9i2Hmf9 .card:hover {
  transform: scale(0.96);
}
.cid-u2K9i2Hmf9 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K9i2Hmf9 .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K9i2Hmf9 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K9i2Hmf9 .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K9i2Hmf9 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K9i2Hmf9 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K9i2Hmf9 .card-text {
    margin-top: 8px;
  }
}
.cid-u2K9i2Hmf9 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K9i2Hmf9 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K9i2Hmf9 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K9i2Hmf9 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K9i2Hmf9 .card-img {
    height: auto;
  }
}
.cid-u2K9i2Hmf9 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K9i2Hmf9 .card-title,
.cid-u2K9i2Hmf9 .mbr-section-btn {
  color: #050505;
}
.cid-tzUMYql8QR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUMYql8QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUMYql8QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUMYql8QR .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUMYql8QR .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUMYql8QR .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUMYql8QR .label-text {
  color: #ffffff;
}
.cid-tzUMYql8QR .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUMYql8QR .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMYql8QR .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUMYql8QR .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMYql8QR .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUMYql8QR .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUMYql8QR .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkPqSA2MH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytU4uRt5m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytU4uRt5m .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytU4uRt5m .title_block {
  margin-bottom: 50px;
}
.cid-tytU4uRt5m .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytU4uRt5m .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytU4uRt5m .mbr-text {
  margin-bottom: 30px;
}
.cid-tytU4uRt5m .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytU4uRt5m .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytU4uRt5m .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytU4uRt5m .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytU4uRt5m .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytU4uRt5m .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytU4uRt5m .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytU4uRt5m .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytU4uRt5m .title_block {
    text-align: center;
  }
  .cid-tytU4uRt5m .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytU4uRt5m .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytU4uRt5m .btn {
    padding: 14px 26px;
  }
}
.cid-tytU4uRt5m .mbr-text,
.cid-tytU4uRt5m .mbr-section-btn {
  color: #ffffff;
}
.cid-tytUsTJqZ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytUsTJqZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytUsTJqZ3 th,
.cid-tytUsTJqZ3 td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytUsTJqZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytUsTJqZ3 .al {
  text-align: justify;
}
.cid-tytUsTJqZ3 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytUsTJqZ3 .row {
  justify-content: flex-start;
}
.cid-tytUsTJqZ3 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytUsTJqZ3 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytUsTJqZ3 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytUsTJqZ3 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytUsTJqZ3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytUsTJqZ3 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytUsTJqZ3 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytUsTJqZ3 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytUsTJqZ3 .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytUsTJqZ3 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytUsTJqZ3 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytUsTJqZ3 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytUsTJqZ3 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytUsTJqZ3 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytUsTJqZ3 .mbr-section-title,
.cid-tytUsTJqZ3 .mbr-section-btn {
  text-align: left;
}
.cid-uh58ymOMeP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh58ymOMeP .mbr-text {
  color: #000000;
}
.cid-uh58ymOMeP .list {
  color: #666666;
}
.cid-uh58ymOMeP ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh58ymOMeP li {
  padding-bottom: 0.5rem;
}
.cid-uh58ymOMeP p {
  text-align: justify;
}
.cid-uh58ymOMeP H3 {
  color: #1b9e13;
}
.cid-tytUZ9o8AE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytUZ9o8AE .container,
.cid-tytUZ9o8AE .container-fluid {
  position: static;
}
.cid-tytUZ9o8AE .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytUZ9o8AE .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytUZ9o8AE .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytUZ9o8AE .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytUZ9o8AE .al {
  text-align: justify;
}
.cid-tytUZ9o8AE .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytUZ9o8AE .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytUZ9o8AE .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytUZ9o8AE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytUZ9o8AE .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytUZ9o8AE .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytUZ9o8AE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytUZ9o8AE .image-wrapper {
  max-height: 100%;
}
.cid-tytUZ9o8AE .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytUZ9o8AE .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytUZ9o8AE .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytUZ9o8AE .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytUZ9o8AE .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytUZ9o8AE .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytUZ9o8AE .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytUZ9o8AE .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytUZ9o8AE .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytUZ9o8AE .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytUZ9o8AE .image-wrapper:before {
    display: none;
  }
}
.cid-tytUZ9o8AE .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytUZ9o8AE .col-text {
    margin-left: auto;
  }
}
.cid-tytUZ9o8AE .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytUZ9o8AE .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytUZ9o8AE .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytUZ9o8AE .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytUZ9o8AE .list-item {
  display: flex;
  align-items: center;
}
.cid-tytUZ9o8AE .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytUZ9o8AE .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytUZ9o8AE .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytUZ9o8AE .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tytUZ9o8AE .mbr-text,
.cid-tytUZ9o8AE .mbr-section-btn {
  color: #000000;
}
.cid-tytVWOuxgh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytVWOuxgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytVWOuxgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytVWOuxgh .row {
  justify-content: center;
}
.cid-tytVWOuxgh .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytVWOuxgh .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytVWOuxgh .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytVWOuxgh .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytVWOuxgh .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytVWOuxgh .card-row {
  align-items: stretch;
}
.cid-tytVWOuxgh .card {
  padding: 10px;
}
.cid-tytVWOuxgh .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytVWOuxgh .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytVWOuxgh .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytVWOuxgh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytVWOuxgh .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytVWOuxgh .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytVWOuxgh .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytVWOuxgh .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytVWOuxgh .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytVWOuxgh .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytVWOuxgh .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDNeh6hz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDNeh6hz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDNeh6hz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDNeh6hz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytWf3eUJs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytWf3eUJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytWf3eUJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytWf3eUJs .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytWf3eUJs .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytWf3eUJs .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytWf3eUJs .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytWf3eUJs .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytWf3eUJs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytWf3eUJs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytWf3eUJs .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytWf3eUJs .mbr-text,
.cid-tytWf3eUJs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2Ka4QuHZI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2Ka4QuHZI .container {
  max-width: 1600px;
}
.cid-u2Ka4QuHZI .row {
  justify-content: center;
}
.cid-u2Ka4QuHZI .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2Ka4QuHZI .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2Ka4QuHZI .mbr-section-title {
  color: #212132;
}
.cid-u2Ka4QuHZI .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2Ka4QuHZI .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2Ka4QuHZI .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2Ka4QuHZI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2Ka4QuHZI .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2Ka4QuHZI .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2Ka4QuHZI .card:hover {
  transform: scale(0.96);
}
.cid-u2Ka4QuHZI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2Ka4QuHZI .card-wrapper {
    padding: 16px;
  }
}
.cid-u2Ka4QuHZI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2Ka4QuHZI .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2Ka4QuHZI .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2Ka4QuHZI .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2Ka4QuHZI .card-text {
    margin-top: 8px;
  }
}
.cid-u2Ka4QuHZI .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2Ka4QuHZI .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2Ka4QuHZI .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2Ka4QuHZI .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2Ka4QuHZI .card-img {
    height: auto;
  }
}
.cid-u2Ka4QuHZI .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2Ka4QuHZI .card-title,
.cid-u2Ka4QuHZI .mbr-section-btn {
  color: #050505;
}
.cid-tzUNvWPXqB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUNvWPXqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUNvWPXqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUNvWPXqB .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUNvWPXqB .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUNvWPXqB .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUNvWPXqB .label-text {
  color: #ffffff;
}
.cid-tzUNvWPXqB .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUNvWPXqB .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNvWPXqB .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUNvWPXqB .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNvWPXqB .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUNvWPXqB .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUNvWPXqB .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkQIdb1rL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyu0f1I9MI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyu0f1I9MI .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyu0f1I9MI .title_block {
  margin-bottom: 50px;
}
.cid-tyu0f1I9MI .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyu0f1I9MI .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyu0f1I9MI .mbr-text {
  margin-bottom: 30px;
}
.cid-tyu0f1I9MI .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyu0f1I9MI .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyu0f1I9MI .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyu0f1I9MI .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyu0f1I9MI .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyu0f1I9MI .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyu0f1I9MI .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyu0f1I9MI .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyu0f1I9MI .title_block {
    text-align: center;
  }
  .cid-tyu0f1I9MI .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyu0f1I9MI .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyu0f1I9MI .btn {
    padding: 14px 26px;
  }
}
.cid-tyu0f1I9MI .mbr-text,
.cid-tyu0f1I9MI .mbr-section-btn {
  color: #ffffff;
}
.cid-tyu0uN9I2O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tyu0uN9I2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu0uN9I2O th,
.cid-tyu0uN9I2O td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tyu0uN9I2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu0uN9I2O .al {
  text-align: justify;
}
.cid-tyu0uN9I2O .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tyu0uN9I2O .row {
  justify-content: flex-start;
}
.cid-tyu0uN9I2O .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tyu0uN9I2O .content-container {
    flex-wrap: wrap;
  }
}
.cid-tyu0uN9I2O .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tyu0uN9I2O .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tyu0uN9I2O .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tyu0uN9I2O .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tyu0uN9I2O .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tyu0uN9I2O .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tyu0uN9I2O .label-text {
  color: #000000;
  margin: 0;
}
.cid-tyu0uN9I2O .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tyu0uN9I2O .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tyu0uN9I2O .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tyu0uN9I2O .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tyu0uN9I2O .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tyu0uN9I2O .mbr-section-title,
.cid-tyu0uN9I2O .mbr-section-btn {
  text-align: left;
}
.cid-tyu4LQl8Rn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tyu4LQl8Rn .container,
.cid-tyu4LQl8Rn .container-fluid {
  position: static;
}
.cid-tyu4LQl8Rn .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tyu4LQl8Rn .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tyu4LQl8Rn .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tyu4LQl8Rn .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tyu4LQl8Rn .al {
  text-align: justify;
}
.cid-tyu4LQl8Rn .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tyu4LQl8Rn .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tyu4LQl8Rn .mbr-text {
    margin-top: 38px;
  }
}
.cid-tyu4LQl8Rn .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tyu4LQl8Rn .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tyu4LQl8Rn .mbr-section-btn .btn:before {
  display: none;
}
.cid-tyu4LQl8Rn .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tyu4LQl8Rn .image-wrapper {
  max-height: 100%;
}
.cid-tyu4LQl8Rn .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tyu4LQl8Rn .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tyu4LQl8Rn .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyu4LQl8Rn .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyu4LQl8Rn .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tyu4LQl8Rn .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tyu4LQl8Rn .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tyu4LQl8Rn .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tyu4LQl8Rn .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tyu4LQl8Rn .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tyu4LQl8Rn .image-wrapper:before {
    display: none;
  }
}
.cid-tyu4LQl8Rn .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tyu4LQl8Rn .col-text {
    margin-left: auto;
  }
}
.cid-tyu4LQl8Rn .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tyu4LQl8Rn .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tyu4LQl8Rn .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyu4LQl8Rn .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tyu4LQl8Rn .list-item {
  display: flex;
  align-items: center;
}
.cid-tyu4LQl8Rn .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tyu4LQl8Rn .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tyu4LQl8Rn .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tyu4LQl8Rn .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tyu4LQl8Rn .mbr-text,
.cid-tyu4LQl8Rn .mbr-section-btn {
  color: #000000;
}
.cid-tyu5gnnfiI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyu5gnnfiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu5gnnfiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu5gnnfiI .row {
  justify-content: center;
}
.cid-tyu5gnnfiI .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyu5gnnfiI .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyu5gnnfiI .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyu5gnnfiI .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyu5gnnfiI .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyu5gnnfiI .card-row {
  align-items: stretch;
}
.cid-tyu5gnnfiI .card {
  padding: 10px;
}
.cid-tyu5gnnfiI .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyu5gnnfiI .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyu5gnnfiI .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyu5gnnfiI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyu5gnnfiI .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyu5gnnfiI .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyu5gnnfiI .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyu5gnnfiI .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyu5gnnfiI .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyu5gnnfiI .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyu5gnnfiI .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDQEmY00 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDQEmY00 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDQEmY00 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDQEmY00 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyu5pUyUsl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyu5pUyUsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu5pUyUsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu5pUyUsl .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyu5pUyUsl .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyu5pUyUsl .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyu5pUyUsl .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyu5pUyUsl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyu5pUyUsl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyu5pUyUsl .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyu5pUyUsl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyu5pUyUsl .mbr-text,
.cid-tyu5pUyUsl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2KaclTWjY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2KaclTWjY .container {
  max-width: 1600px;
}
.cid-u2KaclTWjY .row {
  justify-content: center;
}
.cid-u2KaclTWjY .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2KaclTWjY .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2KaclTWjY .mbr-section-title {
  color: #212132;
}
.cid-u2KaclTWjY .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2KaclTWjY .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2KaclTWjY .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2KaclTWjY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2KaclTWjY .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2KaclTWjY .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2KaclTWjY .card:hover {
  transform: scale(0.96);
}
.cid-u2KaclTWjY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2KaclTWjY .card-wrapper {
    padding: 16px;
  }
}
.cid-u2KaclTWjY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2KaclTWjY .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2KaclTWjY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2KaclTWjY .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2KaclTWjY .card-text {
    margin-top: 8px;
  }
}
.cid-u2KaclTWjY .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2KaclTWjY .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2KaclTWjY .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2KaclTWjY .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2KaclTWjY .card-img {
    height: auto;
  }
}
.cid-u2KaclTWjY .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2KaclTWjY .card-title,
.cid-u2KaclTWjY .mbr-section-btn {
  color: #050505;
}
.cid-tzUNAQh1DF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUNAQh1DF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUNAQh1DF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUNAQh1DF .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUNAQh1DF .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUNAQh1DF .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUNAQh1DF .label-text {
  color: #ffffff;
}
.cid-tzUNAQh1DF .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUNAQh1DF .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNAQh1DF .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUNAQh1DF .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNAQh1DF .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUNAQh1DF .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUNAQh1DF .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdljIEUZr7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyu5JXnAYo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyu5JXnAYo .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyu5JXnAYo .title_block {
  margin-bottom: 50px;
}
.cid-tyu5JXnAYo .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyu5JXnAYo .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyu5JXnAYo .mbr-text {
  margin-bottom: 30px;
}
.cid-tyu5JXnAYo .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyu5JXnAYo .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyu5JXnAYo .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyu5JXnAYo .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyu5JXnAYo .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyu5JXnAYo .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyu5JXnAYo .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyu5JXnAYo .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyu5JXnAYo .title_block {
    text-align: center;
  }
  .cid-tyu5JXnAYo .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyu5JXnAYo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyu5JXnAYo .btn {
    padding: 14px 26px;
  }
}
.cid-tyu5JXnAYo .mbr-text,
.cid-tyu5JXnAYo .mbr-section-btn {
  color: #ffffff;
}
.cid-tyu5NsWJ4r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tyu5NsWJ4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu5NsWJ4r th,
.cid-tyu5NsWJ4r td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tyu5NsWJ4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu5NsWJ4r .al {
  text-align: justify;
}
.cid-tyu5NsWJ4r .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tyu5NsWJ4r .row {
  justify-content: flex-start;
}
.cid-tyu5NsWJ4r .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tyu5NsWJ4r .content-container {
    flex-wrap: wrap;
  }
}
.cid-tyu5NsWJ4r .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tyu5NsWJ4r .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tyu5NsWJ4r .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tyu5NsWJ4r .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tyu5NsWJ4r .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tyu5NsWJ4r .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tyu5NsWJ4r .label-text {
  color: #000000;
  margin: 0;
}
.cid-tyu5NsWJ4r .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tyu5NsWJ4r .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tyu5NsWJ4r .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tyu5NsWJ4r .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tyu5NsWJ4r .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tyu5NsWJ4r .mbr-section-title,
.cid-tyu5NsWJ4r .mbr-section-btn {
  text-align: left;
}
.cid-uh4XOFiyZP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh4XOFiyZP .mbr-text {
  color: #000000;
}
.cid-uh4XOFiyZP .list {
  color: #666666;
}
.cid-uh4XOFiyZP ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh4XOFiyZP li {
  padding-bottom: 0.5rem;
}
.cid-uh4XOFiyZP p {
  text-align: justify;
}
.cid-uh4XOFiyZP H3 {
  color: #1b9e13;
}
.cid-uh4XOFiyZP H2 {
  color: #1b9e13;
}
.cid-tyu5ZtQmeN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tyu5ZtQmeN .container,
.cid-tyu5ZtQmeN .container-fluid {
  position: static;
}
.cid-tyu5ZtQmeN .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tyu5ZtQmeN .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tyu5ZtQmeN .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tyu5ZtQmeN .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tyu5ZtQmeN .al {
  text-align: justify;
}
.cid-tyu5ZtQmeN .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tyu5ZtQmeN .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tyu5ZtQmeN .mbr-text {
    margin-top: 38px;
  }
}
.cid-tyu5ZtQmeN .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tyu5ZtQmeN .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tyu5ZtQmeN .mbr-section-btn .btn:before {
  display: none;
}
.cid-tyu5ZtQmeN .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tyu5ZtQmeN .image-wrapper {
  max-height: 100%;
}
.cid-tyu5ZtQmeN .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tyu5ZtQmeN .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tyu5ZtQmeN .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyu5ZtQmeN .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyu5ZtQmeN .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tyu5ZtQmeN .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tyu5ZtQmeN .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tyu5ZtQmeN .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tyu5ZtQmeN .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tyu5ZtQmeN .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tyu5ZtQmeN .image-wrapper:before {
    display: none;
  }
}
.cid-tyu5ZtQmeN .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tyu5ZtQmeN .col-text {
    margin-left: auto;
  }
}
.cid-tyu5ZtQmeN .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tyu5ZtQmeN .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tyu5ZtQmeN .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyu5ZtQmeN .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tyu5ZtQmeN .list-item {
  display: flex;
  align-items: center;
}
.cid-tyu5ZtQmeN .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tyu5ZtQmeN .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tyu5ZtQmeN .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tyu5ZtQmeN .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tyu5ZtQmeN .mbr-text,
.cid-tyu5ZtQmeN .mbr-section-btn {
  color: #000000;
}
.cid-uh4XPYwQlN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uh4XPYwQlN .container,
.cid-uh4XPYwQlN .container-fluid {
  position: static;
}
.cid-uh4XPYwQlN .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-uh4XPYwQlN .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-uh4XPYwQlN .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-uh4XPYwQlN .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uh4XPYwQlN .al {
  text-align: justify;
}
.cid-uh4XPYwQlN .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-uh4XPYwQlN .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-uh4XPYwQlN .mbr-text {
    margin-top: 38px;
  }
}
.cid-uh4XPYwQlN .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uh4XPYwQlN .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uh4XPYwQlN .mbr-section-btn .btn:before {
  display: none;
}
.cid-uh4XPYwQlN .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uh4XPYwQlN .image-wrapper {
  max-height: 100%;
}
.cid-uh4XPYwQlN .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-uh4XPYwQlN .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uh4XPYwQlN .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uh4XPYwQlN .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh4XPYwQlN .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uh4XPYwQlN .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-uh4XPYwQlN .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-uh4XPYwQlN .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-uh4XPYwQlN .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-uh4XPYwQlN .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-uh4XPYwQlN .image-wrapper:before {
    display: none;
  }
}
.cid-uh4XPYwQlN .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uh4XPYwQlN .col-text {
    margin-left: auto;
  }
}
.cid-uh4XPYwQlN .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uh4XPYwQlN .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-uh4XPYwQlN .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uh4XPYwQlN .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-uh4XPYwQlN .list-item {
  display: flex;
  align-items: center;
}
.cid-uh4XPYwQlN .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-uh4XPYwQlN .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-uh4XPYwQlN .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-uh4XPYwQlN .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uh4XPYwQlN .mbr-text,
.cid-uh4XPYwQlN .mbr-section-btn {
  color: #000000;
}
.cid-tyu6cqmut0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyu6cqmut0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu6cqmut0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu6cqmut0 .row {
  justify-content: center;
}
.cid-tyu6cqmut0 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyu6cqmut0 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyu6cqmut0 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyu6cqmut0 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyu6cqmut0 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyu6cqmut0 .card-row {
  align-items: stretch;
}
.cid-tyu6cqmut0 .card {
  padding: 10px;
}
.cid-tyu6cqmut0 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyu6cqmut0 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyu6cqmut0 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyu6cqmut0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyu6cqmut0 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyu6cqmut0 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyu6cqmut0 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyu6cqmut0 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyu6cqmut0 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyu6cqmut0 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyu6cqmut0 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tyu6vlQeXc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tyu6vlQeXc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tyu6vlQeXc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tyu6vlQeXc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyu6x2uC1r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyu6x2uC1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu6x2uC1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu6x2uC1r .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyu6x2uC1r .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyu6x2uC1r .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyu6x2uC1r .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyu6x2uC1r .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyu6x2uC1r .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyu6x2uC1r .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyu6x2uC1r .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyu6x2uC1r .mbr-text,
.cid-tyu6x2uC1r .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2Kajjv7hH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2Kajjv7hH .container {
  max-width: 1600px;
}
.cid-u2Kajjv7hH .row {
  justify-content: center;
}
.cid-u2Kajjv7hH .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2Kajjv7hH .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2Kajjv7hH .mbr-section-title {
  color: #212132;
}
.cid-u2Kajjv7hH .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2Kajjv7hH .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2Kajjv7hH .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2Kajjv7hH .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2Kajjv7hH .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2Kajjv7hH .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2Kajjv7hH .card:hover {
  transform: scale(0.96);
}
.cid-u2Kajjv7hH .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2Kajjv7hH .card-wrapper {
    padding: 16px;
  }
}
.cid-u2Kajjv7hH .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2Kajjv7hH .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2Kajjv7hH .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2Kajjv7hH .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2Kajjv7hH .card-text {
    margin-top: 8px;
  }
}
.cid-u2Kajjv7hH .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2Kajjv7hH .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2Kajjv7hH .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2Kajjv7hH .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2Kajjv7hH .card-img {
    height: auto;
  }
}
.cid-u2Kajjv7hH .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2Kajjv7hH .card-title,
.cid-u2Kajjv7hH .mbr-section-btn {
  color: #050505;
}
.cid-tzUNQzstYq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUNQzstYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUNQzstYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUNQzstYq .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUNQzstYq .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUNQzstYq .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUNQzstYq .label-text {
  color: #ffffff;
}
.cid-tzUNQzstYq .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUNQzstYq .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNQzstYq .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUNQzstYq .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNQzstYq .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUNQzstYq .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUNQzstYq .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdltiuC1mY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyu7x8H7aQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyu7x8H7aQ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyu7x8H7aQ .title_block {
  margin-bottom: 50px;
}
.cid-tyu7x8H7aQ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyu7x8H7aQ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyu7x8H7aQ .mbr-text {
  margin-bottom: 30px;
}
.cid-tyu7x8H7aQ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyu7x8H7aQ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyu7x8H7aQ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyu7x8H7aQ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyu7x8H7aQ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyu7x8H7aQ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyu7x8H7aQ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyu7x8H7aQ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyu7x8H7aQ .title_block {
    text-align: center;
  }
  .cid-tyu7x8H7aQ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyu7x8H7aQ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyu7x8H7aQ .btn {
    padding: 14px 26px;
  }
}
.cid-tyu7x8H7aQ .mbr-text,
.cid-tyu7x8H7aQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tyu7DuuJVu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tyu7DuuJVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu7DuuJVu th,
.cid-tyu7DuuJVu td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tyu7DuuJVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu7DuuJVu .al {
  text-align: justify;
}
.cid-tyu7DuuJVu .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tyu7DuuJVu .row {
  justify-content: flex-start;
}
.cid-tyu7DuuJVu .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tyu7DuuJVu .content-container {
    flex-wrap: wrap;
  }
}
.cid-tyu7DuuJVu .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tyu7DuuJVu .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tyu7DuuJVu .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tyu7DuuJVu .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tyu7DuuJVu .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tyu7DuuJVu .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tyu7DuuJVu .label-text {
  color: #000000;
  margin: 0;
}
.cid-tyu7DuuJVu .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tyu7DuuJVu .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tyu7DuuJVu .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tyu7DuuJVu .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tyu7DuuJVu .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tyu7DuuJVu .mbr-section-title,
.cid-tyu7DuuJVu .mbr-section-btn {
  text-align: left;
}
.cid-uh510DZMhL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh510DZMhL .mbr-text {
  color: #000000;
}
.cid-uh510DZMhL .list {
  color: #666666;
}
.cid-uh510DZMhL ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh510DZMhL li {
  padding-bottom: 0.5rem;
}
.cid-uh510DZMhL p {
  text-align: justify;
}
.cid-uh510DZMhL H3 {
  color: #1b9e13;
}
.cid-tyu7KHFeTo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tyu7KHFeTo .container,
.cid-tyu7KHFeTo .container-fluid {
  position: static;
}
.cid-tyu7KHFeTo .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tyu7KHFeTo .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tyu7KHFeTo .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tyu7KHFeTo .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tyu7KHFeTo .al {
  text-align: justify;
}
.cid-tyu7KHFeTo .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tyu7KHFeTo .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tyu7KHFeTo .mbr-text {
    margin-top: 38px;
  }
}
.cid-tyu7KHFeTo .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tyu7KHFeTo .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tyu7KHFeTo .mbr-section-btn .btn:before {
  display: none;
}
.cid-tyu7KHFeTo .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tyu7KHFeTo .image-wrapper {
  max-height: 100%;
}
.cid-tyu7KHFeTo .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tyu7KHFeTo .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tyu7KHFeTo .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyu7KHFeTo .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyu7KHFeTo .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tyu7KHFeTo .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tyu7KHFeTo .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tyu7KHFeTo .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tyu7KHFeTo .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tyu7KHFeTo .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tyu7KHFeTo .image-wrapper:before {
    display: none;
  }
}
.cid-tyu7KHFeTo .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tyu7KHFeTo .col-text {
    margin-left: auto;
  }
}
.cid-tyu7KHFeTo .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tyu7KHFeTo .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tyu7KHFeTo .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyu7KHFeTo .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tyu7KHFeTo .list-item {
  display: flex;
  align-items: center;
}
.cid-tyu7KHFeTo .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tyu7KHFeTo .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tyu7KHFeTo .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tyu7KHFeTo .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tyu7KHFeTo .mbr-text,
.cid-tyu7KHFeTo .mbr-section-btn {
  color: #000000;
}
.cid-tyu88ZL0v7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyu88ZL0v7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu88ZL0v7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu88ZL0v7 .row {
  justify-content: center;
}
.cid-tyu88ZL0v7 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyu88ZL0v7 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyu88ZL0v7 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyu88ZL0v7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyu88ZL0v7 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyu88ZL0v7 .card-row {
  align-items: stretch;
}
.cid-tyu88ZL0v7 .card {
  padding: 10px;
}
.cid-tyu88ZL0v7 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyu88ZL0v7 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyu88ZL0v7 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyu88ZL0v7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyu88ZL0v7 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyu88ZL0v7 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyu88ZL0v7 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyu88ZL0v7 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyu88ZL0v7 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyu88ZL0v7 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyu88ZL0v7 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelE5aBOw8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelE5aBOw8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelE5aBOw8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelE5aBOw8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyu89uG8Ak {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyu89uG8Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu89uG8Ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu89uG8Ak .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyu89uG8Ak .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyu89uG8Ak .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyu89uG8Ak .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyu89uG8Ak .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyu89uG8Ak .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyu89uG8Ak .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyu89uG8Ak .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyu89uG8Ak .mbr-text,
.cid-tyu89uG8Ak .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2KaMbFlAc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2KaMbFlAc .container {
  max-width: 1600px;
}
.cid-u2KaMbFlAc .row {
  justify-content: center;
}
.cid-u2KaMbFlAc .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2KaMbFlAc .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2KaMbFlAc .mbr-section-title {
  color: #212132;
}
.cid-u2KaMbFlAc .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2KaMbFlAc .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2KaMbFlAc .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2KaMbFlAc .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2KaMbFlAc .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2KaMbFlAc .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2KaMbFlAc .card:hover {
  transform: scale(0.96);
}
.cid-u2KaMbFlAc .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2KaMbFlAc .card-wrapper {
    padding: 16px;
  }
}
.cid-u2KaMbFlAc .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2KaMbFlAc .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2KaMbFlAc .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2KaMbFlAc .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2KaMbFlAc .card-text {
    margin-top: 8px;
  }
}
.cid-u2KaMbFlAc .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2KaMbFlAc .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2KaMbFlAc .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2KaMbFlAc .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2KaMbFlAc .card-img {
    height: auto;
  }
}
.cid-u2KaMbFlAc .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2KaMbFlAc .card-title,
.cid-u2KaMbFlAc .mbr-section-btn {
  color: #050505;
}
.cid-tzUNZsh6fV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUNZsh6fV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUNZsh6fV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUNZsh6fV .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUNZsh6fV .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUNZsh6fV .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUNZsh6fV .label-text {
  color: #ffffff;
}
.cid-tzUNZsh6fV .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUNZsh6fV .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNZsh6fV .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUNZsh6fV .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNZsh6fV .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUNZsh6fV .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUNZsh6fV .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdlzWbWv6N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyu8sGzwy3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyu8sGzwy3 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyu8sGzwy3 .title_block {
  margin-bottom: 50px;
}
.cid-tyu8sGzwy3 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyu8sGzwy3 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyu8sGzwy3 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyu8sGzwy3 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyu8sGzwy3 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyu8sGzwy3 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyu8sGzwy3 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyu8sGzwy3 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyu8sGzwy3 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyu8sGzwy3 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyu8sGzwy3 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyu8sGzwy3 .title_block {
    text-align: center;
  }
  .cid-tyu8sGzwy3 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyu8sGzwy3 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyu8sGzwy3 .btn {
    padding: 14px 26px;
  }
}
.cid-tyu8sGzwy3 .mbr-text,
.cid-tyu8sGzwy3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tyu8tWG3et {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tyu8tWG3et .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu8tWG3et th,
.cid-tyu8tWG3et td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tyu8tWG3et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu8tWG3et .al {
  text-align: justify;
}
.cid-tyu8tWG3et .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tyu8tWG3et .row {
  justify-content: flex-start;
}
.cid-tyu8tWG3et .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tyu8tWG3et .content-container {
    flex-wrap: wrap;
  }
}
.cid-tyu8tWG3et .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tyu8tWG3et .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tyu8tWG3et .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tyu8tWG3et .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tyu8tWG3et .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tyu8tWG3et .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tyu8tWG3et .label-text {
  color: #000000;
  margin: 0;
}
.cid-tyu8tWG3et .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tyu8tWG3et .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tyu8tWG3et .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tyu8tWG3et .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tyu8tWG3et .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tyu8tWG3et .mbr-section-title,
.cid-tyu8tWG3et .mbr-section-btn {
  text-align: left;
}
.cid-uh4Zfca6uq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh4Zfca6uq .mbr-text {
  color: #000000;
}
.cid-uh4Zfca6uq .list {
  color: #666666;
}
.cid-uh4Zfca6uq ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh4Zfca6uq li {
  padding-bottom: 0.5rem;
}
.cid-uh4Zfca6uq p {
  text-align: justify;
}
.cid-uh4Zfca6uq H3 {
  color: #1b9e13;
}
.cid-tyu8Gc6Oks {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tyu8Gc6Oks .container,
.cid-tyu8Gc6Oks .container-fluid {
  position: static;
}
.cid-tyu8Gc6Oks .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tyu8Gc6Oks .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tyu8Gc6Oks .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tyu8Gc6Oks .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tyu8Gc6Oks .al {
  text-align: justify;
}
.cid-tyu8Gc6Oks .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tyu8Gc6Oks .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tyu8Gc6Oks .mbr-text {
    margin-top: 38px;
  }
}
.cid-tyu8Gc6Oks .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tyu8Gc6Oks .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tyu8Gc6Oks .mbr-section-btn .btn:before {
  display: none;
}
.cid-tyu8Gc6Oks .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tyu8Gc6Oks .image-wrapper {
  max-height: 100%;
}
.cid-tyu8Gc6Oks .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tyu8Gc6Oks .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tyu8Gc6Oks .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyu8Gc6Oks .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyu8Gc6Oks .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tyu8Gc6Oks .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tyu8Gc6Oks .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tyu8Gc6Oks .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tyu8Gc6Oks .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tyu8Gc6Oks .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tyu8Gc6Oks .image-wrapper:before {
    display: none;
  }
}
.cid-tyu8Gc6Oks .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tyu8Gc6Oks .col-text {
    margin-left: auto;
  }
}
.cid-tyu8Gc6Oks .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tyu8Gc6Oks .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tyu8Gc6Oks .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyu8Gc6Oks .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tyu8Gc6Oks .list-item {
  display: flex;
  align-items: center;
}
.cid-tyu8Gc6Oks .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tyu8Gc6Oks .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tyu8Gc6Oks .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tyu8Gc6Oks .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tyu8Gc6Oks .mbr-text,
.cid-tyu8Gc6Oks .mbr-section-btn {
  color: #000000;
}
.cid-tyu8SGkKhR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyu8SGkKhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu8SGkKhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu8SGkKhR .row {
  justify-content: center;
}
.cid-tyu8SGkKhR .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyu8SGkKhR .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyu8SGkKhR .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyu8SGkKhR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyu8SGkKhR .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyu8SGkKhR .card-row {
  align-items: stretch;
}
.cid-tyu8SGkKhR .card {
  padding: 10px;
}
.cid-tyu8SGkKhR .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyu8SGkKhR .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyu8SGkKhR .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyu8SGkKhR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyu8SGkKhR .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyu8SGkKhR .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyu8SGkKhR .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyu8SGkKhR .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyu8SGkKhR .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyu8SGkKhR .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyu8SGkKhR .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelE9nsRtD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelE9nsRtD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelE9nsRtD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelE9nsRtD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyu8T97X2Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyu8T97X2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu8T97X2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu8T97X2Z .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyu8T97X2Z .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyu8T97X2Z .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyu8T97X2Z .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyu8T97X2Z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyu8T97X2Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyu8T97X2Z .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyu8T97X2Z .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyu8T97X2Z .mbr-text,
.cid-tyu8T97X2Z .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2Kb7GfZji {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2Kb7GfZji .container {
  max-width: 1600px;
}
.cid-u2Kb7GfZji .row {
  justify-content: center;
}
.cid-u2Kb7GfZji .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2Kb7GfZji .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2Kb7GfZji .mbr-section-title {
  color: #212132;
}
.cid-u2Kb7GfZji .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2Kb7GfZji .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2Kb7GfZji .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2Kb7GfZji .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2Kb7GfZji .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2Kb7GfZji .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2Kb7GfZji .card:hover {
  transform: scale(0.96);
}
.cid-u2Kb7GfZji .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2Kb7GfZji .card-wrapper {
    padding: 16px;
  }
}
.cid-u2Kb7GfZji .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2Kb7GfZji .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2Kb7GfZji .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2Kb7GfZji .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2Kb7GfZji .card-text {
    margin-top: 8px;
  }
}
.cid-u2Kb7GfZji .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2Kb7GfZji .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2Kb7GfZji .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2Kb7GfZji .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2Kb7GfZji .card-img {
    height: auto;
  }
}
.cid-u2Kb7GfZji .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2Kb7GfZji .card-title,
.cid-u2Kb7GfZji .mbr-section-btn {
  color: #050505;
}
.cid-tzUO3lhDai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUO3lhDai .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUO3lhDai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUO3lhDai .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUO3lhDai .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUO3lhDai .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUO3lhDai .label-text {
  color: #ffffff;
}
.cid-tzUO3lhDai .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUO3lhDai .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUO3lhDai .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUO3lhDai .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUO3lhDai .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUO3lhDai .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUO3lhDai .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkvjIMz68 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytzPRP0uQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytzPRP0uQ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytzPRP0uQ .title_block {
  margin-bottom: 50px;
}
.cid-tytzPRP0uQ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytzPRP0uQ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytzPRP0uQ .mbr-text {
  margin-bottom: 30px;
}
.cid-tytzPRP0uQ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytzPRP0uQ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytzPRP0uQ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytzPRP0uQ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytzPRP0uQ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytzPRP0uQ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytzPRP0uQ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytzPRP0uQ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytzPRP0uQ .title_block {
    text-align: center;
  }
  .cid-tytzPRP0uQ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytzPRP0uQ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytzPRP0uQ .btn {
    padding: 14px 26px;
  }
}
.cid-tytzPRP0uQ .mbr-text,
.cid-tytzPRP0uQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tytzQUujWH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytzQUujWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytzQUujWH th,
.cid-tytzQUujWH td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytzQUujWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytzQUujWH .al {
  text-align: justify;
}
.cid-tytzQUujWH .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytzQUujWH .row {
  justify-content: flex-start;
}
.cid-tytzQUujWH .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytzQUujWH .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytzQUujWH .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytzQUujWH .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytzQUujWH .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytzQUujWH .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytzQUujWH .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytzQUujWH .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytzQUujWH .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytzQUujWH .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytzQUujWH .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytzQUujWH .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytzQUujWH .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytzQUujWH .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytzQUujWH .mbr-section-title,
.cid-tytzQUujWH .mbr-section-btn {
  text-align: left;
}
.cid-tytzW1XpJf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytzW1XpJf .container,
.cid-tytzW1XpJf .container-fluid {
  position: static;
}
.cid-tytzW1XpJf .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytzW1XpJf .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytzW1XpJf .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytzW1XpJf .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytzW1XpJf .al {
  text-align: justify;
}
.cid-tytzW1XpJf .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytzW1XpJf .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytzW1XpJf .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytzW1XpJf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytzW1XpJf .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytzW1XpJf .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytzW1XpJf .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytzW1XpJf .image-wrapper {
  max-height: 100%;
}
.cid-tytzW1XpJf .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytzW1XpJf .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytzW1XpJf .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytzW1XpJf .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytzW1XpJf .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytzW1XpJf .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytzW1XpJf .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytzW1XpJf .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytzW1XpJf .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytzW1XpJf .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytzW1XpJf .image-wrapper:before {
    display: none;
  }
}
.cid-tytzW1XpJf .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytzW1XpJf .col-text {
    margin-left: auto;
  }
}
.cid-tytzW1XpJf .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytzW1XpJf .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytzW1XpJf .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytzW1XpJf .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytzW1XpJf .list-item {
  display: flex;
  align-items: center;
}
.cid-tytzW1XpJf .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytzW1XpJf .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytzW1XpJf .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytzW1XpJf .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tytzW1XpJf .mbr-text,
.cid-tytzW1XpJf .mbr-section-btn {
  color: #000000;
}
.cid-tytzS6r0Np {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytzS6r0Np .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytzS6r0Np .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytzS6r0Np .row {
  justify-content: center;
}
.cid-tytzS6r0Np .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytzS6r0Np .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytzS6r0Np .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytzS6r0Np .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytzS6r0Np .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytzS6r0Np .card-row {
  align-items: stretch;
}
.cid-tytzS6r0Np .card {
  padding: 10px;
}
.cid-tytzS6r0Np .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytzS6r0Np .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytzS6r0Np .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytzS6r0Np .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytzS6r0Np .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytzS6r0Np .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytzS6r0Np .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytzS6r0Np .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytzS6r0Np .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytzS6r0Np .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytzS6r0Np .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDmlk3VM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDmlk3VM .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDmlk3VM .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDmlk3VM .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytAvTjpWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytAvTjpWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytAvTjpWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytAvTjpWt .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytAvTjpWt .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytAvTjpWt .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytAvTjpWt .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytAvTjpWt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytAvTjpWt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytAvTjpWt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytAvTjpWt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytAvTjpWt .mbr-text,
.cid-tytAvTjpWt .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K8Pvtkav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K8Pvtkav .container {
  max-width: 1600px;
}
.cid-u2K8Pvtkav .row {
  justify-content: center;
}
.cid-u2K8Pvtkav .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K8Pvtkav .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K8Pvtkav .mbr-section-title {
  color: #212132;
}
.cid-u2K8Pvtkav .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K8Pvtkav .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K8Pvtkav .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K8Pvtkav .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K8Pvtkav .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K8Pvtkav .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K8Pvtkav .card:hover {
  transform: scale(0.96);
}
.cid-u2K8Pvtkav .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K8Pvtkav .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K8Pvtkav .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K8Pvtkav .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K8Pvtkav .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K8Pvtkav .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K8Pvtkav .card-text {
    margin-top: 8px;
  }
}
.cid-u2K8Pvtkav .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K8Pvtkav .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K8Pvtkav .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K8Pvtkav .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K8Pvtkav .card-img {
    height: auto;
  }
}
.cid-u2K8Pvtkav .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K8Pvtkav .card-title,
.cid-u2K8Pvtkav .mbr-section-btn {
  color: #050505;
}
.cid-tzUMD8WfK3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUMD8WfK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUMD8WfK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUMD8WfK3 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUMD8WfK3 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUMD8WfK3 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUMD8WfK3 .label-text {
  color: #ffffff;
}
.cid-tzUMD8WfK3 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUMD8WfK3 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMD8WfK3 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUMD8WfK3 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUMD8WfK3 .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUMD8WfK3 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUMD8WfK3 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tytJEkFpWh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytJEkFpWh .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytJEkFpWh .title_block {
  margin-bottom: 50px;
}
.cid-tytJEkFpWh .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytJEkFpWh .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytJEkFpWh .mbr-text {
  margin-bottom: 30px;
}
.cid-tytJEkFpWh .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytJEkFpWh .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytJEkFpWh .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytJEkFpWh .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytJEkFpWh .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytJEkFpWh .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytJEkFpWh .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytJEkFpWh .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytJEkFpWh .title_block {
    text-align: center;
  }
  .cid-tytJEkFpWh .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytJEkFpWh .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytJEkFpWh .btn {
    padding: 14px 26px;
  }
}
.cid-tytJEkFpWh .mbr-text,
.cid-tytJEkFpWh .mbr-section-btn {
  color: #ffffff;
}
.cid-tytJLumPYf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytJLumPYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytJLumPYf th,
.cid-tytJLumPYf td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytJLumPYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytJLumPYf .al {
  text-align: justify;
}
.cid-tytJLumPYf .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytJLumPYf .row {
  justify-content: flex-start;
}
.cid-tytJLumPYf .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytJLumPYf .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytJLumPYf .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytJLumPYf .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytJLumPYf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytJLumPYf .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytJLumPYf .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytJLumPYf .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytJLumPYf .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytJLumPYf .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytJLumPYf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytJLumPYf .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytJLumPYf .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytJLumPYf .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytJLumPYf .mbr-section-title,
.cid-tytJLumPYf .mbr-section-btn {
  text-align: left;
}
.cid-uh54ct1JMO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh54ct1JMO .mbr-text {
  color: #000000;
}
.cid-uh54ct1JMO .list {
  color: #666666;
}
.cid-uh54ct1JMO ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh54ct1JMO li {
  padding-bottom: 0.5rem;
}
.cid-uh54ct1JMO p {
  text-align: justify;
}
.cid-uh54ct1JMO H3 {
  color: #1b9e13;
}
.cid-tytK9A0IGz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tytK9A0IGz .container,
.cid-tytK9A0IGz .container-fluid {
  position: static;
}
.cid-tytK9A0IGz .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tytK9A0IGz .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tytK9A0IGz .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tytK9A0IGz .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tytK9A0IGz .al {
  text-align: justify;
}
.cid-tytK9A0IGz .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tytK9A0IGz .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tytK9A0IGz .mbr-text {
    margin-top: 38px;
  }
}
.cid-tytK9A0IGz .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tytK9A0IGz .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tytK9A0IGz .mbr-section-btn .btn:before {
  display: none;
}
.cid-tytK9A0IGz .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tytK9A0IGz .image-wrapper {
  max-height: 100%;
}
.cid-tytK9A0IGz .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tytK9A0IGz .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tytK9A0IGz .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tytK9A0IGz .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tytK9A0IGz .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tytK9A0IGz .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tytK9A0IGz .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tytK9A0IGz .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tytK9A0IGz .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tytK9A0IGz .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tytK9A0IGz .image-wrapper:before {
    display: none;
  }
}
.cid-tytK9A0IGz .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tytK9A0IGz .col-text {
    margin-left: auto;
  }
}
.cid-tytK9A0IGz .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tytK9A0IGz .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tytK9A0IGz .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tytK9A0IGz .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tytK9A0IGz .list-item {
  display: flex;
  align-items: center;
}
.cid-tytK9A0IGz .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tytK9A0IGz .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tytK9A0IGz .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tytK9A0IGz .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tytK9A0IGz .mbr-text,
.cid-tytK9A0IGz .mbr-section-btn {
  color: #000000;
}
.cid-tytKonT658 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytKonT658 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytKonT658 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytKonT658 .row {
  justify-content: center;
}
.cid-tytKonT658 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytKonT658 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytKonT658 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytKonT658 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytKonT658 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytKonT658 .card-row {
  align-items: stretch;
}
.cid-tytKonT658 .card {
  padding: 10px;
}
.cid-tytKonT658 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytKonT658 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytKonT658 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytKonT658 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytKonT658 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytKonT658 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytKonT658 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytKonT658 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytKonT658 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytKonT658 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytKonT658 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tytKyQhk7L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tytKyQhk7L .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tytKyQhk7L .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tytKyQhk7L .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytKzzO6ZN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytKzzO6ZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytKzzO6ZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytKzzO6ZN .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytKzzO6ZN .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytKzzO6ZN .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytKzzO6ZN .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytKzzO6ZN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytKzzO6ZN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytKzzO6ZN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytKzzO6ZN .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytKzzO6ZN .mbr-text,
.cid-tytKzzO6ZN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K9xNVSi8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K9xNVSi8 .container {
  max-width: 1600px;
}
.cid-u2K9xNVSi8 .row {
  justify-content: center;
}
.cid-u2K9xNVSi8 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K9xNVSi8 .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K9xNVSi8 .mbr-section-title {
  color: #212132;
}
.cid-u2K9xNVSi8 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K9xNVSi8 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K9xNVSi8 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K9xNVSi8 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K9xNVSi8 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K9xNVSi8 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K9xNVSi8 .card:hover {
  transform: scale(0.96);
}
.cid-u2K9xNVSi8 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K9xNVSi8 .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K9xNVSi8 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K9xNVSi8 .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K9xNVSi8 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K9xNVSi8 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K9xNVSi8 .card-text {
    margin-top: 8px;
  }
}
.cid-u2K9xNVSi8 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K9xNVSi8 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K9xNVSi8 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K9xNVSi8 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K9xNVSi8 .card-img {
    height: auto;
  }
}
.cid-u2K9xNVSi8 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K9xNVSi8 .card-title,
.cid-u2K9xNVSi8 .mbr-section-btn {
  color: #050505;
}
.cid-tzUN3H2lsw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUN3H2lsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUN3H2lsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUN3H2lsw .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUN3H2lsw .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUN3H2lsw .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUN3H2lsw .label-text {
  color: #ffffff;
}
.cid-tzUN3H2lsw .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUN3H2lsw .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUN3H2lsw .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUN3H2lsw .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUN3H2lsw .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUN3H2lsw .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUN3H2lsw .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tiZFelHdYC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyPTwE0yzx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyPTwE0yzx .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyPTwE0yzx .title_block {
  margin-bottom: 50px;
}
.cid-tyPTwE0yzx .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyPTwE0yzx .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyPTwE0yzx .mbr-text {
  margin-bottom: 30px;
}
.cid-tyPTwE0yzx .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyPTwE0yzx .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyPTwE0yzx .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyPTwE0yzx .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyPTwE0yzx .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyPTwE0yzx .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyPTwE0yzx .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyPTwE0yzx .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyPTwE0yzx .title_block {
    text-align: center;
  }
  .cid-tyPTwE0yzx .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyPTwE0yzx .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyPTwE0yzx .btn {
    padding: 14px 26px;
  }
}
.cid-tyPTwE0yzx .mbr-text,
.cid-tyPTwE0yzx .mbr-section-btn {
  color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tjbHF3cfAN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMIkMoB9X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMIkMoB9X .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMIkMoB9X .title_block {
  margin-bottom: 50px;
}
.cid-tzMIkMoB9X .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMIkMoB9X .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMIkMoB9X .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMIkMoB9X .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMIkMoB9X .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMIkMoB9X .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMIkMoB9X .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMIkMoB9X .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMIkMoB9X .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMIkMoB9X .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMIkMoB9X .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMIkMoB9X .title_block {
    text-align: center;
  }
  .cid-tzMIkMoB9X .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMIkMoB9X .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMIkMoB9X .btn {
    padding: 14px 26px;
  }
}
.cid-tzMIkMoB9X .mbr-text,
.cid-tzMIkMoB9X .mbr-section-btn {
  color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdn84CytMu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tynOoOVhZP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tynOoOVhZP .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tynOoOVhZP .title_block {
  margin-bottom: 50px;
}
.cid-tynOoOVhZP .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tynOoOVhZP .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tynOoOVhZP .mbr-text {
  margin-bottom: 30px;
}
.cid-tynOoOVhZP .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tynOoOVhZP .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tynOoOVhZP .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tynOoOVhZP .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tynOoOVhZP .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tynOoOVhZP .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tynOoOVhZP .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tynOoOVhZP .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tynOoOVhZP .title_block {
    text-align: center;
  }
  .cid-tynOoOVhZP .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tynOoOVhZP .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tynOoOVhZP .btn {
    padding: 14px 26px;
  }
}
.cid-tynOoOVhZP .mbr-text,
.cid-tynOoOVhZP .mbr-section-btn {
  color: #ffffff;
}
.cid-sYrOW5wu0L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYrOW5wu0L .mbr-text {
  color: #000000;
}
.cid-sYrOW5wu0L .list {
  color: #666666;
}
.cid-sYrOW5wu0L ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sYrOW5wu0L li {
  padding-bottom: 0.5rem;
}
.cid-sYrOW5wu0L p {
  text-align: justify;
}
.cid-tzMhbMdTTO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzMhbMdTTO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tzMhbMdTTO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tzMhbMdTTO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sYw345MaYX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sYw345MaYX blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sYw345MaYX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sYw345MaYX .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-sYw517Byes {
  background-color: #ffffff;
}
.cid-sYw517Byes .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sYw517Byes .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sYw517Byes .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sYw517Byes .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sYw517Byes .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sYw517Byes .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-sYw517Byes .mbr-section-tag {
  color: #e43f3f;
  margin-bottom: 7px;
}
.cid-sYw517Byes .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sYw517Byes .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #f23801;
}
.cid-sYw517Byes .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
  color: #e43f3f;
}
.cid-sYw517Byes .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sYw517Byes .list {
  list-style: none;
  padding-left: 0;
  color: #919dab;
}
.cid-sYw517Byes .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sYw517Byes .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sYw517Byes .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #353535;
}
.cid-sYw517Byes .mbr-section-text {
  margin-bottom: 2rem;
  color: #353535;
}
.cid-sYw517Byes .mbr-section-title {
  margin-bottom: 1rem;
  color: #353535;
}
.cid-sYw4KnSIrE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sYrG0p4OeL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sYrG0p4OeL .row {
  flex-direction: row-reverse;
}
.cid-sYrG0p4OeL .video-wrapper iframe {
  width: 100%;
}
.cid-sYrG0p4OeL .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sYrG0p4OeL .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-sYrG0p4OeL .col-text {
    padding: 0 30px;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sYrG0p4OeL .col-text {
    margin-bottom: 3rem;
  }
}
.cid-sYrG0p4OeL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-sYrG0p4OeL .text-wrapper {
    text-align: center !important;
  }
}
.cid-sYrG0p4OeL .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sYrG0p4OeL .label-text {
    text-align: center !important;
  }
}
.cid-sYrG0p4OeL .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-sYrG0p4OeL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYrG0p4OeL .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-sYrG0p4OeL .mbr-text {
    text-align: center !important;
  }
}
.cid-sYrG0p4OeL .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-sYrG0p4OeL .mbr-section-btn .btn {
  padding: 0;
}
.cid-sYrG0p4OeL .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-sYrG0p4OeL .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-sYrG0p4OeL .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-sYrG0p4OeL .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-sYrG0p4OeL .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-sYrG0p4OeL .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-sYrG0p4OeL .card-title {
  color: #e43f3f;
  margin-bottom: 1rem;
}
.cid-sYrG0p4OeL .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-sYrG0p4OeL .card-text {
  color: #353535;
  margin-bottom: 24px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpEww6CuU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpEwyMv9n {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpEwyMv9n .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpEwyMv9n .title_block {
  margin-bottom: 50px;
}
.cid-tzpEwyMv9n .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpEwyMv9n .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpEwyMv9n .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpEwyMv9n .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpEwyMv9n .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpEwyMv9n .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpEwyMv9n .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpEwyMv9n .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpEwyMv9n .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpEwyMv9n .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpEwyMv9n .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpEwyMv9n .title_block {
    text-align: center;
  }
  .cid-tzpEwyMv9n .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpEwyMv9n .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpEwyMv9n .btn {
    padding: 14px 26px;
  }
}
.cid-tzpEwyMv9n .mbr-text,
.cid-tzpEwyMv9n .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpEwC1xv0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpEwC1xv0 .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpEwC1xv0 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpEwC1xv0 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpEwC1xv0 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpEwC1xv0 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpEwC1xv0 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpEwC1xv0 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpEwC1xv0 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpEwC1xv0 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpEwC1xv0 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpEwC1xv0 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpEwC1xv0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpEwC1xv0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpEwC1xv0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpEwC1xv0 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpEwC1xv0 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpEwC1xv0 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzMtpy4p8z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMtpEMLlO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMtpEMLlO .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMtpEMLlO .title_block {
  margin-bottom: 50px;
}
.cid-tzMtpEMLlO .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMtpEMLlO .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMtpEMLlO .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMtpEMLlO .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMtpEMLlO .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMtpEMLlO .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMtpEMLlO .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMtpEMLlO .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMtpEMLlO .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMtpEMLlO .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMtpEMLlO .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMtpEMLlO .title_block {
    text-align: center;
  }
  .cid-tzMtpEMLlO .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMtpEMLlO .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMtpEMLlO .btn {
    padding: 14px 26px;
  }
}
.cid-tzMtpEMLlO .mbr-text,
.cid-tzMtpEMLlO .mbr-section-btn {
  color: #ffffff;
}
.cid-tzMvfshQ4p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzMvfshQ4p .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-tzMvfshQ4p .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tzMvfshQ4p .history-item {
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tzMvfshQ4p .history-item {
    margin-top: 100px;
  }
}
.cid-tzMvfshQ4p .history-item-first {
  margin-top: 0;
}
.cid-tzMvfshQ4p .img-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-tzMvfshQ4p .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-tzMvfshQ4p .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
.cid-tzMvfshQ4p .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzMvfshQ4p .image-wrapper {
    max-width: 550px;
  }
}
.cid-tzMvfshQ4p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tzMvfshQ4p .text-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-tzMvfshQ4p .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tzMvfshQ4p .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-tzMvfshQ4p .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-tzMvfshQ4p .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-tzMvfshQ4p .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tzMvfshQ4p .text-wrapper {
    max-width: 550px;
  }
}
.cid-tzMvfshQ4p .card-title {
  width: 100%;
  color: #000000;
}
.cid-tzMvfshQ4p .card-subtitle {
  width: 100%;
  color: #000000;
  margin-top: 16px;
}
.cid-tzMvfshQ4p .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 36px;
}
.cid-tzMvfshQ4p .mbr-section-btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-tzMvfshQ4p .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tzMvfshQ4p .center-line {
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: #45494e;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-tzMvfshQ4p .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-tzMvfshQ4p .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #45494e;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-tzMvfshQ4p .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzqdsaxIol {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzqdsdH0yS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzqdsdH0yS .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzqdsdH0yS .title_block {
  margin-bottom: 50px;
}
.cid-tzqdsdH0yS .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzqdsdH0yS .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzqdsdH0yS .mbr-text {
  margin-bottom: 30px;
}
.cid-tzqdsdH0yS .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzqdsdH0yS .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzqdsdH0yS .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzqdsdH0yS .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzqdsdH0yS .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzqdsdH0yS .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzqdsdH0yS .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzqdsdH0yS .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzqdsdH0yS .title_block {
    text-align: center;
  }
  .cid-tzqdsdH0yS .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzqdsdH0yS .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzqdsdH0yS .btn {
    padding: 14px 26px;
  }
}
.cid-tzqdsdH0yS .mbr-text,
.cid-tzqdsdH0yS .mbr-section-btn {
  color: #ffffff;
}
.cid-tzqstSnMdC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzqstSnMdC .mbr-gallery-filter {
  text-align: left;
}
.cid-tzqstSnMdC .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzqstSnMdC .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzqstSnMdC .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzqstSnMdC .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzqstSnMdC .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzqstSnMdC .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzqstSnMdC .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzqstSnMdC .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzqstSnMdC .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzqstSnMdC .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzqstSnMdC .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzqstSnMdC .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzqstSnMdC .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzqstSnMdC .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzqstSnMdC .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzqstSnMdC .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzqstSnMdC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzqstSnMdC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzqstSnMdC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzqstSnMdC .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzqstSnMdC .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzqstSnMdC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzqstSnMdC .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzqstSnMdC .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzqstSnMdC .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzqstSnMdC .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzqstSnMdC .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzqstSnMdC .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzqstSnMdC .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzqstSnMdC .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdnf14CtJ9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMIw2vJng {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMIw2vJng .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMIw2vJng .title_block {
  margin-bottom: 50px;
}
.cid-tzMIw2vJng .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMIw2vJng .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMIw2vJng .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMIw2vJng .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMIw2vJng .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMIw2vJng .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMIw2vJng .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMIw2vJng .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMIw2vJng .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMIw2vJng .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMIw2vJng .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMIw2vJng .title_block {
    text-align: center;
  }
  .cid-tzMIw2vJng .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMIw2vJng .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMIw2vJng .btn {
    padding: 14px 26px;
  }
}
.cid-tzMIw2vJng .mbr-text,
.cid-tzMIw2vJng .mbr-section-btn {
  color: #ffffff;
}
.cid-tzMIR116mM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzMIR116mM .mbr-gallery-filter {
  text-align: left;
}
.cid-tzMIR116mM .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzMIR116mM .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzMIR116mM .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzMIR116mM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzMIR116mM .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzMIR116mM .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzMIR116mM .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzMIR116mM .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzMIR116mM .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzMIR116mM .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzMIR116mM .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzMIR116mM .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzMIR116mM .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzMIR116mM .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzMIR116mM .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzMIR116mM .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzMIR116mM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzMIR116mM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzMIR116mM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzMIR116mM .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzMIR116mM .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzMIR116mM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzMIR116mM .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzMIR116mM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzMIR116mM .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzMIR116mM .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzMIR116mM .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzMIR116mM .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzMIR116mM .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzMIR116mM .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdnckw8Ipl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMI21RRAK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMI21RRAK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMI21RRAK .title_block {
  margin-bottom: 50px;
}
.cid-tzMI21RRAK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMI21RRAK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMI21RRAK .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMI21RRAK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMI21RRAK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMI21RRAK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMI21RRAK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMI21RRAK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMI21RRAK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMI21RRAK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMI21RRAK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMI21RRAK .title_block {
    text-align: center;
  }
  .cid-tzMI21RRAK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMI21RRAK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMI21RRAK .btn {
    padding: 14px 26px;
  }
}
.cid-tzMI21RRAK .mbr-text,
.cid-tzMI21RRAK .mbr-section-btn {
  color: #ffffff;
}
.cid-t0JwKSnbcx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0JwKSnbcx blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t0JwKSnbcx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t0JwKSnbcx .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-sVv8QGuLBZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sVv8QGuLBZ .row {
  flex-direction: row-reverse;
}
.cid-sVv8QGuLBZ .col-title {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .cid-sVv8QGuLBZ .col-title {
    margin-bottom: 0 !important;
  }
}
.cid-sVv8QGuLBZ .al {
  text-align: justify;
}
.cid-sVv8QGuLBZ .mbr-section-title {
  margin-bottom: 12px;
  color: #353535;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sVv8QGuLBZ .mbr-section-title {
    margin-right: 50px;
  }
}
.cid-sVv8QGuLBZ .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-sVv8QGuLBZ .mbr-section-subtitle {
    margin-right: 50px;
  }
}
.cid-sVv8QGuLBZ .mbr-text {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdn8JMQjK2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMHGOVc3M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMHGOVc3M .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMHGOVc3M .title_block {
  margin-bottom: 50px;
}
.cid-tzMHGOVc3M .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMHGOVc3M .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMHGOVc3M .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMHGOVc3M .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMHGOVc3M .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMHGOVc3M .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMHGOVc3M .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMHGOVc3M .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMHGOVc3M .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMHGOVc3M .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMHGOVc3M .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMHGOVc3M .title_block {
    text-align: center;
  }
  .cid-tzMHGOVc3M .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMHGOVc3M .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMHGOVc3M .btn {
    padding: 14px 26px;
  }
}
.cid-tzMHGOVc3M .mbr-text,
.cid-tzMHGOVc3M .mbr-section-btn {
  color: #ffffff;
}
.cid-t0JX8Jk8ld {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0JX8Jk8ld ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t0JX8Jk8ld .al {
  text-align: justify;
}
.cid-t0JX8Jk8ld li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t0JX8Jk8ld ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1b9e13;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t0JX8Jk8ld H3 {
  color: #232323;
}
.cid-t0JX8Jk8ld .list {
  color: #6c758f;
}
.cid-t0JX8Jk8ld .list SPAN {
  color: #241840;
}
.cid-t0JX8Jk8ld .list .list LI {
  color: #232323;
}
.cid-t0JX8Jk8ld .list B {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdn8ycwTtO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMxFkyee6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMxFkyee6 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMxFkyee6 .title_block {
  margin-bottom: 50px;
}
.cid-tzMxFkyee6 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMxFkyee6 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMxFkyee6 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMxFkyee6 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMxFkyee6 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMxFkyee6 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMxFkyee6 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMxFkyee6 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMxFkyee6 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMxFkyee6 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMxFkyee6 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMxFkyee6 .title_block {
    text-align: center;
  }
  .cid-tzMxFkyee6 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMxFkyee6 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMxFkyee6 .btn {
    padding: 14px 26px;
  }
}
.cid-tzMxFkyee6 .mbr-text,
.cid-tzMxFkyee6 .mbr-section-btn {
  color: #ffffff;
}
.cid-t0MfbXRAkg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0MfbXRAkg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t0MfbXRAkg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t0MfbXRAkg .al {
  text-align: justify;
}
.cid-t0MfbXRAkg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1b9e13;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t0MfbXRAkg H3 {
  color: #232323;
}
.cid-t0MfbXRAkg .list {
  color: #6c758f;
}
.cid-t0MfbXRAkg .list SPAN {
  color: #241840;
}
.cid-t0MfbXRAkg .list .list LI {
  color: #353535;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdn7Pexh9n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMxg72Sd8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMxg72Sd8 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMxg72Sd8 .title_block {
  margin-bottom: 50px;
}
.cid-tzMxg72Sd8 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMxg72Sd8 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMxg72Sd8 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMxg72Sd8 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMxg72Sd8 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMxg72Sd8 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMxg72Sd8 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMxg72Sd8 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMxg72Sd8 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMxg72Sd8 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMxg72Sd8 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMxg72Sd8 .title_block {
    text-align: center;
  }
  .cid-tzMxg72Sd8 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMxg72Sd8 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMxg72Sd8 .btn {
    padding: 14px 26px;
  }
}
.cid-tzMxg72Sd8 .mbr-text,
.cid-tzMxg72Sd8 .mbr-section-btn {
  color: #ffffff;
}
.cid-t0JuyQNXPq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0JuyQNXPq blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t0JuyQNXPq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t0JuyQNXPq .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdncJuYcdP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzMTiMbcTf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzMTiMbcTf .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzMTiMbcTf .title_block {
  margin-bottom: 50px;
}
.cid-tzMTiMbcTf .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzMTiMbcTf .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzMTiMbcTf .mbr-text {
  margin-bottom: 30px;
}
.cid-tzMTiMbcTf .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzMTiMbcTf .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzMTiMbcTf .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzMTiMbcTf .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzMTiMbcTf .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzMTiMbcTf .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzMTiMbcTf .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzMTiMbcTf .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzMTiMbcTf .title_block {
    text-align: center;
  }
  .cid-tzMTiMbcTf .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzMTiMbcTf .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzMTiMbcTf .btn {
    padding: 14px 26px;
  }
}
.cid-tzMTiMbcTf .mbr-text,
.cid-tzMTiMbcTf .mbr-section-btn {
  color: #ffffff;
}
.cid-tzRY2thMad {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tzRY2thMad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzRY2thMad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzRY2thMad .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tzRY2thMad .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tzRY2thMad .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tzRY2thMad .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tzRY2thMad .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tzRY2thMad .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzRY2thMad .mbr-section-head {
  width: 100%;
}
.cid-tzRY2thMad .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tzRY2thMad .mbr-section-title {
    text-align: center;
  }
}
.cid-tzRY2thMad .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzRY2thMad .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tzRY2thMad .card-row {
  align-items: stretch;
}
.cid-tzRY2thMad .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tzRY2thMad .item {
    margin-top: 30px;
  }
}
.cid-tzRY2thMad .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-tzRY2thMad .item-wrapper {
    padding: 20px;
  }
}
.cid-tzRY2thMad .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzRY2thMad .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tzRY2thMad .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tzRY2thMad .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tzRY2thMad .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzRY2thMad .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tzRY2thMad .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tzRY2thMad .card-title {
    margin-bottom: 10px;
  }
}
.cid-tzRY2thMad .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
}
.cid-tzRY2thMad .card-text a {
  transition: .4s all;
}
.cid-tzRY2thMad .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzq7QSyxGi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzq7QUSa3X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzq7QUSa3X .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzq7QUSa3X .title_block {
  margin-bottom: 50px;
}
.cid-tzq7QUSa3X .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzq7QUSa3X .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzq7QUSa3X .mbr-text {
  margin-bottom: 30px;
}
.cid-tzq7QUSa3X .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzq7QUSa3X .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzq7QUSa3X .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzq7QUSa3X .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzq7QUSa3X .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzq7QUSa3X .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzq7QUSa3X .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzq7QUSa3X .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzq7QUSa3X .title_block {
    text-align: center;
  }
  .cid-tzq7QUSa3X .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzq7QUSa3X .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzq7QUSa3X .btn {
    padding: 14px 26px;
  }
}
.cid-tzq7QUSa3X .mbr-text,
.cid-tzq7QUSa3X .mbr-section-btn {
  color: #ffffff;
}
.cid-tzq7QWWzqS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzq7QWWzqS .mbr-gallery-filter {
  text-align: left;
}
.cid-tzq7QWWzqS .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzq7QWWzqS .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzq7QWWzqS .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzq7QWWzqS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzq7QWWzqS .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzq7QWWzqS .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzq7QWWzqS .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzq7QWWzqS .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq7QWWzqS .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzq7QWWzqS .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzq7QWWzqS .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzq7QWWzqS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzq7QWWzqS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzq7QWWzqS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzq7QWWzqS .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzq7QWWzqS .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzq7QWWzqS .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzq7sDuBDj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzq7sEFw23 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzq7sEFw23 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzq7sEFw23 .title_block {
  margin-bottom: 50px;
}
.cid-tzq7sEFw23 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzq7sEFw23 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzq7sEFw23 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzq7sEFw23 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzq7sEFw23 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzq7sEFw23 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzq7sEFw23 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzq7sEFw23 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzq7sEFw23 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzq7sEFw23 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzq7sEFw23 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzq7sEFw23 .title_block {
    text-align: center;
  }
  .cid-tzq7sEFw23 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzq7sEFw23 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzq7sEFw23 .btn {
    padding: 14px 26px;
  }
}
.cid-tzq7sEFw23 .mbr-text,
.cid-tzq7sEFw23 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzq7sH9ylJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzq7sH9ylJ .mbr-gallery-filter {
  text-align: left;
}
.cid-tzq7sH9ylJ .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzq7sH9ylJ .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzq7sH9ylJ .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzq7sH9ylJ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzq7sH9ylJ .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzq7sH9ylJ .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzq7sH9ylJ .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzq7sH9ylJ .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq7sH9ylJ .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzq7sH9ylJ .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzq7sH9ylJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzq7sH9ylJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzq7sH9ylJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzq7sH9ylJ .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzq7sH9ylJ .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzq7sH9ylJ .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzq707EPPU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzq708K2vm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzq708K2vm .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzq708K2vm .title_block {
  margin-bottom: 50px;
}
.cid-tzq708K2vm .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzq708K2vm .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzq708K2vm .mbr-text {
  margin-bottom: 30px;
}
.cid-tzq708K2vm .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzq708K2vm .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzq708K2vm .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzq708K2vm .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzq708K2vm .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzq708K2vm .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzq708K2vm .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzq708K2vm .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzq708K2vm .title_block {
    text-align: center;
  }
  .cid-tzq708K2vm .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzq708K2vm .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzq708K2vm .btn {
    padding: 14px 26px;
  }
}
.cid-tzq708K2vm .mbr-text,
.cid-tzq708K2vm .mbr-section-btn {
  color: #ffffff;
}
.cid-tzq70axVR7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzq70axVR7 .mbr-gallery-filter {
  text-align: left;
}
.cid-tzq70axVR7 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzq70axVR7 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzq70axVR7 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzq70axVR7 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzq70axVR7 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzq70axVR7 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzq70axVR7 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzq70axVR7 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq70axVR7 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq70axVR7 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzq70axVR7 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzq70axVR7 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzq70axVR7 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzq70axVR7 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzq70axVR7 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzq70axVR7 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzq70axVR7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzq70axVR7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzq70axVR7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzq70axVR7 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzq70axVR7 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzq70axVR7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzq70axVR7 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzq70axVR7 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzq70axVR7 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzq70axVR7 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzq70axVR7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzq70axVR7 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzq70axVR7 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzq70axVR7 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzq6HC5T6Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzq6HDjNjN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzq6HDjNjN .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzq6HDjNjN .title_block {
  margin-bottom: 50px;
}
.cid-tzq6HDjNjN .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzq6HDjNjN .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzq6HDjNjN .mbr-text {
  margin-bottom: 30px;
}
.cid-tzq6HDjNjN .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzq6HDjNjN .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzq6HDjNjN .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzq6HDjNjN .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzq6HDjNjN .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzq6HDjNjN .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzq6HDjNjN .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzq6HDjNjN .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzq6HDjNjN .title_block {
    text-align: center;
  }
  .cid-tzq6HDjNjN .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzq6HDjNjN .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzq6HDjNjN .btn {
    padding: 14px 26px;
  }
}
.cid-tzq6HDjNjN .mbr-text,
.cid-tzq6HDjNjN .mbr-section-btn {
  color: #ffffff;
}
.cid-tzq6HFgtZX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzq6HFgtZX .mbr-gallery-filter {
  text-align: left;
}
.cid-tzq6HFgtZX .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzq6HFgtZX .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzq6HFgtZX .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzq6HFgtZX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzq6HFgtZX .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzq6HFgtZX .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzq6HFgtZX .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzq6HFgtZX .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq6HFgtZX .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzq6HFgtZX .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzq6HFgtZX .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzq6HFgtZX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzq6HFgtZX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzq6HFgtZX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzq6HFgtZX .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzq6HFgtZX .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzq6HFgtZX .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpSJFWyUc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpSJHzqdT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpSJHzqdT .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpSJHzqdT .title_block {
  margin-bottom: 50px;
}
.cid-tzpSJHzqdT .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpSJHzqdT .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpSJHzqdT .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpSJHzqdT .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpSJHzqdT .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpSJHzqdT .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpSJHzqdT .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpSJHzqdT .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpSJHzqdT .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpSJHzqdT .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpSJHzqdT .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpSJHzqdT .title_block {
    text-align: center;
  }
  .cid-tzpSJHzqdT .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpSJHzqdT .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpSJHzqdT .btn {
    padding: 14px 26px;
  }
}
.cid-tzpSJHzqdT .mbr-text,
.cid-tzpSJHzqdT .mbr-section-btn {
  color: #ffffff;
}
.cid-tzq6m6gwUo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzq6m6gwUo .mbr-gallery-filter {
  text-align: left;
}
.cid-tzq6m6gwUo .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzq6m6gwUo .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzq6m6gwUo .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzq6m6gwUo .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzq6m6gwUo .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzq6m6gwUo .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzq6m6gwUo .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzq6m6gwUo .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq6m6gwUo .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzq6m6gwUo .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzq6m6gwUo .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzq6m6gwUo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzq6m6gwUo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzq6m6gwUo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzq6m6gwUo .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzq6m6gwUo .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzq6m6gwUo .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpRFQ6lNc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpRFR7mJn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpRFR7mJn .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpRFR7mJn .title_block {
  margin-bottom: 50px;
}
.cid-tzpRFR7mJn .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpRFR7mJn .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpRFR7mJn .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpRFR7mJn .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpRFR7mJn .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpRFR7mJn .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpRFR7mJn .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpRFR7mJn .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpRFR7mJn .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpRFR7mJn .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpRFR7mJn .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpRFR7mJn .title_block {
    text-align: center;
  }
  .cid-tzpRFR7mJn .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpRFR7mJn .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpRFR7mJn .btn {
    padding: 14px 26px;
  }
}
.cid-tzpRFR7mJn .mbr-text,
.cid-tzpRFR7mJn .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpRFSRAn7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpRFSRAn7 .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpRFSRAn7 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpRFSRAn7 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpRFSRAn7 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpRFSRAn7 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpRFSRAn7 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpRFSRAn7 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpRFSRAn7 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpRFSRAn7 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpRFSRAn7 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpRFSRAn7 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpRFSRAn7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpRFSRAn7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpRFSRAn7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpRFSRAn7 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpRFSRAn7 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpRFSRAn7 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpS1tXZhz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpS1vLOhi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpS1vLOhi .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpS1vLOhi .title_block {
  margin-bottom: 50px;
}
.cid-tzpS1vLOhi .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpS1vLOhi .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpS1vLOhi .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpS1vLOhi .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpS1vLOhi .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpS1vLOhi .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpS1vLOhi .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpS1vLOhi .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpS1vLOhi .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpS1vLOhi .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpS1vLOhi .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpS1vLOhi .title_block {
    text-align: center;
  }
  .cid-tzpS1vLOhi .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpS1vLOhi .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpS1vLOhi .btn {
    padding: 14px 26px;
  }
}
.cid-tzpS1vLOhi .mbr-text,
.cid-tzpS1vLOhi .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpS1xwI3F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpS1xwI3F .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpS1xwI3F .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpS1xwI3F .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpS1xwI3F .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpS1xwI3F .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpS1xwI3F .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpS1xwI3F .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpS1xwI3F .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpS1xwI3F .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpS1xwI3F .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpS1xwI3F .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpS1xwI3F .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpS1xwI3F .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpS1xwI3F .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpS1xwI3F .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpS1xwI3F .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpS1xwI3F .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpS1xwI3F .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpRjS06fr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpRjT1vrk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpRjT1vrk .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpRjT1vrk .title_block {
  margin-bottom: 50px;
}
.cid-tzpRjT1vrk .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpRjT1vrk .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpRjT1vrk .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpRjT1vrk .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpRjT1vrk .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpRjT1vrk .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpRjT1vrk .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpRjT1vrk .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpRjT1vrk .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpRjT1vrk .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpRjT1vrk .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpRjT1vrk .title_block {
    text-align: center;
  }
  .cid-tzpRjT1vrk .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpRjT1vrk .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpRjT1vrk .btn {
    padding: 14px 26px;
  }
}
.cid-tzpRjT1vrk .mbr-text,
.cid-tzpRjT1vrk .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpRjUt7KZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpRjUt7KZ .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpRjUt7KZ .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpRjUt7KZ .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpRjUt7KZ .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpRjUt7KZ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpRjUt7KZ .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpRjUt7KZ .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpRjUt7KZ .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpRjUt7KZ .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpRjUt7KZ .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpRjUt7KZ .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpRjUt7KZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpRjUt7KZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpRjUt7KZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpRjUt7KZ .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpRjUt7KZ .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpRjUt7KZ .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpR0qYOve {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpR0s4nvi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpR0s4nvi .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpR0s4nvi .title_block {
  margin-bottom: 50px;
}
.cid-tzpR0s4nvi .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpR0s4nvi .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpR0s4nvi .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpR0s4nvi .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpR0s4nvi .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpR0s4nvi .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpR0s4nvi .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpR0s4nvi .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpR0s4nvi .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpR0s4nvi .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpR0s4nvi .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpR0s4nvi .title_block {
    text-align: center;
  }
  .cid-tzpR0s4nvi .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpR0s4nvi .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpR0s4nvi .btn {
    padding: 14px 26px;
  }
}
.cid-tzpR0s4nvi .mbr-text,
.cid-tzpR0s4nvi .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpR0tM3Xq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpR0tM3Xq .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpR0tM3Xq .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpR0tM3Xq .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpR0tM3Xq .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpR0tM3Xq .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpR0tM3Xq .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpR0tM3Xq .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpR0tM3Xq .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpR0tM3Xq .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpR0tM3Xq .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpR0tM3Xq .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpR0tM3Xq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpR0tM3Xq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpR0tM3Xq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpR0tM3Xq .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpR0tM3Xq .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpR0tM3Xq .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpQcCCiZf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpQcDAMF8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpQcDAMF8 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpQcDAMF8 .title_block {
  margin-bottom: 50px;
}
.cid-tzpQcDAMF8 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpQcDAMF8 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpQcDAMF8 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpQcDAMF8 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpQcDAMF8 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpQcDAMF8 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpQcDAMF8 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpQcDAMF8 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpQcDAMF8 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpQcDAMF8 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpQcDAMF8 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpQcDAMF8 .title_block {
    text-align: center;
  }
  .cid-tzpQcDAMF8 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpQcDAMF8 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpQcDAMF8 .btn {
    padding: 14px 26px;
  }
}
.cid-tzpQcDAMF8 .mbr-text,
.cid-tzpQcDAMF8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpQcF62jI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpQcF62jI .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpQcF62jI .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpQcF62jI .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpQcF62jI .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpQcF62jI .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpQcF62jI .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpQcF62jI .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpQcF62jI .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpQcF62jI .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpQcF62jI .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpQcF62jI .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpQcF62jI .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpQcF62jI .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpQcF62jI .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpQcF62jI .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpQcF62jI .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpQcF62jI .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpQcF62jI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpQcF62jI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpQcF62jI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpQcF62jI .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpQcF62jI .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpQcF62jI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpQcF62jI .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpQcF62jI .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpQcF62jI .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpQcF62jI .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpQcF62jI .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpQcF62jI .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpQcF62jI .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpQcF62jI .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpPWqSRAP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpPWrYWSR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpPWrYWSR .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpPWrYWSR .title_block {
  margin-bottom: 50px;
}
.cid-tzpPWrYWSR .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpPWrYWSR .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpPWrYWSR .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpPWrYWSR .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpPWrYWSR .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpPWrYWSR .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpPWrYWSR .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpPWrYWSR .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpPWrYWSR .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpPWrYWSR .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpPWrYWSR .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpPWrYWSR .title_block {
    text-align: center;
  }
  .cid-tzpPWrYWSR .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpPWrYWSR .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpPWrYWSR .btn {
    padding: 14px 26px;
  }
}
.cid-tzpPWrYWSR .mbr-text,
.cid-tzpPWrYWSR .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpPWtIV7X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpPWtIV7X .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpPWtIV7X .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpPWtIV7X .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpPWtIV7X .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpPWtIV7X .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpPWtIV7X .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpPWtIV7X .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpPWtIV7X .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpPWtIV7X .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpPWtIV7X .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpPWtIV7X .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpPWtIV7X .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpPWtIV7X .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpPWtIV7X .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpPWtIV7X .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpPWtIV7X .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpPWtIV7X .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpPWtIV7X .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpPqXRgmO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpPqYZNMu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpPqYZNMu .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpPqYZNMu .title_block {
  margin-bottom: 50px;
}
.cid-tzpPqYZNMu .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpPqYZNMu .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpPqYZNMu .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpPqYZNMu .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpPqYZNMu .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpPqYZNMu .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpPqYZNMu .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpPqYZNMu .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpPqYZNMu .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpPqYZNMu .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpPqYZNMu .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpPqYZNMu .title_block {
    text-align: center;
  }
  .cid-tzpPqYZNMu .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpPqYZNMu .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpPqYZNMu .btn {
    padding: 14px 26px;
  }
}
.cid-tzpPqYZNMu .mbr-text,
.cid-tzpPqYZNMu .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpPr1g77T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpPr1g77T .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpPr1g77T .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpPr1g77T .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpPr1g77T .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpPr1g77T .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpPr1g77T .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpPr1g77T .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpPr1g77T .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpPr1g77T .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpPr1g77T .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpPr1g77T .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpPr1g77T .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpPr1g77T .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpPr1g77T .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpPr1g77T .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpPr1g77T .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpPr1g77T .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpPr1g77T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpPr1g77T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpPr1g77T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpPr1g77T .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpPr1g77T .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpPr1g77T .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpPr1g77T .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpPr1g77T .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpPr1g77T .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpPr1g77T .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpPr1g77T .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpPr1g77T .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpPr1g77T .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpPr1g77T .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpP9xpym6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpP9zwBjC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpP9zwBjC .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpP9zwBjC .title_block {
  margin-bottom: 50px;
}
.cid-tzpP9zwBjC .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpP9zwBjC .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpP9zwBjC .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpP9zwBjC .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpP9zwBjC .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpP9zwBjC .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpP9zwBjC .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpP9zwBjC .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpP9zwBjC .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpP9zwBjC .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpP9zwBjC .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpP9zwBjC .title_block {
    text-align: center;
  }
  .cid-tzpP9zwBjC .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpP9zwBjC .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpP9zwBjC .btn {
    padding: 14px 26px;
  }
}
.cid-tzpP9zwBjC .mbr-text,
.cid-tzpP9zwBjC .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpP9BPy3E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpP9BPy3E .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpP9BPy3E .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpP9BPy3E .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpP9BPy3E .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpP9BPy3E .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpP9BPy3E .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpP9BPy3E .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpP9BPy3E .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpP9BPy3E .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpP9BPy3E .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpP9BPy3E .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpP9BPy3E .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpP9BPy3E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpP9BPy3E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpP9BPy3E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpP9BPy3E .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpP9BPy3E .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpP9BPy3E .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpOVr5L4B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpOVsV6NY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpOVsV6NY .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpOVsV6NY .title_block {
  margin-bottom: 50px;
}
.cid-tzpOVsV6NY .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpOVsV6NY .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpOVsV6NY .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpOVsV6NY .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpOVsV6NY .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpOVsV6NY .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpOVsV6NY .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpOVsV6NY .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpOVsV6NY .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpOVsV6NY .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpOVsV6NY .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpOVsV6NY .title_block {
    text-align: center;
  }
  .cid-tzpOVsV6NY .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpOVsV6NY .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpOVsV6NY .btn {
    padding: 14px 26px;
  }
}
.cid-tzpOVsV6NY .mbr-text,
.cid-tzpOVsV6NY .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpOVuGfUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpOVuGfUv .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpOVuGfUv .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpOVuGfUv .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpOVuGfUv .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpOVuGfUv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpOVuGfUv .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpOVuGfUv .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpOVuGfUv .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpOVuGfUv .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpOVuGfUv .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpOVuGfUv .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpOVuGfUv .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpOVuGfUv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpOVuGfUv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpOVuGfUv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpOVuGfUv .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpOVuGfUv .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpOVuGfUv .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpOFi12Rd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpOFj9Uc0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpOFj9Uc0 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpOFj9Uc0 .title_block {
  margin-bottom: 50px;
}
.cid-tzpOFj9Uc0 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpOFj9Uc0 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpOFj9Uc0 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpOFj9Uc0 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpOFj9Uc0 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpOFj9Uc0 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpOFj9Uc0 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpOFj9Uc0 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpOFj9Uc0 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpOFj9Uc0 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpOFj9Uc0 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpOFj9Uc0 .title_block {
    text-align: center;
  }
  .cid-tzpOFj9Uc0 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpOFj9Uc0 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpOFj9Uc0 .btn {
    padding: 14px 26px;
  }
}
.cid-tzpOFj9Uc0 .mbr-text,
.cid-tzpOFj9Uc0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpOFkWT2e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpOFkWT2e .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpOFkWT2e .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpOFkWT2e .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpOFkWT2e .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpOFkWT2e .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpOFkWT2e .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpOFkWT2e .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpOFkWT2e .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpOFkWT2e .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpOFkWT2e .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpOFkWT2e .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpOFkWT2e .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpOFkWT2e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpOFkWT2e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpOFkWT2e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpOFkWT2e .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpOFkWT2e .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpOFkWT2e .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpOntWqt1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpOnwL8O0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpOnwL8O0 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpOnwL8O0 .title_block {
  margin-bottom: 50px;
}
.cid-tzpOnwL8O0 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpOnwL8O0 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpOnwL8O0 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpOnwL8O0 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpOnwL8O0 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpOnwL8O0 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpOnwL8O0 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpOnwL8O0 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpOnwL8O0 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpOnwL8O0 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpOnwL8O0 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpOnwL8O0 .title_block {
    text-align: center;
  }
  .cid-tzpOnwL8O0 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpOnwL8O0 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpOnwL8O0 .btn {
    padding: 14px 26px;
  }
}
.cid-tzpOnwL8O0 .mbr-text,
.cid-tzpOnwL8O0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpOnz0WwG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpOnz0WwG .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpOnz0WwG .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpOnz0WwG .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpOnz0WwG .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpOnz0WwG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpOnz0WwG .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpOnz0WwG .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpOnz0WwG .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpOnz0WwG .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpOnz0WwG .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpOnz0WwG .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpOnz0WwG .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpOnz0WwG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpOnz0WwG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpOnz0WwG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpOnz0WwG .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpOnz0WwG .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpOnz0WwG .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpIUT3wkP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpIUUh7Xa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpIUUh7Xa .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpIUUh7Xa .title_block {
  margin-bottom: 50px;
}
.cid-tzpIUUh7Xa .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpIUUh7Xa .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpIUUh7Xa .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpIUUh7Xa .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpIUUh7Xa .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpIUUh7Xa .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpIUUh7Xa .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpIUUh7Xa .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpIUUh7Xa .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpIUUh7Xa .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpIUUh7Xa .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpIUUh7Xa .title_block {
    text-align: center;
  }
  .cid-tzpIUUh7Xa .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpIUUh7Xa .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpIUUh7Xa .btn {
    padding: 14px 26px;
  }
}
.cid-tzpIUUh7Xa .mbr-text,
.cid-tzpIUUh7Xa .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpIUW8q1r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpIUW8q1r .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpIUW8q1r .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpIUW8q1r .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpIUW8q1r .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpIUW8q1r .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpIUW8q1r .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpIUW8q1r .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpIUW8q1r .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpIUW8q1r .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpIUW8q1r .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpIUW8q1r .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpIUW8q1r .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpIUW8q1r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpIUW8q1r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpIUW8q1r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpIUW8q1r .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpIUW8q1r .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpIUW8q1r .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpIDKngAh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpIDLvKO0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpIDLvKO0 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpIDLvKO0 .title_block {
  margin-bottom: 50px;
}
.cid-tzpIDLvKO0 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpIDLvKO0 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpIDLvKO0 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpIDLvKO0 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpIDLvKO0 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpIDLvKO0 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpIDLvKO0 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpIDLvKO0 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpIDLvKO0 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpIDLvKO0 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpIDLvKO0 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpIDLvKO0 .title_block {
    text-align: center;
  }
  .cid-tzpIDLvKO0 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpIDLvKO0 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpIDLvKO0 .btn {
    padding: 14px 26px;
  }
}
.cid-tzpIDLvKO0 .mbr-text,
.cid-tzpIDLvKO0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpIDNhXET {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpIDNhXET .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpIDNhXET .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpIDNhXET .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpIDNhXET .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpIDNhXET .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpIDNhXET .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpIDNhXET .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpIDNhXET .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpIDNhXET .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpIDNhXET .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpIDNhXET .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpIDNhXET .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpIDNhXET .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpIDNhXET .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpIDNhXET .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpIDNhXET .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpIDNhXET .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpIDNhXET .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpIDNhXET .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpIDNhXET .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpIDNhXET .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpIDNhXET .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpIDNhXET .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpIDNhXET .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpIDNhXET .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpIDNhXET .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpIDNhXET .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpIDNhXET .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpIDNhXET .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpIDNhXET .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpIDNhXET .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpInDWgqW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpInF325M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpInF325M .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpInF325M .title_block {
  margin-bottom: 50px;
}
.cid-tzpInF325M .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpInF325M .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpInF325M .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpInF325M .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpInF325M .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpInF325M .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpInF325M .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpInF325M .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpInF325M .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpInF325M .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpInF325M .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpInF325M .title_block {
    text-align: center;
  }
  .cid-tzpInF325M .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpInF325M .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpInF325M .btn {
    padding: 14px 26px;
  }
}
.cid-tzpInF325M .mbr-text,
.cid-tzpInF325M .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpInH10ld {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpInH10ld .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpInH10ld .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpInH10ld .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpInH10ld .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpInH10ld .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpInH10ld .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpInH10ld .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpInH10ld .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpInH10ld .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpInH10ld .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpInH10ld .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpInH10ld .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpInH10ld .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpInH10ld .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpInH10ld .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpInH10ld .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpInH10ld .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpInH10ld .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpInH10ld .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpInH10ld .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpInH10ld .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpInH10ld .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpInH10ld .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpInH10ld .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpInH10ld .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpInH10ld .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpInH10ld .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpInH10ld .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpInH10ld .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpInH10ld .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpInH10ld .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpI571J53 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpI586mXK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpI586mXK .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpI586mXK .title_block {
  margin-bottom: 50px;
}
.cid-tzpI586mXK .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpI586mXK .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpI586mXK .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpI586mXK .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpI586mXK .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpI586mXK .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpI586mXK .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpI586mXK .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpI586mXK .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpI586mXK .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpI586mXK .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpI586mXK .title_block {
    text-align: center;
  }
  .cid-tzpI586mXK .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpI586mXK .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpI586mXK .btn {
    padding: 14px 26px;
  }
}
.cid-tzpI586mXK .mbr-text,
.cid-tzpI586mXK .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpI5a2aFQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpI5a2aFQ .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpI5a2aFQ .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpI5a2aFQ .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpI5a2aFQ .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpI5a2aFQ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpI5a2aFQ .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpI5a2aFQ .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpI5a2aFQ .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpI5a2aFQ .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpI5a2aFQ .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpI5a2aFQ .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpI5a2aFQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpI5a2aFQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpI5a2aFQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpI5a2aFQ .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpI5a2aFQ .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpI5a2aFQ .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpHEv2dW2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpHEwaskm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpHEwaskm .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpHEwaskm .title_block {
  margin-bottom: 50px;
}
.cid-tzpHEwaskm .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpHEwaskm .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpHEwaskm .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpHEwaskm .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpHEwaskm .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpHEwaskm .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpHEwaskm .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpHEwaskm .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpHEwaskm .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpHEwaskm .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpHEwaskm .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpHEwaskm .title_block {
    text-align: center;
  }
  .cid-tzpHEwaskm .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpHEwaskm .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpHEwaskm .btn {
    padding: 14px 26px;
  }
}
.cid-tzpHEwaskm .mbr-text,
.cid-tzpHEwaskm .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpHExZGRj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpHExZGRj .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpHExZGRj .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpHExZGRj .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpHExZGRj .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpHExZGRj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpHExZGRj .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpHExZGRj .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpHExZGRj .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpHExZGRj .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpHExZGRj .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpHExZGRj .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpHExZGRj .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpHExZGRj .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpHExZGRj .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpHExZGRj .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpHExZGRj .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpHExZGRj .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpHExZGRj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpHExZGRj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpHExZGRj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpHExZGRj .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpHExZGRj .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpHExZGRj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpHExZGRj .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpHExZGRj .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpHExZGRj .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpHExZGRj .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpHExZGRj .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpHExZGRj .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpHExZGRj .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpHExZGRj .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpGZlACa9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpGZmU495 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpGZmU495 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpGZmU495 .title_block {
  margin-bottom: 50px;
}
.cid-tzpGZmU495 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpGZmU495 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpGZmU495 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpGZmU495 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpGZmU495 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpGZmU495 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpGZmU495 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpGZmU495 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpGZmU495 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpGZmU495 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpGZmU495 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpGZmU495 .title_block {
    text-align: center;
  }
  .cid-tzpGZmU495 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpGZmU495 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpGZmU495 .btn {
    padding: 14px 26px;
  }
}
.cid-tzpGZmU495 .mbr-text,
.cid-tzpGZmU495 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpGZp1GbM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpGZp1GbM .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpGZp1GbM .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpGZp1GbM .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpGZp1GbM .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpGZp1GbM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpGZp1GbM .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpGZp1GbM .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpGZp1GbM .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpGZp1GbM .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpGZp1GbM .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpGZp1GbM .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpGZp1GbM .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpGZp1GbM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpGZp1GbM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpGZp1GbM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpGZp1GbM .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpGZp1GbM .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpGZp1GbM .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpGA7CMB5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpGA8LifQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpGA8LifQ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpGA8LifQ .title_block {
  margin-bottom: 50px;
}
.cid-tzpGA8LifQ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpGA8LifQ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpGA8LifQ .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpGA8LifQ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpGA8LifQ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpGA8LifQ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpGA8LifQ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpGA8LifQ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpGA8LifQ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpGA8LifQ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpGA8LifQ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpGA8LifQ .title_block {
    text-align: center;
  }
  .cid-tzpGA8LifQ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpGA8LifQ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpGA8LifQ .btn {
    padding: 14px 26px;
  }
}
.cid-tzpGA8LifQ .mbr-text,
.cid-tzpGA8LifQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpGAaO1Lt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpGAaO1Lt .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpGAaO1Lt .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpGAaO1Lt .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpGAaO1Lt .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpGAaO1Lt .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpGAaO1Lt .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpGAaO1Lt .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpGAaO1Lt .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpGAaO1Lt .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpGAaO1Lt .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpGAaO1Lt .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpGAaO1Lt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpGAaO1Lt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpGAaO1Lt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpGAaO1Lt .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpGAaO1Lt .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpGAaO1Lt .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpGaf1WtS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpGagm9zJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpGagm9zJ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpGagm9zJ .title_block {
  margin-bottom: 50px;
}
.cid-tzpGagm9zJ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpGagm9zJ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpGagm9zJ .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpGagm9zJ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpGagm9zJ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpGagm9zJ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpGagm9zJ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpGagm9zJ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpGagm9zJ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpGagm9zJ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpGagm9zJ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpGagm9zJ .title_block {
    text-align: center;
  }
  .cid-tzpGagm9zJ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpGagm9zJ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpGagm9zJ .btn {
    padding: 14px 26px;
  }
}
.cid-tzpGagm9zJ .mbr-text,
.cid-tzpGagm9zJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpGaic1C6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpGaic1C6 .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpGaic1C6 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpGaic1C6 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpGaic1C6 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpGaic1C6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpGaic1C6 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpGaic1C6 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpGaic1C6 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpGaic1C6 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpGaic1C6 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpGaic1C6 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpGaic1C6 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpGaic1C6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpGaic1C6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpGaic1C6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpGaic1C6 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpGaic1C6 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpGaic1C6 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzpFIj60AA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpFIkl5QN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpFIkl5QN .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpFIkl5QN .title_block {
  margin-bottom: 50px;
}
.cid-tzpFIkl5QN .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpFIkl5QN .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpFIkl5QN .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpFIkl5QN .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpFIkl5QN .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpFIkl5QN .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpFIkl5QN .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpFIkl5QN .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpFIkl5QN .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpFIkl5QN .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpFIkl5QN .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpFIkl5QN .title_block {
    text-align: center;
  }
  .cid-tzpFIkl5QN .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpFIkl5QN .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpFIkl5QN .btn {
    padding: 14px 26px;
  }
}
.cid-tzpFIkl5QN .mbr-text,
.cid-tzpFIkl5QN .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpFImrR76 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpFImrR76 .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpFImrR76 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpFImrR76 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpFImrR76 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpFImrR76 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpFImrR76 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpFImrR76 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpFImrR76 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpFImrR76 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpFImrR76 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpFImrR76 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpFImrR76 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpFImrR76 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpFImrR76 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpFImrR76 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpFImrR76 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpFImrR76 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpFImrR76 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpFImrR76 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpFImrR76 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpFImrR76 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpFImrR76 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpFImrR76 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpFImrR76 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpFImrR76 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpFImrR76 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpFImrR76 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpFImrR76 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpFImrR76 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpFImrR76 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpFImrR76 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdncZWomRL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoOKoJvjd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoOKoJvjd .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoOKoJvjd .title_block {
  margin-bottom: 50px;
}
.cid-tzoOKoJvjd .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoOKoJvjd .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoOKoJvjd .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoOKoJvjd .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoOKoJvjd .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoOKoJvjd .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoOKoJvjd .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoOKoJvjd .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoOKoJvjd .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoOKoJvjd .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoOKoJvjd .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoOKoJvjd .title_block {
    text-align: center;
  }
  .cid-tzoOKoJvjd .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoOKoJvjd .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoOKoJvjd .btn {
    padding: 14px 26px;
  }
}
.cid-tzoOKoJvjd .mbr-text,
.cid-tzoOKoJvjd .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpDN2dxao {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpDN2dxao .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpDN2dxao .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpDN2dxao .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpDN2dxao .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpDN2dxao .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpDN2dxao .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpDN2dxao .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpDN2dxao .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpDN2dxao .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpDN2dxao .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpDN2dxao .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpDN2dxao .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpDN2dxao .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpDN2dxao .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpDN2dxao .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpDN2dxao .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpDN2dxao .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpDN2dxao .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpDN2dxao .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpDN2dxao .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpDN2dxao .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpDN2dxao .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpDN2dxao .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpDN2dxao .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpDN2dxao .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpDN2dxao .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpDN2dxao .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpDN2dxao .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpDN2dxao .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpDN2dxao .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpDN2dxao .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdndiS1Teg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoLNWildp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoLNWildp .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoLNWildp .title_block {
  margin-bottom: 50px;
}
.cid-tzoLNWildp .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoLNWildp .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoLNWildp .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoLNWildp .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoLNWildp .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoLNWildp .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoLNWildp .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoLNWildp .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoLNWildp .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoLNWildp .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoLNWildp .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoLNWildp .title_block {
    text-align: center;
  }
  .cid-tzoLNWildp .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoLNWildp .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoLNWildp .btn {
    padding: 14px 26px;
  }
}
.cid-tzoLNWildp .mbr-text,
.cid-tzoLNWildp .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpDcQHQE1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpDcQHQE1 .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpDcQHQE1 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpDcQHQE1 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpDcQHQE1 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpDcQHQE1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpDcQHQE1 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpDcQHQE1 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpDcQHQE1 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpDcQHQE1 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpDcQHQE1 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpDcQHQE1 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpDcQHQE1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpDcQHQE1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpDcQHQE1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpDcQHQE1 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpDcQHQE1 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpDcQHQE1 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdnd80PpNo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoNLQFdsI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoNLQFdsI .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoNLQFdsI .title_block {
  margin-bottom: 50px;
}
.cid-tzoNLQFdsI .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoNLQFdsI .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoNLQFdsI .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoNLQFdsI .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoNLQFdsI .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoNLQFdsI .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoNLQFdsI .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoNLQFdsI .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoNLQFdsI .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoNLQFdsI .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoNLQFdsI .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoNLQFdsI .title_block {
    text-align: center;
  }
  .cid-tzoNLQFdsI .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoNLQFdsI .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoNLQFdsI .btn {
    padding: 14px 26px;
  }
}
.cid-tzoNLQFdsI .mbr-text,
.cid-tzoNLQFdsI .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpDoPLNzG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpDoPLNzG .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpDoPLNzG .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpDoPLNzG .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpDoPLNzG .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpDoPLNzG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpDoPLNzG .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpDoPLNzG .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpDoPLNzG .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpDoPLNzG .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpDoPLNzG .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpDoPLNzG .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpDoPLNzG .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpDoPLNzG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpDoPLNzG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpDoPLNzG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpDoPLNzG .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpDoPLNzG .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpDoPLNzG .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdndqGMpsC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpCjpCEZ2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpCjpCEZ2 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpCjpCEZ2 .title_block {
  margin-bottom: 50px;
}
.cid-tzpCjpCEZ2 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpCjpCEZ2 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpCjpCEZ2 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpCjpCEZ2 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpCjpCEZ2 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpCjpCEZ2 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpCjpCEZ2 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpCjpCEZ2 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpCjpCEZ2 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpCjpCEZ2 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpCjpCEZ2 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpCjpCEZ2 .title_block {
    text-align: center;
  }
  .cid-tzpCjpCEZ2 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpCjpCEZ2 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpCjpCEZ2 .btn {
    padding: 14px 26px;
  }
}
.cid-tzpCjpCEZ2 .mbr-text,
.cid-tzpCjpCEZ2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzpClXkP3k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzpClXkP3k .mbr-gallery-filter {
  text-align: left;
}
.cid-tzpClXkP3k .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzpClXkP3k .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzpClXkP3k .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzpClXkP3k .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzpClXkP3k .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzpClXkP3k .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzpClXkP3k .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzpClXkP3k .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpClXkP3k .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzpClXkP3k .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzpClXkP3k .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzpClXkP3k .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzpClXkP3k .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzpClXkP3k .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzpClXkP3k .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzpClXkP3k .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzpClXkP3k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzpClXkP3k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzpClXkP3k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzpClXkP3k .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzpClXkP3k .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzpClXkP3k .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzpClXkP3k .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzpClXkP3k .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzpClXkP3k .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzpClXkP3k .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzpClXkP3k .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzpClXkP3k .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzpClXkP3k .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzpClXkP3k .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ti3iF1JHw3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpBVJJmzT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpBVJJmzT .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpBVJJmzT .title_block {
  margin-bottom: 50px;
}
.cid-tzpBVJJmzT .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpBVJJmzT .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpBVJJmzT .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpBVJJmzT .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpBVJJmzT .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpBVJJmzT .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpBVJJmzT .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpBVJJmzT .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpBVJJmzT .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpBVJJmzT .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpBVJJmzT .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpBVJJmzT .title_block {
    text-align: center;
  }
  .cid-tzpBVJJmzT .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpBVJJmzT .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpBVJJmzT .btn {
    padding: 14px 26px;
  }
}
.cid-tzpBVJJmzT .mbr-text,
.cid-tzpBVJJmzT .mbr-section-btn {
  color: #ffffff;
}
.cid-ufLqtCZtD5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ufLqtCZtD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufLqtCZtD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufLqtCZtD5 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-ufLqtCZtD5 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-ufLqtCZtD5 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ufLqtCZtD5 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-ufLqtCZtD5 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ufLqtCZtD5 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ufLqtCZtD5 .mbr-section-head {
  width: 100%;
}
.cid-ufLqtCZtD5 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-ufLqtCZtD5 .mbr-section-title {
    text-align: center;
  }
}
.cid-ufLqtCZtD5 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ufLqtCZtD5 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-ufLqtCZtD5 .card-row {
  align-items: stretch;
}
.cid-ufLqtCZtD5 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-ufLqtCZtD5 .item {
    margin-top: 30px;
  }
}
.cid-ufLqtCZtD5 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-ufLqtCZtD5 .item-wrapper {
    padding: 20px;
  }
}
.cid-ufLqtCZtD5 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-ufLqtCZtD5 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-ufLqtCZtD5 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-ufLqtCZtD5 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-ufLqtCZtD5 .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-ufLqtCZtD5 .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-ufLqtCZtD5 .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ufLqtCZtD5 .card-title {
    margin-bottom: 10px;
  }
}
.cid-ufLqtCZtD5 .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-ufLqtCZtD5 .card-text a {
  transition: .4s all;
}
.cid-ufLqtCZtD5 .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdnff7K47v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoL1vnRqu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoL1vnRqu .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoL1vnRqu .title_block {
  margin-bottom: 50px;
}
.cid-tzoL1vnRqu .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoL1vnRqu .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoL1vnRqu .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoL1vnRqu .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoL1vnRqu .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoL1vnRqu .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoL1vnRqu .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoL1vnRqu .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoL1vnRqu .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoL1vnRqu .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoL1vnRqu .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoL1vnRqu .title_block {
    text-align: center;
  }
  .cid-tzoL1vnRqu .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoL1vnRqu .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoL1vnRqu .btn {
    padding: 14px 26px;
  }
}
.cid-tzoL1vnRqu .mbr-text,
.cid-tzoL1vnRqu .mbr-section-btn {
  color: #ffffff;
}
.cid-tzp0UrIUfH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tzp0UrIUfH .mbr-gallery-filter {
  text-align: left;
}
.cid-tzp0UrIUfH .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tzp0UrIUfH .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tzp0UrIUfH .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tzp0UrIUfH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tzp0UrIUfH .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tzp0UrIUfH .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tzp0UrIUfH .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tzp0UrIUfH .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzp0UrIUfH .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tzp0UrIUfH .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tzp0UrIUfH .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tzp0UrIUfH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzp0UrIUfH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzp0UrIUfH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tzp0UrIUfH .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tzp0UrIUfH .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tzp0UrIUfH .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdnfGxfBYs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoJKPUII0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoJKPUII0 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoJKPUII0 .title_block {
  margin-bottom: 50px;
}
.cid-tzoJKPUII0 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoJKPUII0 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoJKPUII0 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoJKPUII0 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoJKPUII0 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoJKPUII0 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoJKPUII0 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoJKPUII0 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoJKPUII0 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoJKPUII0 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoJKPUII0 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoJKPUII0 .title_block {
    text-align: center;
  }
  .cid-tzoJKPUII0 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoJKPUII0 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoJKPUII0 .btn {
    padding: 14px 26px;
  }
}
.cid-tzoJKPUII0 .mbr-text,
.cid-tzoJKPUII0 .mbr-section-btn {
  color: #ffffff;
}
.cid-t0GFcte8xW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-t0GFcte8xW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0GFcte8xW .team-card:hover {
  transform: translateY(-10px);
}
.cid-t0GFcte8xW img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cid-t0GFcte8xW .image-wrap {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 767px) {
  .cid-t0GFcte8xW .image-wrap {
    width: 100%;
  }
}
.cid-t0GFcte8xW .icon-plus {
  font-size: 1rem;
  color: currentColor;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.cid-t0GFcte8xW .line {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 5px;
  background: #ffd96a;
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-t0GFcte8xW .line {
    display: none;
  }
}
.cid-t0GFcte8xW .container {
  max-width: 1400px;
}
@media (min-width: 767px) {
  .cid-t0GFcte8xW .container {
    padding: 0 3rem;
  }
}
.cid-t0GFcte8xW .content-wrap {
  padding: 2rem;
}
.cid-t0GFcte8xW .icon {
  font-size: 2.5rem;
  color: currentColor;
  padding-bottom: 1rem;
  display: block;
}
.cid-t0GFcte8xW .card1 {
  background: #6f5ad3;
  padding: 0;
}
.cid-t0GFcte8xW .card2 {
  background: #27b7eb;
  padding: 0;
}
.cid-t0GFcte8xW .card3 {
  background: #faaf3f;
  padding: 0;
}
.cid-t0GFcte8xW .card4 {
  background: #59bb93;
  padding: 0;
}
.cid-t0GFcte8xW .card-wrap {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t0GFcte8xW .card-wrap {
    flex-direction: column;
  }
}
.cid-t0GFcte8xW .card-wrap:hover img {
  transform: scale(1);
}
.cid-t0GFcte8xW .card-wrap:hover .icon-plus {
  transform: rotate(90deg);
  transform-origin: center;
}
.cid-t0GFcte8xW .card-wrap .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0GFcte8xW .content-wrap {
    padding: 4rem 1rem;
    text-align: center;
  }
}
.cid-t0GFcte8xW .card-title,
.cid-t0GFcte8xW .icon,
.cid-t0GFcte8xW .icon-plus {
  color: #ffffff;
}
.cid-t0GFcte8xW .mbr-role {
  color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdng1xl0ul {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoIHs9PGj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoIHs9PGj .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoIHs9PGj .title_block {
  margin-bottom: 50px;
}
.cid-tzoIHs9PGj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoIHs9PGj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoIHs9PGj .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoIHs9PGj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoIHs9PGj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoIHs9PGj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoIHs9PGj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoIHs9PGj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoIHs9PGj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoIHs9PGj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoIHs9PGj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoIHs9PGj .title_block {
    text-align: center;
  }
  .cid-tzoIHs9PGj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoIHs9PGj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoIHs9PGj .btn {
    padding: 14px 26px;
  }
}
.cid-tzoIHs9PGj .mbr-text,
.cid-tzoIHs9PGj .mbr-section-btn {
  color: #ffffff;
}
.cid-tzoIBSFnbz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzoIBSFnbz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-tzoIBSFnbz .mbr-section-title {
  margin-bottom: 20px;
  color: #3d626c;
  text-align: center;
}
.cid-tzoIBSFnbz .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-tzoIBSFnbz a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-tzoIBSFnbz .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tzoIBSFnbz .mbr-text,
.cid-tzoIBSFnbz .button-align {
  text-align: center;
  color: #000000;
}
.cid-tzoIBSFnbz a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-tzoHKW1yeu {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
.cid-tzoHKW1yeu .video-wrapper iframe {
  width: 100%;
}
.cid-tzoHKW1yeu .mbr-section-title {
  align-self: left;
  width: 100%;
}
.cid-tzoHKW1yeu .mbr-text {
  align-self: right;
  color: #9b9ba5;
}
@media (max-width: 767px) {
  .cid-tzoHKW1yeu .mbr-section-title,
  .cid-tzoHKW1yeu .mbr-text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-tzoHKW1yeu .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdngnZ5ork {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoGpMi6zy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoGpMi6zy .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoGpMi6zy .title_block {
  margin-bottom: 50px;
}
.cid-tzoGpMi6zy .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoGpMi6zy .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoGpMi6zy .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoGpMi6zy .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoGpMi6zy .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoGpMi6zy .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoGpMi6zy .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoGpMi6zy .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoGpMi6zy .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoGpMi6zy .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoGpMi6zy .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoGpMi6zy .title_block {
    text-align: center;
  }
  .cid-tzoGpMi6zy .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoGpMi6zy .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoGpMi6zy .btn {
    padding: 14px 26px;
  }
}
.cid-tzoGpMi6zy .mbr-text,
.cid-tzoGpMi6zy .mbr-section-btn {
  color: #ffffff;
}
.cid-tzoGBnybKE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzoGBnybKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzoGBnybKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzoGBnybKE .video-wrapper iframe {
  width: 100%;
}
.cid-tzoGBnybKE .mbr-section-title,
.cid-tzoGBnybKE .mbr-section-subtitle,
.cid-tzoGBnybKE .mbr-text {
  text-align: center;
}
.cid-tzoGBnybKE .mbr-section-title {
  color: #010d4c;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdngCaAVh3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzoDgOvuOl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzoDgOvuOl .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzoDgOvuOl .title_block {
  margin-bottom: 50px;
}
.cid-tzoDgOvuOl .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzoDgOvuOl .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzoDgOvuOl .mbr-text {
  margin-bottom: 30px;
}
.cid-tzoDgOvuOl .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzoDgOvuOl .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzoDgOvuOl .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzoDgOvuOl .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzoDgOvuOl .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzoDgOvuOl .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzoDgOvuOl .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzoDgOvuOl .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzoDgOvuOl .title_block {
    text-align: center;
  }
  .cid-tzoDgOvuOl .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzoDgOvuOl .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzoDgOvuOl .btn {
    padding: 14px 26px;
  }
}
.cid-tzoDgOvuOl .mbr-text,
.cid-tzoDgOvuOl .mbr-section-btn {
  color: #ffffff;
}
.cid-tzoD8SY3to {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzoD8SY3to .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzoD8SY3to .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzoD8SY3to .video-wrapper iframe {
  width: 100%;
}
.cid-tzoD8SY3to .mbr-section-title,
.cid-tzoD8SY3to .mbr-section-subtitle,
.cid-tzoD8SY3to .mbr-text {
  text-align: center;
}
.cid-tzoD8SY3to .mbr-section-title {
  color: #010d4c;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHHrxmZ3K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysB3RA3cy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysB3RA3cy .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysB3RA3cy .title_block {
  margin-bottom: 50px;
}
.cid-tysB3RA3cy .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysB3RA3cy .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysB3RA3cy .mbr-text {
  margin-bottom: 30px;
}
.cid-tysB3RA3cy .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysB3RA3cy .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysB3RA3cy .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysB3RA3cy .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysB3RA3cy .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysB3RA3cy .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysB3RA3cy .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysB3RA3cy .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysB3RA3cy .title_block {
    text-align: center;
  }
  .cid-tysB3RA3cy .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysB3RA3cy .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysB3RA3cy .btn {
    padding: 14px 26px;
  }
}
.cid-tysB3RA3cy .mbr-text,
.cid-tysB3RA3cy .mbr-section-btn {
  color: #ffffff;
}
.cid-sYl0Na20k0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sYl0Na20k0 .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-sYl0Na20k0 .col-text {
    padding: 0 0 0 0;
  }
}
.cid-sYl0Na20k0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f9f7f5;
}
@media (max-width: 767px) {
  .cid-sYl0Na20k0 .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-sYl0Na20k0 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sYl0Na20k0 .label-text {
    text-align: center !important;
  }
}
.cid-sYl0Na20k0 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-sYl0Na20k0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sYl0Na20k0 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-sYl0Na20k0 .mbr-text {
    text-align: center !important;
  }
}
.cid-sYl0Na20k0 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-sYl0Na20k0 .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-sYl0Na20k0 .mbr-section-btn .btn {
  padding: 0;
}
.cid-sYl0Na20k0 .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-sYl0Na20k0 .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-sYl0Na20k0 .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-sYl0Na20k0 .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-sYl0Na20k0 .col-cards {
    padding-left: 5%;
  }
}
.cid-sYl0Na20k0 .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-sYl0Na20k0 .cards-wrap:hover {
  background-color: #f9f7f5;
}
.cid-sYl0Na20k0 .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-sYl0Na20k0 .card:hover {
  background-color: #f9f7f5;
}
@media (min-width: 768px) {
  .cid-sYl0Na20k0 .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-sYl0Na20k0 .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-sYl0Na20k0 .img-container {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .cid-sYl0Na20k0 .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-sYl0Na20k0 .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  position: relative;
}
.cid-sYl0Na20k0 .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sYl0Na20k0 .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-sYl0Na20k0 .card-title {
  color: #F0C48A;
  margin-bottom: 8px;
}
.cid-sYl0Na20k0 .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: center;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzRMdZeXH7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzRMe11JtY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzRMe11JtY .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzRMe11JtY .title_block {
  margin-bottom: 50px;
}
.cid-tzRMe11JtY .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzRMe11JtY .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzRMe11JtY .mbr-text {
  margin-bottom: 30px;
}
.cid-tzRMe11JtY .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzRMe11JtY .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzRMe11JtY .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzRMe11JtY .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzRMe11JtY .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzRMe11JtY .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzRMe11JtY .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzRMe11JtY .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzRMe11JtY .title_block {
    text-align: center;
  }
  .cid-tzRMe11JtY .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzRMe11JtY .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzRMe11JtY .btn {
    padding: 14px 26px;
  }
}
.cid-tzRMe11JtY .mbr-text,
.cid-tzRMe11JtY .mbr-section-btn {
  color: #ffffff;
}
.cid-tzRWPT0SLK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tzRWPT0SLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzRWPT0SLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzRWPT0SLK .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tzRWPT0SLK .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tzRWPT0SLK .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tzRWPT0SLK .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tzRWPT0SLK .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tzRWPT0SLK .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzRWPT0SLK .mbr-section-head {
  width: 100%;
}
.cid-tzRWPT0SLK .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tzRWPT0SLK .mbr-section-title {
    text-align: center;
  }
}
.cid-tzRWPT0SLK .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzRWPT0SLK .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tzRWPT0SLK .card-row {
  align-items: stretch;
}
.cid-tzRWPT0SLK .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tzRWPT0SLK .item {
    margin-top: 30px;
  }
}
.cid-tzRWPT0SLK .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-tzRWPT0SLK .item-wrapper {
    padding: 20px;
  }
}
.cid-tzRWPT0SLK .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzRWPT0SLK .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tzRWPT0SLK .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tzRWPT0SLK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tzRWPT0SLK .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzRWPT0SLK .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tzRWPT0SLK .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tzRWPT0SLK .card-title {
    margin-bottom: 10px;
  }
}
.cid-tzRWPT0SLK .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
}
.cid-tzRWPT0SLK .card-text a {
  transition: .4s all;
}
.cid-tzRWPT0SLK .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzSDzS9IUA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzSDzUJ8i5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzSDzUJ8i5 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzSDzUJ8i5 .title_block {
  margin-bottom: 50px;
}
.cid-tzSDzUJ8i5 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzSDzUJ8i5 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzSDzUJ8i5 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzSDzUJ8i5 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzSDzUJ8i5 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzSDzUJ8i5 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzSDzUJ8i5 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzSDzUJ8i5 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzSDzUJ8i5 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzSDzUJ8i5 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzSDzUJ8i5 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzSDzUJ8i5 .title_block {
    text-align: center;
  }
  .cid-tzSDzUJ8i5 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzSDzUJ8i5 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzSDzUJ8i5 .btn {
    padding: 14px 26px;
  }
}
.cid-tzSDzUJ8i5 .mbr-text,
.cid-tzSDzUJ8i5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzSDzZs4Ys {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tzSDzZs4Ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzSDzZs4Ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzSDzZs4Ys .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tzSDzZs4Ys .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tzSDzZs4Ys .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tzSDzZs4Ys .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tzSDzZs4Ys .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tzSDzZs4Ys .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzSDzZs4Ys .mbr-section-head {
  width: 100%;
}
.cid-tzSDzZs4Ys .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tzSDzZs4Ys .mbr-section-title {
    text-align: center;
  }
}
.cid-tzSDzZs4Ys .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzSDzZs4Ys .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tzSDzZs4Ys .card-row {
  align-items: stretch;
}
.cid-tzSDzZs4Ys .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tzSDzZs4Ys .item {
    margin-top: 30px;
  }
}
.cid-tzSDzZs4Ys .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-tzSDzZs4Ys .item-wrapper {
    padding: 20px;
  }
}
.cid-tzSDzZs4Ys .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzSDzZs4Ys .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tzSDzZs4Ys .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tzSDzZs4Ys .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tzSDzZs4Ys .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzSDzZs4Ys .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tzSDzZs4Ys .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzSDzZs4Ys .card-title {
    margin-bottom: 10px;
  }
}
.cid-tzSDzZs4Ys .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
}
.cid-tzSDzZs4Ys .card-text a {
  transition: .4s all;
}
.cid-tzSDzZs4Ys .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzSHOy2tpt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzSHOBrL88 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzSHOBrL88 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzSHOBrL88 .title_block {
  margin-bottom: 50px;
}
.cid-tzSHOBrL88 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzSHOBrL88 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzSHOBrL88 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzSHOBrL88 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzSHOBrL88 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzSHOBrL88 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzSHOBrL88 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzSHOBrL88 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzSHOBrL88 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzSHOBrL88 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzSHOBrL88 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzSHOBrL88 .title_block {
    text-align: center;
  }
  .cid-tzSHOBrL88 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzSHOBrL88 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzSHOBrL88 .btn {
    padding: 14px 26px;
  }
}
.cid-tzSHOBrL88 .mbr-text,
.cid-tzSHOBrL88 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzSK4Z1dbT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tzSK4Z1dbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzSK4Z1dbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzSK4Z1dbT .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tzSK4Z1dbT .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tzSK4Z1dbT .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tzSK4Z1dbT .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tzSK4Z1dbT .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tzSK4Z1dbT .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzSK4Z1dbT .mbr-section-head {
  width: 100%;
}
.cid-tzSK4Z1dbT .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tzSK4Z1dbT .mbr-section-title {
    text-align: center;
  }
}
.cid-tzSK4Z1dbT .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzSK4Z1dbT .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tzSK4Z1dbT .card-row {
  align-items: stretch;
}
.cid-tzSK4Z1dbT .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tzSK4Z1dbT .item {
    margin-top: 30px;
  }
}
.cid-tzSK4Z1dbT .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-tzSK4Z1dbT .item-wrapper {
    padding: 20px;
  }
}
.cid-tzSK4Z1dbT .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzSK4Z1dbT .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tzSK4Z1dbT .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tzSK4Z1dbT .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tzSK4Z1dbT .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzSK4Z1dbT .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tzSK4Z1dbT .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tzSK4Z1dbT .card-title {
    margin-bottom: 10px;
  }
}
.cid-tzSK4Z1dbT .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
}
.cid-tzSK4Z1dbT .card-text a {
  transition: .4s all;
}
.cid-tzSK4Z1dbT .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzXx29Z20w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzXx2do56C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzXx2do56C .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzXx2do56C .title_block {
  margin-bottom: 50px;
}
.cid-tzXx2do56C .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzXx2do56C .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzXx2do56C .mbr-text {
  margin-bottom: 30px;
}
.cid-tzXx2do56C .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzXx2do56C .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzXx2do56C .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzXx2do56C .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzXx2do56C .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzXx2do56C .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzXx2do56C .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzXx2do56C .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzXx2do56C .title_block {
    text-align: center;
  }
  .cid-tzXx2do56C .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzXx2do56C .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzXx2do56C .btn {
    padding: 14px 26px;
  }
}
.cid-tzXx2do56C .mbr-text,
.cid-tzXx2do56C .mbr-section-btn {
  color: #ffffff;
}
.cid-tzXBA8250c {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-copy-2000x2000.jpg");
}
.cid-tzXBA8250c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzXBA8250c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzXBA8250c .mbr-text,
.cid-tzXBA8250c .mbr-section-btn {
  color: #1b9e13;
}
.cid-tzXx2gDQ9I {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tzXx2gDQ9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzXx2gDQ9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzXx2gDQ9I .al {
  text-align: justify;
}
.cid-tzXx2gDQ9I .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tzXx2gDQ9I .row {
  justify-content: flex-start;
}
.cid-tzXx2gDQ9I .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tzXx2gDQ9I .content-container {
    flex-wrap: wrap;
  }
}
.cid-tzXx2gDQ9I .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tzXx2gDQ9I .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tzXx2gDQ9I .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tzXx2gDQ9I .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tzXx2gDQ9I .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tzXx2gDQ9I .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tzXx2gDQ9I .label-text {
  color: #000000;
  margin: 0;
}
.cid-tzXx2gDQ9I .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tzXx2gDQ9I .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tzXx2gDQ9I .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tzXx2gDQ9I .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tzXx2gDQ9I .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tzXx2gDQ9I .mbr-section-title,
.cid-tzXx2gDQ9I .mbr-section-btn {
  text-align: left;
}
.cid-tzXC9aOhZ3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzXC9aOhZ3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tzXC9aOhZ3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tzXC9aOhZ3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tzXBeh7NWj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tzXBeh7NWj .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-tzXBeh7NWj .mbr-section-title {
  margin-bottom: 20px;
  color: #090f10;
  text-align: center;
}
.cid-tzXBeh7NWj .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-tzXBeh7NWj a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-tzXBeh7NWj .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tzXBeh7NWj .mbr-text,
.cid-tzXBeh7NWj .button-align {
  text-align: center;
  color: #000000;
}
.cid-tzXBeh7NWj a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-tRSrL7mh7z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tRSrL7mh7z .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tRSrL7mh7z .col-title {
    margin-bottom: 40px;
  }
}
.cid-tRSrL7mh7z .mbr-section-title {
  color: #2B2B2B;
}
.cid-tRSrL7mh7z .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-tRSrL7mh7z .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-tRSrL7mh7z .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-tRSrL7mh7z .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-tRSrL7mh7z .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRSrL7mh7z .carousel {
    height: 380px;
  }
  .cid-tRSrL7mh7z .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tRSrL7mh7z .carousel {
    height: 320px;
  }
  .cid-tRSrL7mh7z .carousel img {
    max-height: 320px;
  }
}
.cid-tRSrL7mh7z .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-tRSrL7mh7z .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-tRSrL7mh7z .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tRSrL7mh7z .carousel-inner {
    max-width: 460px;
  }
}
.cid-tRSrL7mh7z .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-tRSrL7mh7z .item-wrapper {
  width: 100%;
}
.cid-tRSrL7mh7z .carousel-caption {
  bottom: 30px;
}
.cid-tRSrL7mh7z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRSrL7mh7z .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRSrL7mh7z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tRSrL7mh7z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tRSrL7mh7z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRSrL7mh7z .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #1b9e13;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-tRSrL7mh7z .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-tRSrL7mh7z .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tRSrL7mh7z .carousel-control.carousel-control-next {
  right: 0;
}
.cid-tRSrL7mh7z .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-tRSrL7mh7z .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-tRSrL7mh7z .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-tRSrL7mh7z .carousel-indicators li.active,
.cid-tRSrL7mh7z .carousel-indicators li:hover {
  background-color: #1b9e13;
  height: 10px !important;
  width: 10px !important;
}
.cid-tRSrL7mh7z .carousel-indicators li::after,
.cid-tRSrL7mh7z .carousel-indicators li::before {
  content: none;
}
.cid-tRSrL7mh7z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tRSrL7mh7z .container,
.cid-tRSrL7mh7z .container-fluid {
  position: relative;
}
.cid-tRSrL7mh7z .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tRSrL7mh7z .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tRSrL7mh7z .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-tRSrL7mh7z .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-tRSrL7mh7z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tzXHBcKX3N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tzXHBcKX3N .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-tzXHBcKX3N .mbr-section-title {
  margin-bottom: 20px;
  color: #090f10;
  text-align: center;
}
.cid-tzXHBcKX3N .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-tzXHBcKX3N a {
  font-weight: 400;
  letter-spacing: 5.2px;
  transition: all .3s;
}
.cid-tzXHBcKX3N .mbr-text {
  padding-bottom: 30px;
  max-width: 1100px;
  margin: auto;
}
.cid-tzXHBcKX3N .mbr-text,
.cid-tzXHBcKX3N .button-align {
  text-align: center;
  color: #000000;
}
.cid-tzXHBcKX3N a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-tzXGVrToFe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzXGVrToFe .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tzXGVrToFe .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tzXGVrToFe .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tzYfuSumg8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzYfMiTv2Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzYfMiTv2Y .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzYfMiTv2Y .title_block {
  margin-bottom: 50px;
}
.cid-tzYfMiTv2Y .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzYfMiTv2Y .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzYfMiTv2Y .mbr-text {
  margin-bottom: 30px;
}
.cid-tzYfMiTv2Y .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzYfMiTv2Y .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzYfMiTv2Y .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzYfMiTv2Y .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzYfMiTv2Y .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzYfMiTv2Y .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzYfMiTv2Y .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzYfMiTv2Y .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzYfMiTv2Y .title_block {
    text-align: center;
  }
  .cid-tzYfMiTv2Y .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzYfMiTv2Y .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzYfMiTv2Y .btn {
    padding: 14px 26px;
  }
}
.cid-tzYfMiTv2Y .mbr-text,
.cid-tzYfMiTv2Y .mbr-section-btn {
  color: #ffffff;
}
.cid-tzYfNEJvTX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tzYfNEJvTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzYfNEJvTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzYfNEJvTX .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tzYfNEJvTX .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tzYfNEJvTX .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tzYfNEJvTX .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tzYfNEJvTX .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tzYfNEJvTX .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzYfNEJvTX .mbr-section-head {
  width: 100%;
}
.cid-tzYfNEJvTX .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tzYfNEJvTX .mbr-section-title {
    text-align: center;
  }
}
.cid-tzYfNEJvTX .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzYfNEJvTX .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tzYfNEJvTX .card-row {
  align-items: stretch;
}
.cid-tzYfNEJvTX .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tzYfNEJvTX .item {
    margin-top: 30px;
  }
}
.cid-tzYfNEJvTX .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-tzYfNEJvTX .item-wrapper {
    padding: 20px;
  }
}
.cid-tzYfNEJvTX .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzYfNEJvTX .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tzYfNEJvTX .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tzYfNEJvTX .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tzYfNEJvTX .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzYfNEJvTX .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tzYfNEJvTX .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tzYfNEJvTX .card-title {
    margin-bottom: 10px;
  }
}
.cid-tzYfNEJvTX .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
}
.cid-tzYfNEJvTX .card-text a {
  transition: .4s all;
}
.cid-tzYfNEJvTX .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tA9axxUfto {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tA9axyBRyQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tA9axyBRyQ .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tA9axyBRyQ .title_block {
  margin-bottom: 50px;
}
.cid-tA9axyBRyQ .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tA9axyBRyQ .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tA9axyBRyQ .mbr-text {
  margin-bottom: 30px;
}
.cid-tA9axyBRyQ .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tA9axyBRyQ .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tA9axyBRyQ .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tA9axyBRyQ .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tA9axyBRyQ .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tA9axyBRyQ .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tA9axyBRyQ .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tA9axyBRyQ .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tA9axyBRyQ .title_block {
    text-align: center;
  }
  .cid-tA9axyBRyQ .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tA9axyBRyQ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tA9axyBRyQ .btn {
    padding: 14px 26px;
  }
}
.cid-tA9axyBRyQ .mbr-text,
.cid-tA9axyBRyQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tA9axzIw4e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tA9axzIw4e .mbr-gallery-filter {
  text-align: left;
}
.cid-tA9axzIw4e .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tA9axzIw4e .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tA9axzIw4e .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tA9axzIw4e .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tA9axzIw4e .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tA9axzIw4e .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tA9axzIw4e .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tA9axzIw4e .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tA9axzIw4e .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tA9axzIw4e .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tA9axzIw4e .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tA9axzIw4e .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tA9axzIw4e .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tA9axzIw4e .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tA9axzIw4e .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tA9axzIw4e .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tA9axzIw4e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tA9axzIw4e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tA9axzIw4e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tA9axzIw4e .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tA9axzIw4e .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tA9axzIw4e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tA9axzIw4e .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tA9axzIw4e .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tA9axzIw4e .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tA9axzIw4e .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tA9axzIw4e .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tA9axzIw4e .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tA9axzIw4e .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tA9axzIw4e .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tA9cW9wfla {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tA9cWaa8ab {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tA9cWaa8ab .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tA9cWaa8ab .title_block {
  margin-bottom: 50px;
}
.cid-tA9cWaa8ab .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tA9cWaa8ab .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tA9cWaa8ab .mbr-text {
  margin-bottom: 30px;
}
.cid-tA9cWaa8ab .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tA9cWaa8ab .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tA9cWaa8ab .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tA9cWaa8ab .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tA9cWaa8ab .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tA9cWaa8ab .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tA9cWaa8ab .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tA9cWaa8ab .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tA9cWaa8ab .title_block {
    text-align: center;
  }
  .cid-tA9cWaa8ab .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tA9cWaa8ab .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tA9cWaa8ab .btn {
    padding: 14px 26px;
  }
}
.cid-tA9cWaa8ab .mbr-text,
.cid-tA9cWaa8ab .mbr-section-btn {
  color: #ffffff;
}
.cid-tA9cWbt0SV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tA9cWbt0SV .mbr-gallery-filter {
  text-align: left;
}
.cid-tA9cWbt0SV .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tA9cWbt0SV .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tA9cWbt0SV .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tA9cWbt0SV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tA9cWbt0SV .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tA9cWbt0SV .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tA9cWbt0SV .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tA9cWbt0SV .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tA9cWbt0SV .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tA9cWbt0SV .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tA9cWbt0SV .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tA9cWbt0SV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tA9cWbt0SV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tA9cWbt0SV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tA9cWbt0SV .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tA9cWbt0SV .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tA9cWbt0SV .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tHqqC7NUgr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e43f3f;
}
.cid-tB5XpjTDr3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB5XpjTDr3 h3 {
  text-align: center;
}
.cid-tB5XpjTDr3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tB5XpjTDr3 .mbr-content-text {
  color: #000000;
}
.cid-tB5XpjTDr3 .panel-item {
  background: #ffffff;
}
.cid-tB5XpjTDr3 .card {
  word-wrap: break-word;
}
.cid-tB5XpjTDr3 .mbr-iconfont {
  color: #dd8100 !important;
  font-size: 3.5rem !important;
}
.cid-tB5XpjTDr3 H4 {
  color: #3cac0b;
}
.cid-tB5XFA7htF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/b-1800x942.jpg");
}
.cid-tB5XFA7htF .mbr-section-subtitle {
  color: #aeaeae;
}
.cid-tB5XFA7htF .carousel-item {
  justify-content: flex-start;
  text-align: left;
}
.cid-tB5XFA7htF .carousel-item.active,
.cid-tB5XFA7htF .carousel-item-next,
.cid-tB5XFA7htF .carousel-item-prev {
  display: flex;
}
.cid-tB5XFA7htF .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
  width: 5%;
}
.cid-tB5XFA7htF .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}
.cid-tB5XFA7htF .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tB5XFA7htF .carousel-controls {
    display: none;
  }
}
.cid-tB5XFA7htF .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-tB5XFA7htF .btn.btn-sm {
  padding: 9px 41px;
}
.cid-tB5XFA7htF .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-tB5XFA7htF .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-tB5XFA7htF .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #666666;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-tB5XFA7htF .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tB5XFA7htF * {
    text-align: center;
  }
}
.cid-tB5XHuznr4 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tB5XHuznr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB5XHuznr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB5XHuznr4 .al {
  text-align: justify;
}
.cid-tB5XHuznr4 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tB5XHuznr4 .row {
  justify-content: flex-start;
}
.cid-tB5XHuznr4 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tB5XHuznr4 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tB5XHuznr4 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 55%;
}
@media (max-width: 767px) {
  .cid-tB5XHuznr4 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tB5XHuznr4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tB5XHuznr4 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tB5XHuznr4 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tB5XHuznr4 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tB5XHuznr4 .label-text {
  color: #000000;
  margin: 0;
}
.cid-tB5XHuznr4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tB5XHuznr4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tB5XHuznr4 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tB5XHuznr4 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tB5XHuznr4 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tB5XHuznr4 .mbr-section-title,
.cid-tB5XHuznr4 .mbr-section-btn {
  text-align: left;
  color: #e43f3f;
}
.cid-tTixpz4Rgn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTixpz4Rgn iframe,
.cid-tTixpz4Rgn img,
.cid-tTixpz4Rgn video {
  width: 100%;
}
.cid-tTixpz4Rgn .mbr-media {
  position: relative;
}
.cid-tTixpz4Rgn .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tTixpz4Rgn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tTixpz4Rgn .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tTixpz4Rgn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTixpz4Rgn .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tTixpz4Rgn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTixpz4Rgn .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tTixpz4Rgn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTixpz4Rgn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTixpz4Rgn .mbr-section-title {
  color: #e43f3f;
}
.cid-tB5YxpDpfU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB5YxpDpfU .mbr-section-title {
  margin-bottom: 20px;
  color: #e43f3f;
  text-align: center;
}
.cid-tB5YxpDpfU .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tB5YxpDpfU .mbr-text {
  margin: 10px 0;
}
.cid-tB5YxpDpfU .divider {
  background-color: #1b9e13;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tB5YxpDpfU .btn-primary:hover {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
@media (max-width: 767px) {
  .cid-tB5YxpDpfU .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tB5YxpDpfU .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ugB4tCdqG1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-ugB4tCdqG1 .container {
  max-width: 1600px;
}
.cid-ugB4tCdqG1 .row {
  justify-content: center;
}
.cid-ugB4tCdqG1 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ugB4tCdqG1 .text-container {
    margin-bottom: 50px;
  }
}
.cid-ugB4tCdqG1 .mbr-section-title {
  color: #212132;
}
.cid-ugB4tCdqG1 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-ugB4tCdqG1 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ugB4tCdqG1 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-ugB4tCdqG1 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-ugB4tCdqG1 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-ugB4tCdqG1 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ugB4tCdqG1 .card:hover {
  transform: scale(0.96);
}
.cid-ugB4tCdqG1 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ugB4tCdqG1 .card-wrapper {
    padding: 16px;
  }
}
.cid-ugB4tCdqG1 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ugB4tCdqG1 .card-box {
    margin-bottom: 20px;
  }
}
.cid-ugB4tCdqG1 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-ugB4tCdqG1 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugB4tCdqG1 .card-text {
    margin-top: 8px;
  }
}
.cid-ugB4tCdqG1 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ugB4tCdqG1 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ugB4tCdqG1 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ugB4tCdqG1 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-ugB4tCdqG1 .card-img {
    height: auto;
  }
}
.cid-ugB4tCdqG1 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ugB4tCdqG1 .card-title,
.cid-ugB4tCdqG1 .mbr-section-btn {
  color: #ea3415;
}
.cid-tTdHNzKIwJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tTdHNzKIwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTdHNzKIwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTdHNzKIwJ .mbr-text,
.cid-tTdHNzKIwJ .mbr-section-btn {
  color: #232323;
}
.cid-tTdHNzKIwJ .card-title,
.cid-tTdHNzKIwJ .card-box {
  color: #ffffff;
}
.cid-tTdHNzKIwJ .mbr-text,
.cid-tTdHNzKIwJ .link-wrap {
  color: #ffffff;
}
.cid-tB5XOTpVCV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tB5XOTpVCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB5XOTpVCV .al {
  text-align: justify;
}
.cid-tB5XOTpVCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB5XOTpVCV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tB5XOTpVCV .card {
    margin-bottom: 2rem!important;
  }
  .cid-tB5XOTpVCV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB5XOTpVCV .link-wrap {
    align-items: center;
  }
}
.cid-tB5XOTpVCV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tB5XOTpVCV .mbr-text,
.cid-tB5XOTpVCV .link-wrap,
.cid-tB5XOTpVCV .mbr-section-btn {
  color: #000000;
}
.cid-tB5XOTpVCV .card-title,
.cid-tB5XOTpVCV .card-box {
  color: #000000;
}
.cid-tB5YBBqTiF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB5YBBqTiF .mbr-section-title {
  margin-bottom: 20px;
  color: #e43f3f;
  text-align: center;
}
.cid-tB5YBBqTiF .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tB5YBBqTiF .mbr-text {
  margin: 10px 0;
}
.cid-tB5YBBqTiF .divider {
  background-color: #1b9e13;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tB5YBBqTiF .btn-primary:hover {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
@media (max-width: 767px) {
  .cid-tB5YBBqTiF .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tB5YBBqTiF .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tHrbshNxCC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tHrbshNxCC .mbr-section-head {
  margin-bottom: 60px;
}
.cid-tHrbshNxCC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tHrbshNxCC .card-wrap .image-wrap img {
  object-fit: cover;
  width: 150px;
}
.cid-tHrbshNxCC .button {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .cid-tHrbshNxCC .button {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tHrbshNxCC .button {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .cid-tHrbshNxCC .button {
    justify-content: space-between;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .cid-tHrbshNxCC .button {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .cid-tHrbshNxCC .button {
    max-width: 1200px;
  }
}
.cid-tHrbshNxCC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 140px;
  max-width: 140px;
}
@media (max-width: 768px) {
  .cid-tHrbshNxCC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tHrbshNxCC .embla__button--next,
.cid-tHrbshNxCC .embla__button--prev {
  display: flex;
}
.cid-tHrbshNxCC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHrbshNxCC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHrbshNxCC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHrbshNxCC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHrbshNxCC .embla__button {
    top: auto;
  }
}
.cid-tHrbshNxCC .embla {
  position: relative;
  width: 100%;
}
.cid-tHrbshNxCC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHrbshNxCC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHrbshNxCC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHrbshNxCC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tB5XSZfbS4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/foliage-tropical-leaf-dark-green-with-rain-water-drop-texture-abstract-pattern-nature-background-2000x1333.jpg");
}
.cid-tB5XSZfbS4 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-tB5XSZfbS4 .align-center {
    text-align: center;
  }
}
.cid-tB5Y0NBPFo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB5Y0NBPFo .mbr-section-title {
  margin-bottom: 20px;
  color: #e43f3f;
  text-align: center;
}
.cid-tB5Y0NBPFo .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tB5Y0NBPFo .mbr-text {
  margin: 10px 0;
}
.cid-tB5Y0NBPFo .divider {
  background-color: #1b9e13;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-tB5Y0NBPFo .btn-primary:hover {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
@media (max-width: 767px) {
  .cid-tB5Y0NBPFo .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-tB5Y0NBPFo .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tRTOVzbONU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tRTOVzbONU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRTOVzbONU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRTOVzbONU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tRTOVzbONU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tRTOVzbONU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRTOVzbONU .container {
    padding: 0 20px;
  }
}
.cid-tRTOVzbONU .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-tRTOVzbONU .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tRTOVzbONU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tRTOVzbONU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRTOVzbONU .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tRTOVzbONU .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tRTOVzbONU .embla__button--next,
.cid-tRTOVzbONU .embla__button--prev {
  display: flex;
}
.cid-tRTOVzbONU .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #1b9e13;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRTOVzbONU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRTOVzbONU .embla__button:hover {
  background: transparent;
  color: #1b9e13;
  opacity: .7;
}
.cid-tRTOVzbONU .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tRTOVzbONU .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tRTOVzbONU .embla__button {
    top: 7rem;
  }
}
.cid-tRTOVzbONU .embla {
  position: relative;
  width: 100%;
}
.cid-tRTOVzbONU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRTOVzbONU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRTOVzbONU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRTOVzbONU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tB5YHBnNn2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/large-foliage-tropical-leaf-dark-green-with-rain-water-drop-texture-abstract-nature-background-2000x1333.jpg");
}
.cid-tB5YHBnNn2 .mbr-overlay {
  background: #6b3df0;
}
.cid-tB5YHBnNn2 .title_block {
  margin-bottom: 50px;
}
.cid-tB5YHBnNn2 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tB5YHBnNn2 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tB5YHBnNn2 .mbr-text {
  margin-bottom: 30px;
}
.cid-tB5YHBnNn2 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tB5YHBnNn2 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tB5YHBnNn2 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tB5YHBnNn2 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tB5YHBnNn2 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tB5YHBnNn2 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tB5YHBnNn2 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tB5YHBnNn2 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tB5YHBnNn2 .title_block {
    text-align: center;
  }
  .cid-tB5YHBnNn2 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tB5YHBnNn2 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tB5YHBnNn2 .btn {
    padding: 14px 26px;
  }
}
.cid-tB5YHBnNn2 .mbr-text,
.cid-tB5YHBnNn2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tHfqXVzRTE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tHfqXVzRTE .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tHfqXVzRTE .mbr-section-title {
  text-align: center;
}
.cid-tHfqXVzRTE .mbr-section-subtitle {
  margin-bottom: 2.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHfqXVzRTE .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tHfqXVzRTE .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHfqXVzRTE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tHfqXVzRTE .mbr-text {
  color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-tB5YP4C91n.popup-builder {
  background-color: #ffffff;
}
.cid-tB5YP4C91n.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tB5YP4C91n.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tB5YP4C91n .modal-content,
.cid-tB5YP4C91n .modal-dialog {
  height: auto;
}
.cid-tB5YP4C91n .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tB5YP4C91n .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tB5YP4C91n .form-wrapper .mbr-form .form-group,
  .cid-tB5YP4C91n .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tB5YP4C91n .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tB5YP4C91n .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-tB5YP4C91n .mbr-text {
  text-align: center;
}
.cid-tB5YP4C91n .pt-0 {
  padding-top: 0 !important;
}
.cid-tB5YP4C91n .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tB5YP4C91n .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tB5YP4C91n .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tB5YP4C91n .modal-open {
  overflow: hidden;
}
.cid-tB5YP4C91n .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tB5YP4C91n .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tB5YP4C91n .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tB5YP4C91n .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-tB5YP4C91n .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tB5YP4C91n .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tB5YP4C91n .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tB5YP4C91n .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-tB5YP4C91n .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tB5YP4C91n .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tB5YP4C91n .modal-backdrop.fade {
  opacity: 0;
}
.cid-tB5YP4C91n .modal-backdrop.show {
  opacity: .5;
}
.cid-tB5YP4C91n .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-tB5YP4C91n .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tB5YP4C91n .modal-header {
    padding: 1rem;
  }
}
.cid-tB5YP4C91n .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tB5YP4C91n .modal-header .close svg {
  fill: #353535;
}
.cid-tB5YP4C91n .modal-header .close:hover {
  opacity: 1;
}
.cid-tB5YP4C91n .modal-header .close:focus {
  outline: none;
}
.cid-tB5YP4C91n .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tB5YP4C91n .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tB5YP4C91n .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tB5YP4C91n .modal-body {
    padding: 1rem;
  }
}
.cid-tB5YP4C91n .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-tB5YP4C91n .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tB5YP4C91n .modal-footer {
    padding: 1rem;
  }
}
.cid-tB5YP4C91n .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tB5YP4C91n .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tB5YP4C91n .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tB5YP4C91n .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tB5YP4C91n .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tB5YP4C91n .modal-lg,
  .cid-tB5YP4C91n .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tB5YP4C91n .modal-xl {
    max-width: 1140px;
  }
}
.cid-tB5YP4C91n .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tB5YP4C91n .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-tB5YP4C91n .form-group {
  margin-bottom: 1rem;
}
.cid-tB5YP4C91n .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tB5YP4C91n .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tB5YP4C91n .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-tB5YP4C91n .mbr-section-btn {
  margin: 0;
}
.cid-tB5YP4C91n .mbr-section-btn .btn {
  margin: 0;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCvUFYKouF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCvUFZpM7q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCvUFZpM7q .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCvUFZpM7q .title_block {
  margin-bottom: 50px;
}
.cid-tCvUFZpM7q .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCvUFZpM7q .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCvUFZpM7q .mbr-text {
  margin-bottom: 30px;
}
.cid-tCvUFZpM7q .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCvUFZpM7q .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCvUFZpM7q .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCvUFZpM7q .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCvUFZpM7q .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCvUFZpM7q .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCvUFZpM7q .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCvUFZpM7q .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCvUFZpM7q .title_block {
    text-align: center;
  }
  .cid-tCvUFZpM7q .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCvUFZpM7q .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCvUFZpM7q .btn {
    padding: 14px 26px;
  }
}
.cid-tCvUFZpM7q .mbr-text,
.cid-tCvUFZpM7q .mbr-section-btn {
  color: #ffffff;
}
.cid-tCvUG1aYC6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCvUG1aYC6 .mbr-gallery-filter {
  text-align: left;
}
.cid-tCvUG1aYC6 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tCvUG1aYC6 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tCvUG1aYC6 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tCvUG1aYC6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tCvUG1aYC6 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tCvUG1aYC6 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tCvUG1aYC6 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tCvUG1aYC6 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCvUG1aYC6 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tCvUG1aYC6 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tCvUG1aYC6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvUG1aYC6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvUG1aYC6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tCvUG1aYC6 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tCvUG1aYC6 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tCvUG1aYC6 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCvYWWKYoG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCvYWXj3Rx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCvYWXj3Rx .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCvYWXj3Rx .title_block {
  margin-bottom: 50px;
}
.cid-tCvYWXj3Rx .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCvYWXj3Rx .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCvYWXj3Rx .mbr-text {
  margin-bottom: 30px;
}
.cid-tCvYWXj3Rx .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCvYWXj3Rx .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCvYWXj3Rx .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCvYWXj3Rx .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCvYWXj3Rx .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCvYWXj3Rx .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCvYWXj3Rx .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCvYWXj3Rx .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCvYWXj3Rx .title_block {
    text-align: center;
  }
  .cid-tCvYWXj3Rx .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCvYWXj3Rx .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCvYWXj3Rx .btn {
    padding: 14px 26px;
  }
}
.cid-tCvYWXj3Rx .mbr-text,
.cid-tCvYWXj3Rx .mbr-section-btn {
  color: #ffffff;
}
.cid-tCvYWYPuZY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCvYWYPuZY .mbr-gallery-filter {
  text-align: left;
}
.cid-tCvYWYPuZY .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tCvYWYPuZY .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tCvYWYPuZY .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tCvYWYPuZY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tCvYWYPuZY .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tCvYWYPuZY .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tCvYWYPuZY .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tCvYWYPuZY .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCvYWYPuZY .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tCvYWYPuZY .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tCvYWYPuZY .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tCvYWYPuZY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvYWYPuZY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvYWYPuZY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tCvYWYPuZY .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tCvYWYPuZY .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tCvYWYPuZY .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCw4QZXWYL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCw4R0GFft {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCw4R0GFft .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCw4R0GFft .title_block {
  margin-bottom: 50px;
}
.cid-tCw4R0GFft .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCw4R0GFft .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCw4R0GFft .mbr-text {
  margin-bottom: 30px;
}
.cid-tCw4R0GFft .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCw4R0GFft .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCw4R0GFft .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCw4R0GFft .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCw4R0GFft .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCw4R0GFft .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCw4R0GFft .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCw4R0GFft .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCw4R0GFft .title_block {
    text-align: center;
  }
  .cid-tCw4R0GFft .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCw4R0GFft .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCw4R0GFft .btn {
    padding: 14px 26px;
  }
}
.cid-tCw4R0GFft .mbr-text,
.cid-tCw4R0GFft .mbr-section-btn {
  color: #ffffff;
}
.cid-tCw4R2lPI4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCw4R2lPI4 .mbr-gallery-filter {
  text-align: left;
}
.cid-tCw4R2lPI4 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tCw4R2lPI4 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tCw4R2lPI4 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tCw4R2lPI4 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tCw4R2lPI4 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tCw4R2lPI4 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tCw4R2lPI4 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tCw4R2lPI4 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCw4R2lPI4 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tCw4R2lPI4 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tCw4R2lPI4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCw4R2lPI4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCw4R2lPI4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tCw4R2lPI4 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tCw4R2lPI4 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tCw4R2lPI4 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdndzvMozV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tzpC4LXmi1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tzpC4LXmi1 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tzpC4LXmi1 .title_block {
  margin-bottom: 50px;
}
.cid-tzpC4LXmi1 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tzpC4LXmi1 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tzpC4LXmi1 .mbr-text {
  margin-bottom: 30px;
}
.cid-tzpC4LXmi1 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tzpC4LXmi1 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tzpC4LXmi1 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tzpC4LXmi1 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tzpC4LXmi1 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tzpC4LXmi1 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tzpC4LXmi1 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tzpC4LXmi1 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzpC4LXmi1 .title_block {
    text-align: center;
  }
  .cid-tzpC4LXmi1 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tzpC4LXmi1 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tzpC4LXmi1 .btn {
    padding: 14px 26px;
  }
}
.cid-tzpC4LXmi1 .mbr-text,
.cid-tzpC4LXmi1 .mbr-section-btn {
  color: #ffffff;
}
.cid-t0IaVYbkA3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t0IaVYbkA3 .mbr-gallery-filter {
  text-align: left;
}
.cid-t0IaVYbkA3 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-t0IaVYbkA3 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-t0IaVYbkA3 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-t0IaVYbkA3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t0IaVYbkA3 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-t0IaVYbkA3 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-t0IaVYbkA3 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-t0IaVYbkA3 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-t0IaVYbkA3 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 1px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-t0IaVYbkA3 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-t0IaVYbkA3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0IaVYbkA3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0IaVYbkA3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-t0IaVYbkA3 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-t0IaVYbkA3 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-t0IaVYbkA3 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCObJ5GmKu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCObJ7kVWA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCObJ7kVWA .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCObJ7kVWA .title_block {
  margin-bottom: 50px;
}
.cid-tCObJ7kVWA .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCObJ7kVWA .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCObJ7kVWA .mbr-text {
  margin-bottom: 30px;
}
.cid-tCObJ7kVWA .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCObJ7kVWA .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCObJ7kVWA .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCObJ7kVWA .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCObJ7kVWA .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCObJ7kVWA .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCObJ7kVWA .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCObJ7kVWA .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCObJ7kVWA .title_block {
    text-align: center;
  }
  .cid-tCObJ7kVWA .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCObJ7kVWA .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCObJ7kVWA .btn {
    padding: 14px 26px;
  }
}
.cid-tCObJ7kVWA .mbr-text,
.cid-tCObJ7kVWA .mbr-section-btn {
  color: #ffffff;
}
.cid-tCOdZSRi0V {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tCOdZSRi0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOdZSRi0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOdZSRi0V .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tCOdZSRi0V .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tCOdZSRi0V .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCOdZSRi0V .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tCOdZSRi0V .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCOdZSRi0V .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCOdZSRi0V .mbr-section-head {
  width: 100%;
}
.cid-tCOdZSRi0V .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tCOdZSRi0V .mbr-section-title {
    text-align: center;
  }
}
.cid-tCOdZSRi0V .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCOdZSRi0V .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tCOdZSRi0V .card-row {
  align-items: stretch;
}
.cid-tCOdZSRi0V .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCOdZSRi0V .item {
    margin-top: 30px;
  }
}
.cid-tCOdZSRi0V .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-tCOdZSRi0V .item-wrapper {
    padding: 20px;
  }
}
.cid-tCOdZSRi0V .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCOdZSRi0V .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tCOdZSRi0V .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tCOdZSRi0V .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tCOdZSRi0V .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tCOdZSRi0V .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tCOdZSRi0V .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tCOdZSRi0V .card-title {
    margin-bottom: 10px;
  }
}
.cid-tCOdZSRi0V .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
}
.cid-tCOdZSRi0V .card-text a {
  transition: .4s all;
}
.cid-tCOdZSRi0V .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCOg9NIUSy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCOg9OoDqc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCOg9OoDqc .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCOg9OoDqc .title_block {
  margin-bottom: 50px;
}
.cid-tCOg9OoDqc .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCOg9OoDqc .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCOg9OoDqc .mbr-text {
  margin-bottom: 30px;
}
.cid-tCOg9OoDqc .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCOg9OoDqc .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCOg9OoDqc .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCOg9OoDqc .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCOg9OoDqc .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCOg9OoDqc .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCOg9OoDqc .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCOg9OoDqc .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCOg9OoDqc .title_block {
    text-align: center;
  }
  .cid-tCOg9OoDqc .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCOg9OoDqc .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCOg9OoDqc .btn {
    padding: 14px 26px;
  }
}
.cid-tCOg9OoDqc .mbr-text,
.cid-tCOg9OoDqc .mbr-section-btn {
  color: #ffffff;
}
.cid-tCOg9Pen0c {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tCOg9Pen0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOg9Pen0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOg9Pen0c .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tCOg9Pen0c .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tCOg9Pen0c .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCOg9Pen0c .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tCOg9Pen0c .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCOg9Pen0c .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCOg9Pen0c .mbr-section-head {
  width: 100%;
}
.cid-tCOg9Pen0c .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tCOg9Pen0c .mbr-section-title {
    text-align: center;
  }
}
.cid-tCOg9Pen0c .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCOg9Pen0c .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tCOg9Pen0c .card-row {
  align-items: stretch;
}
.cid-tCOg9Pen0c .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCOg9Pen0c .item {
    margin-top: 30px;
  }
}
.cid-tCOg9Pen0c .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #353535;
}
@media (max-width: 575px) {
  .cid-tCOg9Pen0c .item-wrapper {
    padding: 20px;
  }
}
.cid-tCOg9Pen0c .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCOg9Pen0c .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tCOg9Pen0c .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #ffffff, #ffffff);
  opacity: 0;
  transition: .4s all;
}
.cid-tCOg9Pen0c .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tCOg9Pen0c .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tCOg9Pen0c .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tCOg9Pen0c .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tCOg9Pen0c .card-title {
    margin-bottom: 10px;
  }
}
.cid-tCOg9Pen0c .card-text {
  position: relative;
  z-index: 5;
  color: #000000;
  margin-bottom: 0;
}
.cid-tCOg9Pen0c .card-text a {
  transition: .4s all;
}
.cid-tCOg9Pen0c .card-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCOk6ZzX20 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCOk70ha6N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCOk70ha6N .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCOk70ha6N .title_block {
  margin-bottom: 50px;
}
.cid-tCOk70ha6N .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCOk70ha6N .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCOk70ha6N .mbr-text {
  margin-bottom: 30px;
}
.cid-tCOk70ha6N .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCOk70ha6N .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCOk70ha6N .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCOk70ha6N .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCOk70ha6N .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCOk70ha6N .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCOk70ha6N .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCOk70ha6N .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCOk70ha6N .title_block {
    text-align: center;
  }
  .cid-tCOk70ha6N .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCOk70ha6N .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCOk70ha6N .btn {
    padding: 14px 26px;
  }
}
.cid-tCOk70ha6N .mbr-text,
.cid-tCOk70ha6N .mbr-section-btn {
  color: #ffffff;
}
.cid-tCOmJLcrSs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCOmJLcrSs .mbr-gallery-filter {
  text-align: left;
}
.cid-tCOmJLcrSs .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tCOmJLcrSs .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tCOmJLcrSs .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tCOmJLcrSs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tCOmJLcrSs .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tCOmJLcrSs .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tCOmJLcrSs .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tCOmJLcrSs .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCOmJLcrSs .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 1px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tCOmJLcrSs .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tCOmJLcrSs .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tCOmJLcrSs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCOmJLcrSs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCOmJLcrSs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tCOmJLcrSs .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tCOmJLcrSs .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tCOmJLcrSs .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCOl0GMhTI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCOl0Hw8dj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCOl0Hw8dj .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCOl0Hw8dj .title_block {
  margin-bottom: 50px;
}
.cid-tCOl0Hw8dj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCOl0Hw8dj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCOl0Hw8dj .mbr-text {
  margin-bottom: 30px;
}
.cid-tCOl0Hw8dj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCOl0Hw8dj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCOl0Hw8dj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCOl0Hw8dj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCOl0Hw8dj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCOl0Hw8dj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCOl0Hw8dj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCOl0Hw8dj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCOl0Hw8dj .title_block {
    text-align: center;
  }
  .cid-tCOl0Hw8dj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCOl0Hw8dj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCOl0Hw8dj .btn {
    padding: 14px 26px;
  }
}
.cid-tCOl0Hw8dj .mbr-text,
.cid-tCOl0Hw8dj .mbr-section-btn {
  color: #ffffff;
}
.cid-tCOmGbW0yZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCOmGbW0yZ .mbr-gallery-filter {
  text-align: left;
}
.cid-tCOmGbW0yZ .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tCOmGbW0yZ .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tCOmGbW0yZ .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tCOmGbW0yZ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tCOmGbW0yZ .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tCOmGbW0yZ .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tCOmGbW0yZ .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tCOmGbW0yZ .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCOmGbW0yZ .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 1px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tCOmGbW0yZ .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tCOmGbW0yZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCOmGbW0yZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCOmGbW0yZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tCOmGbW0yZ .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tCOmGbW0yZ .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tCOmGbW0yZ .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tCOFR4zXv1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tCOFR6h4Yl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tCOFR6h4Yl .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tCOFR6h4Yl .title_block {
  margin-bottom: 50px;
}
.cid-tCOFR6h4Yl .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tCOFR6h4Yl .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tCOFR6h4Yl .mbr-text {
  margin-bottom: 30px;
}
.cid-tCOFR6h4Yl .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tCOFR6h4Yl .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tCOFR6h4Yl .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tCOFR6h4Yl .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tCOFR6h4Yl .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tCOFR6h4Yl .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tCOFR6h4Yl .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tCOFR6h4Yl .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCOFR6h4Yl .title_block {
    text-align: center;
  }
  .cid-tCOFR6h4Yl .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tCOFR6h4Yl .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tCOFR6h4Yl .btn {
    padding: 14px 26px;
  }
}
.cid-tCOFR6h4Yl .mbr-text,
.cid-tCOFR6h4Yl .mbr-section-btn {
  color: #ffffff;
}
.cid-tCOG5b5XL1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCOG5b5XL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOG5b5XL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOG5b5XL1 .video-wrapper iframe {
  width: 100%;
}
.cid-tCOG5b5XL1 .mbr-section-title,
.cid-tCOG5b5XL1 .mbr-section-subtitle,
.cid-tCOG5b5XL1 .mbr-text {
  text-align: center;
}
.cid-tCOG5b5XL1 .mbr-section-title {
  color: #010d4c;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tHpIwKixTa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tHpIwL5AIT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tHpIwL5AIT .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tHpIwL5AIT .title_block {
  margin-bottom: 50px;
}
.cid-tHpIwL5AIT .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tHpIwL5AIT .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tHpIwL5AIT .mbr-text {
  margin-bottom: 30px;
}
.cid-tHpIwL5AIT .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tHpIwL5AIT .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tHpIwL5AIT .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tHpIwL5AIT .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tHpIwL5AIT .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tHpIwL5AIT .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tHpIwL5AIT .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tHpIwL5AIT .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tHpIwL5AIT .title_block {
    text-align: center;
  }
  .cid-tHpIwL5AIT .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tHpIwL5AIT .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tHpIwL5AIT .btn {
    padding: 14px 26px;
  }
}
.cid-tHpIwL5AIT .mbr-text,
.cid-tHpIwL5AIT .mbr-section-btn {
  color: #ffffff;
}
.cid-tHpIwLzJcM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tHpIwLzJcM .mbr-gallery-filter {
  text-align: left;
}
.cid-tHpIwLzJcM .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-tHpIwLzJcM .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-tHpIwLzJcM .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-tHpIwLzJcM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tHpIwLzJcM .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-tHpIwLzJcM .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-tHpIwLzJcM .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-tHpIwLzJcM .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tHpIwLzJcM .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-tHpIwLzJcM .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-tHpIwLzJcM .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-tHpIwLzJcM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHpIwLzJcM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHpIwLzJcM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-tHpIwLzJcM .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-tHpIwLzJcM .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-tHpIwLzJcM .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tTe3GM5dPM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tTe3GPNQjo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tTe3GPNQjo .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tTe3GPNQjo .title_block {
  margin-bottom: 50px;
}
.cid-tTe3GPNQjo .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tTe3GPNQjo .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tTe3GPNQjo .mbr-text {
  margin-bottom: 30px;
}
.cid-tTe3GPNQjo .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tTe3GPNQjo .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tTe3GPNQjo .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tTe3GPNQjo .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tTe3GPNQjo .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tTe3GPNQjo .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tTe3GPNQjo .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tTe3GPNQjo .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTe3GPNQjo .title_block {
    text-align: center;
  }
  .cid-tTe3GPNQjo .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tTe3GPNQjo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tTe3GPNQjo .btn {
    padding: 14px 26px;
  }
}
.cid-tTe3GPNQjo .mbr-text,
.cid-tTe3GPNQjo .mbr-section-btn {
  color: #ffffff;
}
.cid-tTe4hUxnWH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tTe70HZlCU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tTe70J4Ku5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tTe70J4Ku5 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tTe70J4Ku5 .title_block {
  margin-bottom: 50px;
}
.cid-tTe70J4Ku5 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tTe70J4Ku5 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tTe70J4Ku5 .mbr-text {
  margin-bottom: 30px;
}
.cid-tTe70J4Ku5 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tTe70J4Ku5 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tTe70J4Ku5 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tTe70J4Ku5 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tTe70J4Ku5 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tTe70J4Ku5 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tTe70J4Ku5 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tTe70J4Ku5 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTe70J4Ku5 .title_block {
    text-align: center;
  }
  .cid-tTe70J4Ku5 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tTe70J4Ku5 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tTe70J4Ku5 .btn {
    padding: 14px 26px;
  }
}
.cid-tTe70J4Ku5 .mbr-text,
.cid-tTe70J4Ku5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTe70K4Q4v {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tTiraEWem9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tTiraFHJTj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tTiraFHJTj .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tTiraFHJTj .title_block {
  margin-bottom: 50px;
}
.cid-tTiraFHJTj .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tTiraFHJTj .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tTiraFHJTj .mbr-text {
  margin-bottom: 30px;
}
.cid-tTiraFHJTj .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tTiraFHJTj .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tTiraFHJTj .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tTiraFHJTj .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tTiraFHJTj .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tTiraFHJTj .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tTiraFHJTj .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tTiraFHJTj .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTiraFHJTj .title_block {
    text-align: center;
  }
  .cid-tTiraFHJTj .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tTiraFHJTj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tTiraFHJTj .btn {
    padding: 14px 26px;
  }
}
.cid-tTiraFHJTj .mbr-text,
.cid-tTiraFHJTj .mbr-section-btn {
  color: #ffffff;
}
.cid-uelKKJ9s3G {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-u2P7UNsuFp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-u2P7UNsuFp .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-u2P7UNsuFp .title_block {
  margin-bottom: 50px;
}
.cid-u2P7UNsuFp .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-u2P7UNsuFp .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u2P7UNsuFp .mbr-text {
  margin-bottom: 30px;
}
.cid-u2P7UNsuFp .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-u2P7UNsuFp .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-u2P7UNsuFp .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-u2P7UNsuFp .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-u2P7UNsuFp .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-u2P7UNsuFp .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-u2P7UNsuFp .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-u2P7UNsuFp .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2P7UNsuFp .title_block {
    text-align: center;
  }
  .cid-u2P7UNsuFp .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-u2P7UNsuFp .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-u2P7UNsuFp .btn {
    padding: 14px 26px;
  }
}
.cid-u2P7UNsuFp .mbr-text,
.cid-u2P7UNsuFp .mbr-section-btn {
  color: #ffffff;
}
.cid-u2P7i4mZun {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2P7i4mZun .mbr-text {
  color: #000000;
}
.cid-u2P7i4mZun .list {
  color: #666666;
}
.cid-u2P7i4mZun ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u2P7i4mZun li {
  padding-bottom: 0.5rem;
}
.cid-u2P7i4mZun p {
  text-align: justify;
}
#custom-html-489 {
  /* Type valid CSS here */
}
#custom-html-489 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-489 p {
  font-size: 60px;
  color: #777;
}
.cid-u2P9BCDyNs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2P9BCDyNs .mbr-text {
  color: #090f10;
}
.cid-u2P9BCDyNs .list {
  color: #666666;
}
.cid-u2P9BCDyNs ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u2P9BCDyNs li {
  padding-bottom: 0.5rem;
}
.cid-u2P9BCDyNs p {
  text-align: justify;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-u2Pct2G8iI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-u2Pct2G8iI .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-u2Pct2G8iI .title_block {
  margin-bottom: 50px;
}
.cid-u2Pct2G8iI .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-u2Pct2G8iI .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u2Pct2G8iI .mbr-text {
  margin-bottom: 30px;
}
.cid-u2Pct2G8iI .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-u2Pct2G8iI .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-u2Pct2G8iI .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-u2Pct2G8iI .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-u2Pct2G8iI .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-u2Pct2G8iI .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-u2Pct2G8iI .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-u2Pct2G8iI .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2Pct2G8iI .title_block {
    text-align: center;
  }
  .cid-u2Pct2G8iI .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-u2Pct2G8iI .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-u2Pct2G8iI .btn {
    padding: 14px 26px;
  }
}
.cid-u2Pct2G8iI .mbr-text,
.cid-u2Pct2G8iI .mbr-section-btn {
  color: #ffffff;
}
.cid-u2PcaC2A4J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2PcaC2A4J .mbr-text {
  color: #000000;
}
.cid-u2PcaC2A4J .list {
  color: #666666;
}
.cid-u2PcaC2A4J ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u2PcaC2A4J li {
  padding-bottom: 0.5rem;
}
.cid-u2PcaC2A4J p {
  text-align: justify;
}
#custom-html-48b {
  /* Type valid CSS here */
}
#custom-html-48b div {
  padding: 50px 0;
  color: #777;
  text-align: center;
}
#custom-html-48b p {
  font-size: 60px;
  color: #777;
}
.cid-u2Pccr25aF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2Pccr25aF .mbr-text {
  color: #090f10;
}
.cid-u2Pccr25aF .list {
  color: #666666;
}
.cid-u2Pccr25aF ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u2Pccr25aF li {
  padding-bottom: 0.5rem;
}
.cid-u2Pccr25aF p {
  text-align: justify;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-u2PcvjULWi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-u2PcvjULWi .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-u2PcvjULWi .title_block {
  margin-bottom: 50px;
}
.cid-u2PcvjULWi .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-u2PcvjULWi .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u2PcvjULWi .mbr-text {
  margin-bottom: 30px;
}
.cid-u2PcvjULWi .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-u2PcvjULWi .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-u2PcvjULWi .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-u2PcvjULWi .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-u2PcvjULWi .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-u2PcvjULWi .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-u2PcvjULWi .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-u2PcvjULWi .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2PcvjULWi .title_block {
    text-align: center;
  }
  .cid-u2PcvjULWi .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-u2PcvjULWi .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-u2PcvjULWi .btn {
    padding: 14px 26px;
  }
}
.cid-u2PcvjULWi .mbr-text,
.cid-u2PcvjULWi .mbr-section-btn {
  color: #ffffff;
}
.cid-u2PcvODpNZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2PcvODpNZ .mbr-text {
  color: #000000;
}
.cid-u2PcvODpNZ .list {
  color: #666666;
}
.cid-u2PcvODpNZ ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u2PcvODpNZ li {
  padding-bottom: 0.5rem;
}
.cid-u2PcvODpNZ p {
  text-align: justify;
}
#custom-html-48h {
  /* Type valid CSS here */
}
#custom-html-48h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-48h p {
  font-size: 60px;
  color: #777;
}
.cid-u2PcxEUFzd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2PcxEUFzd .mbr-text {
  color: #090f10;
}
.cid-u2PcxEUFzd .list {
  color: #666666;
}
.cid-u2PcxEUFzd ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u2PcxEUFzd li {
  padding-bottom: 0.5rem;
}
.cid-u2PcxEUFzd p {
  text-align: justify;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-u8SAhYy3SQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-u8SAhZexbz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-u8SAhZexbz .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-u8SAhZexbz .title_block {
  margin-bottom: 50px;
}
.cid-u8SAhZexbz .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-u8SAhZexbz .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u8SAhZexbz .mbr-text {
  margin-bottom: 30px;
}
.cid-u8SAhZexbz .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-u8SAhZexbz .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-u8SAhZexbz .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-u8SAhZexbz .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-u8SAhZexbz .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-u8SAhZexbz .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-u8SAhZexbz .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-u8SAhZexbz .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u8SAhZexbz .title_block {
    text-align: center;
  }
  .cid-u8SAhZexbz .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-u8SAhZexbz .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-u8SAhZexbz .btn {
    padding: 14px 26px;
  }
}
.cid-u8SAhZexbz .mbr-text,
.cid-u8SAhZexbz .mbr-section-btn {
  color: #ffffff;
}
.cid-u8SAi0qWGO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u8SAi0qWGO .mbr-gallery-filter {
  text-align: left;
}
.cid-u8SAi0qWGO .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-u8SAi0qWGO .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-u8SAi0qWGO .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-u8SAi0qWGO .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u8SAi0qWGO .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-u8SAi0qWGO .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-u8SAi0qWGO .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-u8SAi0qWGO .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-u8SAi0qWGO .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-u8SAi0qWGO .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-u8SAi0qWGO .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-u8SAi0qWGO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8SAi0qWGO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8SAi0qWGO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-u8SAi0qWGO .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-u8SAi0qWGO .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-u8SAi0qWGO .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ubAZmxoKee {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ubAZmxoKee .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ubAZmxoKee .title_block {
  margin-bottom: 50px;
}
.cid-ubAZmxoKee .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ubAZmxoKee .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ubAZmxoKee .mbr-text {
  margin-bottom: 30px;
}
.cid-ubAZmxoKee .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ubAZmxoKee .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ubAZmxoKee .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ubAZmxoKee .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ubAZmxoKee .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ubAZmxoKee .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ubAZmxoKee .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ubAZmxoKee .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ubAZmxoKee .title_block {
    text-align: center;
  }
  .cid-ubAZmxoKee .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ubAZmxoKee .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ubAZmxoKee .btn {
    padding: 14px 26px;
  }
}
.cid-ubAZmxoKee .mbr-text,
.cid-ubAZmxoKee .mbr-section-btn {
  color: #ffffff;
}
.cid-ubAZnfpIaA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ubAZnfpIaA .mbr-gallery-filter {
  text-align: left;
}
.cid-ubAZnfpIaA .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-ubAZnfpIaA .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-ubAZnfpIaA .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-ubAZnfpIaA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ubAZnfpIaA .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-ubAZnfpIaA .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-ubAZnfpIaA .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-ubAZnfpIaA .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubAZnfpIaA .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-ubAZnfpIaA .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-ubAZnfpIaA .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-ubAZnfpIaA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubAZnfpIaA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubAZnfpIaA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-ubAZnfpIaA .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-ubAZnfpIaA .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-ubAZnfpIaA .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ubAZztW1uw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ubAZztW1uw .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ubAZztW1uw .title_block {
  margin-bottom: 50px;
}
.cid-ubAZztW1uw .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ubAZztW1uw .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ubAZztW1uw .mbr-text {
  margin-bottom: 30px;
}
.cid-ubAZztW1uw .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ubAZztW1uw .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ubAZztW1uw .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ubAZztW1uw .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ubAZztW1uw .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ubAZztW1uw .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ubAZztW1uw .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ubAZztW1uw .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ubAZztW1uw .title_block {
    text-align: center;
  }
  .cid-ubAZztW1uw .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ubAZztW1uw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ubAZztW1uw .btn {
    padding: 14px 26px;
  }
}
.cid-ubAZztW1uw .mbr-text,
.cid-ubAZztW1uw .mbr-section-btn {
  color: #ffffff;
}
.cid-ubAZzEp3X1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ubAZzEp3X1 .mbr-gallery-filter {
  text-align: left;
}
.cid-ubAZzEp3X1 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-ubAZzEp3X1 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-ubAZzEp3X1 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-ubAZzEp3X1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ubAZzEp3X1 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-ubAZzEp3X1 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-ubAZzEp3X1 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-ubAZzEp3X1 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubAZzEp3X1 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-ubAZzEp3X1 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-ubAZzEp3X1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubAZzEp3X1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubAZzEp3X1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-ubAZzEp3X1 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-ubAZzEp3X1 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-ubAZzEp3X1 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ubAZHW3ALy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ubAZHW3ALy .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ubAZHW3ALy .title_block {
  margin-bottom: 50px;
}
.cid-ubAZHW3ALy .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ubAZHW3ALy .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ubAZHW3ALy .mbr-text {
  margin-bottom: 30px;
}
.cid-ubAZHW3ALy .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ubAZHW3ALy .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ubAZHW3ALy .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ubAZHW3ALy .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ubAZHW3ALy .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ubAZHW3ALy .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ubAZHW3ALy .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ubAZHW3ALy .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ubAZHW3ALy .title_block {
    text-align: center;
  }
  .cid-ubAZHW3ALy .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ubAZHW3ALy .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ubAZHW3ALy .btn {
    padding: 14px 26px;
  }
}
.cid-ubAZHW3ALy .mbr-text,
.cid-ubAZHW3ALy .mbr-section-btn {
  color: #ffffff;
}
.cid-ubAZI5PX06 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ubAZI5PX06 .mbr-gallery-filter {
  text-align: left;
}
.cid-ubAZI5PX06 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-ubAZI5PX06 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-ubAZI5PX06 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-ubAZI5PX06 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ubAZI5PX06 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-ubAZI5PX06 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-ubAZI5PX06 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-ubAZI5PX06 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubAZI5PX06 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-ubAZI5PX06 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-ubAZI5PX06 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-ubAZI5PX06 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubAZI5PX06 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubAZI5PX06 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-ubAZI5PX06 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-ubAZI5PX06 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-ubAZI5PX06 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ubB4mkxonw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ubB4mkxonw .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ubB4mkxonw .title_block {
  margin-bottom: 50px;
}
.cid-ubB4mkxonw .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ubB4mkxonw .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ubB4mkxonw .mbr-text {
  margin-bottom: 30px;
}
.cid-ubB4mkxonw .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ubB4mkxonw .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ubB4mkxonw .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ubB4mkxonw .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ubB4mkxonw .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ubB4mkxonw .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ubB4mkxonw .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ubB4mkxonw .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ubB4mkxonw .title_block {
    text-align: center;
  }
  .cid-ubB4mkxonw .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ubB4mkxonw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ubB4mkxonw .btn {
    padding: 14px 26px;
  }
}
.cid-ubB4mkxonw .mbr-text,
.cid-ubB4mkxonw .mbr-section-btn {
  color: #ffffff;
}
.cid-ubB4mRtomS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ubB4mRtomS .mbr-gallery-filter {
  text-align: left;
}
.cid-ubB4mRtomS .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-ubB4mRtomS .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-ubB4mRtomS .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-ubB4mRtomS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ubB4mRtomS .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-ubB4mRtomS .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-ubB4mRtomS .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-ubB4mRtomS .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubB4mRtomS .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ubB4mRtomS .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ubB4mRtomS .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ubB4mRtomS .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-ubB4mRtomS .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-ubB4mRtomS .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-ubB4mRtomS .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-ubB4mRtomS .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-ubB4mRtomS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubB4mRtomS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubB4mRtomS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ubB4mRtomS .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-ubB4mRtomS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ubB4mRtomS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ubB4mRtomS .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-ubB4mRtomS .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-ubB4mRtomS .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ubB4mRtomS .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-ubB4mRtomS .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-ubB4mRtomS .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-ubB4mRtomS .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-ubB4mRtomS .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkJCJfrxQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytL31Fdln {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytL31Fdln .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytL31Fdln .title_block {
  margin-bottom: 50px;
}
.cid-tytL31Fdln .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytL31Fdln .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytL31Fdln .mbr-text {
  margin-bottom: 30px;
}
.cid-tytL31Fdln .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytL31Fdln .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytL31Fdln .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytL31Fdln .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytL31Fdln .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytL31Fdln .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytL31Fdln .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytL31Fdln .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytL31Fdln .title_block {
    text-align: center;
  }
  .cid-tytL31Fdln .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytL31Fdln .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytL31Fdln .btn {
    padding: 14px 26px;
  }
}
.cid-tytL31Fdln .mbr-text,
.cid-tytL31Fdln .mbr-section-btn {
  color: #ffffff;
}
.cid-tytL7mEmhP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytL7mEmhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytL7mEmhP th,
.cid-tytL7mEmhP td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytL7mEmhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytL7mEmhP .al {
  text-align: justify;
}
.cid-tytL7mEmhP .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytL7mEmhP .row {
  justify-content: flex-start;
}
.cid-tytL7mEmhP .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytL7mEmhP .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytL7mEmhP .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytL7mEmhP .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytL7mEmhP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytL7mEmhP .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytL7mEmhP .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytL7mEmhP .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytL7mEmhP .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytL7mEmhP .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytL7mEmhP .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytL7mEmhP .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytL7mEmhP .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytL7mEmhP .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytL7mEmhP .mbr-section-title,
.cid-tytL7mEmhP .mbr-section-btn {
  text-align: left;
}
.cid-udj8tfr07E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-udj8tfr07E .container,
.cid-udj8tfr07E .container-fluid {
  position: static;
}
.cid-udj8tfr07E .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-udj8tfr07E .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-udj8tfr07E .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-udj8tfr07E .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-udj8tfr07E .al {
  text-align: justify;
}
.cid-udj8tfr07E .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-udj8tfr07E .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-udj8tfr07E .mbr-text {
    margin-top: 38px;
  }
}
.cid-udj8tfr07E .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-udj8tfr07E .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-udj8tfr07E .mbr-section-btn .btn:before {
  display: none;
}
.cid-udj8tfr07E .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-udj8tfr07E .image-wrapper {
  max-height: 100%;
}
.cid-udj8tfr07E .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-udj8tfr07E .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-udj8tfr07E .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-udj8tfr07E .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udj8tfr07E .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-udj8tfr07E .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-udj8tfr07E .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-udj8tfr07E .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-udj8tfr07E .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-udj8tfr07E .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-udj8tfr07E .image-wrapper:before {
    display: none;
  }
}
.cid-udj8tfr07E .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-udj8tfr07E .col-text {
    margin-left: auto;
  }
}
.cid-udj8tfr07E .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-udj8tfr07E .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-udj8tfr07E .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-udj8tfr07E .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-udj8tfr07E .list-item {
  display: flex;
  align-items: center;
}
.cid-udj8tfr07E .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-udj8tfr07E .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-udj8tfr07E .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-udj8tfr07E .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-udj8tfr07E .mbr-text,
.cid-udj8tfr07E .mbr-section-btn {
  color: #000000;
}
.cid-tytLrDfZK7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytLrDfZK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytLrDfZK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytLrDfZK7 .row {
  justify-content: center;
}
.cid-tytLrDfZK7 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytLrDfZK7 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytLrDfZK7 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytLrDfZK7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytLrDfZK7 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytLrDfZK7 .card-row {
  align-items: stretch;
}
.cid-tytLrDfZK7 .card {
  padding: 10px;
}
.cid-tytLrDfZK7 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytLrDfZK7 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytLrDfZK7 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytLrDfZK7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytLrDfZK7 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytLrDfZK7 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytLrDfZK7 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytLrDfZK7 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytLrDfZK7 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytLrDfZK7 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytLrDfZK7 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tytNptFvFY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tytNptFvFY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tytNptFvFY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tytNptFvFY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytNlSsW5x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytNlSsW5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytNlSsW5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytNlSsW5x .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytNlSsW5x .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytNlSsW5x .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytNlSsW5x .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytNlSsW5x .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytNlSsW5x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytNlSsW5x .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytNlSsW5x .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytNlSsW5x .mbr-text,
.cid-tytNlSsW5x .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K9D6qeM6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K9D6qeM6 .container {
  max-width: 1600px;
}
.cid-u2K9D6qeM6 .row {
  justify-content: center;
}
.cid-u2K9D6qeM6 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K9D6qeM6 .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K9D6qeM6 .mbr-section-title {
  color: #212132;
}
.cid-u2K9D6qeM6 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K9D6qeM6 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K9D6qeM6 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K9D6qeM6 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K9D6qeM6 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K9D6qeM6 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K9D6qeM6 .card:hover {
  transform: scale(0.96);
}
.cid-u2K9D6qeM6 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K9D6qeM6 .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K9D6qeM6 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K9D6qeM6 .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K9D6qeM6 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K9D6qeM6 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K9D6qeM6 .card-text {
    margin-top: 8px;
  }
}
.cid-u2K9D6qeM6 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K9D6qeM6 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K9D6qeM6 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K9D6qeM6 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K9D6qeM6 .card-img {
    height: auto;
  }
}
.cid-u2K9D6qeM6 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K9D6qeM6 .card-title,
.cid-u2K9D6qeM6 .mbr-section-btn {
  color: #050505;
}
.cid-tzUN7zKaWG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUN7zKaWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUN7zKaWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUN7zKaWG .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUN7zKaWG .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUN7zKaWG .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUN7zKaWG .label-text {
  color: #ffffff;
}
.cid-tzUN7zKaWG .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUN7zKaWG .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUN7zKaWG .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUN7zKaWG .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUN7zKaWG .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUN7zKaWG .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUN7zKaWG .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcX1n1zbs5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty5Y8ekWWD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty5Y8ekWWD .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty5Y8ekWWD .title_block {
  margin-bottom: 50px;
}
.cid-ty5Y8ekWWD .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty5Y8ekWWD .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty5Y8ekWWD .mbr-text {
  margin-bottom: 30px;
}
.cid-ty5Y8ekWWD .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty5Y8ekWWD .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty5Y8ekWWD .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty5Y8ekWWD .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty5Y8ekWWD .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty5Y8ekWWD .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty5Y8ekWWD .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty5Y8ekWWD .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty5Y8ekWWD .title_block {
    text-align: center;
  }
  .cid-ty5Y8ekWWD .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty5Y8ekWWD .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty5Y8ekWWD .btn {
    padding: 14px 26px;
  }
}
.cid-ty5Y8ekWWD .mbr-text,
.cid-ty5Y8ekWWD .mbr-section-btn {
  color: #ffffff;
}
.cid-ty5Y6c6QL4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty5Y6c6QL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty5Y6c6QL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty5Y6c6QL4 .al {
  text-align: justify;
}
.cid-ty5Y6c6QL4 th,
.cid-ty5Y6c6QL4 td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-ty5Y6c6QL4 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty5Y6c6QL4 .row {
  justify-content: flex-start;
}
.cid-ty5Y6c6QL4 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty5Y6c6QL4 .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty5Y6c6QL4 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty5Y6c6QL4 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty5Y6c6QL4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty5Y6c6QL4 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty5Y6c6QL4 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty5Y6c6QL4 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty5Y6c6QL4 .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty5Y6c6QL4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty5Y6c6QL4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty5Y6c6QL4 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty5Y6c6QL4 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty5Y6c6QL4 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty5Y6c6QL4 .mbr-section-title,
.cid-ty5Y6c6QL4 .mbr-section-btn {
  text-align: left;
}
.cid-ty626dTcOh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty626dTcOh img {
  width: 100%;
}
.cid-ty626dTcOh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1b9e13;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ty626dTcOh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ty626dTcOh .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-ty626dTcOh .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-ty626dTcOh .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-ty626dTcOh .contents {
  margin-top: 36px;
}
.cid-ty626dTcOh .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-ty626dTcOh .mbr-section-btn {
  margin-top: 8px;
}
.cid-ty626dTcOh .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-ty626dTcOh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ty626dTcOh .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ty626dTcOh .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-ty626dTcOh .mbr-list .list {
  list-style-type: none;
  padding-left: 1;
}
.cid-ty626dTcOh .mbr-list .list li {
  line-height: 1.75;
}
.cid-ty626dTcOh .mbr-list .list li:before {
  font-weight: 900;
  color: #000000;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-ty626dTcOh .mbr-list,
.cid-ty626dTcOh .social-media,
.cid-ty626dTcOh .mbr-section-btn {
  color: #000000;
}
.cid-ty626dTcOh .contents .mbr-text,
.cid-ty626dTcOh .mbr-section-btn {
  color: #000000;
}
.cid-ty5XTOP12J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty5XTOP12J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty5XTOP12J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty5XTOP12J .row {
  justify-content: center;
}
.cid-ty5XTOP12J .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty5XTOP12J .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty5XTOP12J .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty5XTOP12J .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty5XTOP12J .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty5XTOP12J .card-row {
  align-items: stretch;
}
.cid-ty5XTOP12J .card {
  padding: 10px;
}
.cid-ty5XTOP12J .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty5XTOP12J .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty5XTOP12J .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty5XTOP12J .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty5XTOP12J .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty5XTOP12J .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty5XTOP12J .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty5XTOP12J .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty5XTOP12J .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty5XTOP12J .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty5XTOP12J .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty66DijnPz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty66DijnPz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty66DijnPz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty66DijnPz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty5XZ3Wpwr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty5XZ3Wpwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty5XZ3Wpwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty5XZ3Wpwr .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty5XZ3Wpwr .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty5XZ3Wpwr .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty5XZ3Wpwr .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty5XZ3Wpwr .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty5XZ3Wpwr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty5XZ3Wpwr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty5XZ3Wpwr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty5XZ3Wpwr .mbr-text,
.cid-ty5XZ3Wpwr .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K6GUM64f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K6GUM64f .container {
  max-width: 1600px;
}
.cid-u2K6GUM64f .row {
  justify-content: center;
}
.cid-u2K6GUM64f .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K6GUM64f .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K6GUM64f .mbr-section-title {
  color: #212132;
}
.cid-u2K6GUM64f .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K6GUM64f .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K6GUM64f .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K6GUM64f .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K6GUM64f .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K6GUM64f .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K6GUM64f .card:hover {
  transform: scale(0.96);
}
.cid-u2K6GUM64f .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K6GUM64f .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K6GUM64f .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K6GUM64f .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K6GUM64f .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K6GUM64f .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K6GUM64f .card-text {
    margin-top: 8px;
  }
}
.cid-u2K6GUM64f .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K6GUM64f .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K6GUM64f .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K6GUM64f .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K6GUM64f .card-img {
    height: auto;
  }
}
.cid-u2K6GUM64f .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K6GUM64f .card-title,
.cid-u2K6GUM64f .mbr-section-btn {
  color: #050505;
}
.cid-tzULmWNq7M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULmWNq7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULmWNq7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULmWNq7M .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULmWNq7M .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULmWNq7M .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULmWNq7M .label-text {
  color: #ffffff;
}
.cid-tzULmWNq7M .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULmWNq7M .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULmWNq7M .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULmWNq7M .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULmWNq7M .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULmWNq7M .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULmWNq7M .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdfqZleZiq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty6dz7V7Eq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty6dz7V7Eq .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty6dz7V7Eq .title_block {
  margin-bottom: 50px;
}
.cid-ty6dz7V7Eq .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty6dz7V7Eq .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty6dz7V7Eq .mbr-text {
  margin-bottom: 30px;
}
.cid-ty6dz7V7Eq .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty6dz7V7Eq .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty6dz7V7Eq .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty6dz7V7Eq .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty6dz7V7Eq .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty6dz7V7Eq .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty6dz7V7Eq .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty6dz7V7Eq .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty6dz7V7Eq .title_block {
    text-align: center;
  }
  .cid-ty6dz7V7Eq .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty6dz7V7Eq .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty6dz7V7Eq .btn {
    padding: 14px 26px;
  }
}
.cid-ty6dz7V7Eq .mbr-text,
.cid-ty6dz7V7Eq .mbr-section-btn {
  color: #ffffff;
}
.cid-ty6dQFPqrP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty6dQFPqrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6dQFPqrP th,
.cid-ty6dQFPqrP td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-ty6dQFPqrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6dQFPqrP .al {
  text-align: justify;
}
.cid-ty6dQFPqrP .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty6dQFPqrP .row {
  justify-content: flex-start;
}
.cid-ty6dQFPqrP .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty6dQFPqrP .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty6dQFPqrP .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty6dQFPqrP .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty6dQFPqrP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty6dQFPqrP .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty6dQFPqrP .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty6dQFPqrP .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty6dQFPqrP .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty6dQFPqrP .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty6dQFPqrP .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty6dQFPqrP .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty6dQFPqrP .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty6dQFPqrP .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty6dQFPqrP .mbr-section-title,
.cid-ty6dQFPqrP .mbr-section-btn {
  text-align: left;
}
.cid-ty6hxq9fvr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-ty6hxq9fvr .container,
.cid-ty6hxq9fvr .container-fluid {
  position: static;
}
.cid-ty6hxq9fvr .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-ty6hxq9fvr .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-ty6hxq9fvr .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-ty6hxq9fvr .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ty6hxq9fvr .al {
  text-align: justify;
}
.cid-ty6hxq9fvr .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ty6hxq9fvr .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-ty6hxq9fvr .mbr-text {
    margin-top: 38px;
  }
}
.cid-ty6hxq9fvr .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ty6hxq9fvr .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ty6hxq9fvr .mbr-section-btn .btn:before {
  display: none;
}
.cid-ty6hxq9fvr .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ty6hxq9fvr .image-wrapper {
  max-height: 100%;
}
.cid-ty6hxq9fvr .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-ty6hxq9fvr .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ty6hxq9fvr .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ty6hxq9fvr .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ty6hxq9fvr .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ty6hxq9fvr .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-ty6hxq9fvr .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-ty6hxq9fvr .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-ty6hxq9fvr .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-ty6hxq9fvr .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-ty6hxq9fvr .image-wrapper:before {
    display: none;
  }
}
.cid-ty6hxq9fvr .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ty6hxq9fvr .col-text {
    margin-left: auto;
  }
}
.cid-ty6hxq9fvr .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-ty6hxq9fvr .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-ty6hxq9fvr .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-ty6hxq9fvr .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-ty6hxq9fvr .list-item {
  display: flex;
  align-items: center;
}
.cid-ty6hxq9fvr .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-ty6hxq9fvr .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-ty6hxq9fvr .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-ty6hxq9fvr .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-ty6hxq9fvr .mbr-text,
.cid-ty6hxq9fvr .mbr-section-btn {
  color: #000000;
}
.cid-ty6hDjFZkl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty6hDjFZkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6hDjFZkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6hDjFZkl .row {
  justify-content: center;
}
.cid-ty6hDjFZkl .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty6hDjFZkl .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty6hDjFZkl .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty6hDjFZkl .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty6hDjFZkl .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty6hDjFZkl .card-row {
  align-items: stretch;
}
.cid-ty6hDjFZkl .card {
  padding: 10px;
}
.cid-ty6hDjFZkl .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty6hDjFZkl .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty6hDjFZkl .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty6hDjFZkl .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty6hDjFZkl .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty6hDjFZkl .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty6hDjFZkl .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty6hDjFZkl .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty6hDjFZkl .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty6hDjFZkl .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty6hDjFZkl .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty6ojabsli {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty6ojabsli .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty6ojabsli .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty6ojabsli .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty6olJPh4i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty6olJPh4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6olJPh4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6olJPh4i .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty6olJPh4i .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty6olJPh4i .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty6olJPh4i .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty6olJPh4i .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty6olJPh4i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty6olJPh4i .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty6olJPh4i .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty6olJPh4i .mbr-text,
.cid-ty6olJPh4i .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K71ot45s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K71ot45s .container {
  max-width: 1600px;
}
.cid-u2K71ot45s .row {
  justify-content: center;
}
.cid-u2K71ot45s .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K71ot45s .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K71ot45s .mbr-section-title {
  color: #212132;
}
.cid-u2K71ot45s .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K71ot45s .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K71ot45s .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K71ot45s .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K71ot45s .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K71ot45s .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K71ot45s .card:hover {
  transform: scale(0.96);
}
.cid-u2K71ot45s .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K71ot45s .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K71ot45s .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K71ot45s .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K71ot45s .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K71ot45s .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K71ot45s .card-text {
    margin-top: 8px;
  }
}
.cid-u2K71ot45s .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K71ot45s .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K71ot45s .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K71ot45s .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K71ot45s .card-img {
    height: auto;
  }
}
.cid-u2K71ot45s .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K71ot45s .card-title,
.cid-u2K71ot45s .mbr-section-btn {
  color: #050505;
}
.cid-tzULD8wD97 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULD8wD97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULD8wD97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULD8wD97 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULD8wD97 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULD8wD97 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULD8wD97 .label-text {
  color: #ffffff;
}
.cid-tzULD8wD97 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULD8wD97 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULD8wD97 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULD8wD97 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULD8wD97 .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULD8wD97 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULD8wD97 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdfviSmnE1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty6s2Mi937 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty6s2Mi937 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty6s2Mi937 .title_block {
  margin-bottom: 50px;
}
.cid-ty6s2Mi937 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty6s2Mi937 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty6s2Mi937 .mbr-text {
  margin-bottom: 30px;
}
.cid-ty6s2Mi937 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty6s2Mi937 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty6s2Mi937 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty6s2Mi937 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty6s2Mi937 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty6s2Mi937 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty6s2Mi937 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty6s2Mi937 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty6s2Mi937 .title_block {
    text-align: center;
  }
  .cid-ty6s2Mi937 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty6s2Mi937 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty6s2Mi937 .btn {
    padding: 14px 26px;
  }
}
.cid-ty6s2Mi937 .mbr-text,
.cid-ty6s2Mi937 .mbr-section-btn {
  color: #ffffff;
}
.cid-ty6oXsYZUO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty6oXsYZUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6oXsYZUO th,
.cid-ty6oXsYZUO td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-ty6oXsYZUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6oXsYZUO .al {
  text-align: justify;
}
.cid-ty6oXsYZUO .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty6oXsYZUO .row {
  justify-content: flex-start;
}
.cid-ty6oXsYZUO .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty6oXsYZUO .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty6oXsYZUO .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty6oXsYZUO .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty6oXsYZUO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty6oXsYZUO .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty6oXsYZUO .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty6oXsYZUO .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty6oXsYZUO .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty6oXsYZUO .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty6oXsYZUO .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty6oXsYZUO .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty6oXsYZUO .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty6oXsYZUO .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty6oXsYZUO .mbr-section-title,
.cid-ty6oXsYZUO .mbr-section-btn {
  text-align: left;
}
.cid-ty6scsnJVU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-ty6scsnJVU .container,
.cid-ty6scsnJVU .container-fluid {
  position: static;
}
.cid-ty6scsnJVU .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-ty6scsnJVU .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-ty6scsnJVU .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-ty6scsnJVU .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ty6scsnJVU .al {
  text-align: justify;
}
.cid-ty6scsnJVU .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ty6scsnJVU .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-ty6scsnJVU .mbr-text {
    margin-top: 38px;
  }
}
.cid-ty6scsnJVU .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ty6scsnJVU .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ty6scsnJVU .mbr-section-btn .btn:before {
  display: none;
}
.cid-ty6scsnJVU .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ty6scsnJVU .image-wrapper {
  max-height: 100%;
}
.cid-ty6scsnJVU .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-ty6scsnJVU .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ty6scsnJVU .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ty6scsnJVU .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ty6scsnJVU .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ty6scsnJVU .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-ty6scsnJVU .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-ty6scsnJVU .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-ty6scsnJVU .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-ty6scsnJVU .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-ty6scsnJVU .image-wrapper:before {
    display: none;
  }
}
.cid-ty6scsnJVU .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ty6scsnJVU .col-text {
    margin-left: auto;
  }
}
.cid-ty6scsnJVU .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-ty6scsnJVU .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-ty6scsnJVU .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-ty6scsnJVU .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-ty6scsnJVU .list-item {
  display: flex;
  align-items: center;
}
.cid-ty6scsnJVU .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-ty6scsnJVU .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-ty6scsnJVU .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-ty6scsnJVU .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-ty6scsnJVU .mbr-text,
.cid-ty6scsnJVU .mbr-section-btn {
  color: #000000;
}
.cid-ty6oHhj0MP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty6oHhj0MP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6oHhj0MP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6oHhj0MP .row {
  justify-content: center;
}
.cid-ty6oHhj0MP .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty6oHhj0MP .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty6oHhj0MP .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty6oHhj0MP .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty6oHhj0MP .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty6oHhj0MP .card-row {
  align-items: stretch;
}
.cid-ty6oHhj0MP .card {
  padding: 10px;
}
.cid-ty6oHhj0MP .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty6oHhj0MP .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty6oHhj0MP .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty6oHhj0MP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty6oHhj0MP .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty6oHhj0MP .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty6oHhj0MP .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty6oHhj0MP .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty6oHhj0MP .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty6oHhj0MP .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty6oHhj0MP .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty6oE6HNRu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty6oE6HNRu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty6oE6HNRu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty6oE6HNRu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty6oBJ7URD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty6oBJ7URD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6oBJ7URD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6oBJ7URD .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty6oBJ7URD .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty6oBJ7URD .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty6oBJ7URD .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty6oBJ7URD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty6oBJ7URD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty6oBJ7URD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty6oBJ7URD .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty6oBJ7URD .mbr-text,
.cid-ty6oBJ7URD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K79xjlgN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K79xjlgN .container {
  max-width: 1600px;
}
.cid-u2K79xjlgN .row {
  justify-content: center;
}
.cid-u2K79xjlgN .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K79xjlgN .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K79xjlgN .mbr-section-title {
  color: #212132;
}
.cid-u2K79xjlgN .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K79xjlgN .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K79xjlgN .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K79xjlgN .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K79xjlgN .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K79xjlgN .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K79xjlgN .card:hover {
  transform: scale(0.96);
}
.cid-u2K79xjlgN .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K79xjlgN .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K79xjlgN .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K79xjlgN .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K79xjlgN .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K79xjlgN .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K79xjlgN .card-text {
    margin-top: 8px;
  }
}
.cid-u2K79xjlgN .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K79xjlgN .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K79xjlgN .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K79xjlgN .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K79xjlgN .card-img {
    height: auto;
  }
}
.cid-u2K79xjlgN .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K79xjlgN .card-title,
.cid-u2K79xjlgN .mbr-section-btn {
  color: #050505;
}
.cid-tzULHKUCng {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULHKUCng .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULHKUCng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULHKUCng .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULHKUCng .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULHKUCng .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULHKUCng .label-text {
  color: #ffffff;
}
.cid-tzULHKUCng .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULHKUCng .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULHKUCng .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULHKUCng .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULHKUCng .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULHKUCng .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULHKUCng .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdfneTyXE9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty6821vhWA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty6821vhWA .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty6821vhWA .title_block {
  margin-bottom: 50px;
}
.cid-ty6821vhWA .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty6821vhWA .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty6821vhWA .mbr-text {
  margin-bottom: 30px;
}
.cid-ty6821vhWA .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty6821vhWA .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty6821vhWA .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty6821vhWA .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty6821vhWA .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty6821vhWA .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty6821vhWA .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty6821vhWA .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty6821vhWA .title_block {
    text-align: center;
  }
  .cid-ty6821vhWA .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty6821vhWA .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty6821vhWA .btn {
    padding: 14px 26px;
  }
}
.cid-ty6821vhWA .mbr-text,
.cid-ty6821vhWA .mbr-section-btn {
  color: #ffffff;
}
.cid-ty67LeROTd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty67LeROTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty67LeROTd th,
.cid-ty67LeROTd td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-ty67LeROTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty67LeROTd .al {
  text-align: justify;
}
.cid-ty67LeROTd .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty67LeROTd .row {
  justify-content: flex-start;
}
.cid-ty67LeROTd .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty67LeROTd .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty67LeROTd .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty67LeROTd .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty67LeROTd .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty67LeROTd .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty67LeROTd .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty67LeROTd .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty67LeROTd .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty67LeROTd .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty67LeROTd .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty67LeROTd .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty67LeROTd .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty67LeROTd .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty67LeROTd .mbr-section-title,
.cid-ty67LeROTd .mbr-section-btn {
  text-align: left;
}
.cid-ty68oK3aSl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-ty68oK3aSl .container,
.cid-ty68oK3aSl .container-fluid {
  position: static;
}
.cid-ty68oK3aSl .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-ty68oK3aSl .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-ty68oK3aSl .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-ty68oK3aSl .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ty68oK3aSl .al {
  text-align: justify;
}
.cid-ty68oK3aSl .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ty68oK3aSl .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-ty68oK3aSl .mbr-text {
    margin-top: 38px;
  }
}
.cid-ty68oK3aSl .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ty68oK3aSl .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ty68oK3aSl .mbr-section-btn .btn:before {
  display: none;
}
.cid-ty68oK3aSl .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ty68oK3aSl .image-wrapper {
  max-height: 100%;
}
.cid-ty68oK3aSl .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-ty68oK3aSl .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ty68oK3aSl .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ty68oK3aSl .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ty68oK3aSl .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ty68oK3aSl .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-ty68oK3aSl .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-ty68oK3aSl .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-ty68oK3aSl .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-ty68oK3aSl .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-ty68oK3aSl .image-wrapper:before {
    display: none;
  }
}
.cid-ty68oK3aSl .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ty68oK3aSl .col-text {
    margin-left: auto;
  }
}
.cid-ty68oK3aSl .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-ty68oK3aSl .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-ty68oK3aSl .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-ty68oK3aSl .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-ty68oK3aSl .list-item {
  display: flex;
  align-items: center;
}
.cid-ty68oK3aSl .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-ty68oK3aSl .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-ty68oK3aSl .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-ty68oK3aSl .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-ty68oK3aSl .mbr-text,
.cid-ty68oK3aSl .mbr-section-btn {
  color: #000000;
}
.cid-ty68Z1x7B0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty68Z1x7B0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty68Z1x7B0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty68Z1x7B0 .row {
  justify-content: center;
}
.cid-ty68Z1x7B0 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty68Z1x7B0 .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty68Z1x7B0 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty68Z1x7B0 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty68Z1x7B0 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty68Z1x7B0 .card-row {
  align-items: stretch;
}
.cid-ty68Z1x7B0 .card {
  padding: 10px;
}
.cid-ty68Z1x7B0 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty68Z1x7B0 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty68Z1x7B0 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty68Z1x7B0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty68Z1x7B0 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty68Z1x7B0 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty68Z1x7B0 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty68Z1x7B0 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty68Z1x7B0 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty68Z1x7B0 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty68Z1x7B0 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty69ufLYWf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty69ufLYWf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty69ufLYWf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty69ufLYWf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty69UVnPqK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty69UVnPqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty69UVnPqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty69UVnPqK .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty69UVnPqK .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty69UVnPqK .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty69UVnPqK .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty69UVnPqK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty69UVnPqK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty69UVnPqK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty69UVnPqK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty69UVnPqK .mbr-text,
.cid-ty69UVnPqK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K6Mr55wk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K6Mr55wk .container {
  max-width: 1600px;
}
.cid-u2K6Mr55wk .row {
  justify-content: center;
}
.cid-u2K6Mr55wk .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K6Mr55wk .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K6Mr55wk .mbr-section-title {
  color: #212132;
}
.cid-u2K6Mr55wk .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K6Mr55wk .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K6Mr55wk .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K6Mr55wk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K6Mr55wk .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K6Mr55wk .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K6Mr55wk .card:hover {
  transform: scale(0.96);
}
.cid-u2K6Mr55wk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K6Mr55wk .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K6Mr55wk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K6Mr55wk .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K6Mr55wk .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K6Mr55wk .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K6Mr55wk .card-text {
    margin-top: 8px;
  }
}
.cid-u2K6Mr55wk .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K6Mr55wk .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K6Mr55wk .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K6Mr55wk .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K6Mr55wk .card-img {
    height: auto;
  }
}
.cid-u2K6Mr55wk .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K6Mr55wk .card-title,
.cid-u2K6Mr55wk .mbr-section-btn {
  color: #050505;
}
.cid-tzULslUM7N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULslUM7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULslUM7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULslUM7N .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULslUM7N .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULslUM7N .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULslUM7N .label-text {
  color: #ffffff;
}
.cid-tzULslUM7N .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULslUM7N .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULslUM7N .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULslUM7N .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULslUM7N .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULslUM7N .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULslUM7N .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdfqil9VB2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty6b9xoqtX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty6b9xoqtX .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty6b9xoqtX .title_block {
  margin-bottom: 50px;
}
.cid-ty6b9xoqtX .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty6b9xoqtX .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty6b9xoqtX .mbr-text {
  margin-bottom: 30px;
}
.cid-ty6b9xoqtX .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty6b9xoqtX .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty6b9xoqtX .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty6b9xoqtX .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty6b9xoqtX .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty6b9xoqtX .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty6b9xoqtX .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty6b9xoqtX .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty6b9xoqtX .title_block {
    text-align: center;
  }
  .cid-ty6b9xoqtX .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty6b9xoqtX .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty6b9xoqtX .btn {
    padding: 14px 26px;
  }
}
.cid-ty6b9xoqtX .mbr-text,
.cid-ty6b9xoqtX .mbr-section-btn {
  color: #ffffff;
}
.cid-ty6aXtKGGQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty6aXtKGGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6aXtKGGQ th,
.cid-ty6aXtKGGQ td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-ty6aXtKGGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6aXtKGGQ .al {
  text-align: justify;
}
.cid-ty6aXtKGGQ .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty6aXtKGGQ .row {
  justify-content: flex-start;
}
.cid-ty6aXtKGGQ .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty6aXtKGGQ .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty6aXtKGGQ .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty6aXtKGGQ .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty6aXtKGGQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty6aXtKGGQ .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty6aXtKGGQ .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty6aXtKGGQ .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty6aXtKGGQ .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty6aXtKGGQ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty6aXtKGGQ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty6aXtKGGQ .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty6aXtKGGQ .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty6aXtKGGQ .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty6aXtKGGQ .mbr-section-title,
.cid-ty6aXtKGGQ .mbr-section-btn {
  text-align: left;
}
.cid-ty6b3FWHoE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-ty6b3FWHoE .container,
.cid-ty6b3FWHoE .container-fluid {
  position: static;
}
.cid-ty6b3FWHoE .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-ty6b3FWHoE .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-ty6b3FWHoE .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-ty6b3FWHoE .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-ty6b3FWHoE .al {
  text-align: justify;
}
.cid-ty6b3FWHoE .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-ty6b3FWHoE .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-ty6b3FWHoE .mbr-text {
    margin-top: 38px;
  }
}
.cid-ty6b3FWHoE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ty6b3FWHoE .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ty6b3FWHoE .mbr-section-btn .btn:before {
  display: none;
}
.cid-ty6b3FWHoE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-ty6b3FWHoE .image-wrapper {
  max-height: 100%;
}
.cid-ty6b3FWHoE .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-ty6b3FWHoE .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-ty6b3FWHoE .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ty6b3FWHoE .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ty6b3FWHoE .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-ty6b3FWHoE .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-ty6b3FWHoE .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-ty6b3FWHoE .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-ty6b3FWHoE .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-ty6b3FWHoE .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-ty6b3FWHoE .image-wrapper:before {
    display: none;
  }
}
.cid-ty6b3FWHoE .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-ty6b3FWHoE .col-text {
    margin-left: auto;
  }
}
.cid-ty6b3FWHoE .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-ty6b3FWHoE .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-ty6b3FWHoE .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-ty6b3FWHoE .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-ty6b3FWHoE .list-item {
  display: flex;
  align-items: center;
}
.cid-ty6b3FWHoE .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-ty6b3FWHoE .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-ty6b3FWHoE .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-ty6b3FWHoE .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-ty6b3FWHoE .mbr-text,
.cid-ty6b3FWHoE .mbr-section-btn {
  color: #000000;
}
.cid-ty6d7Nh0fk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty6d7Nh0fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6d7Nh0fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6d7Nh0fk .row {
  justify-content: center;
}
.cid-ty6d7Nh0fk .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty6d7Nh0fk .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty6d7Nh0fk .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty6d7Nh0fk .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty6d7Nh0fk .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty6d7Nh0fk .card-row {
  align-items: stretch;
}
.cid-ty6d7Nh0fk .card {
  padding: 10px;
}
.cid-ty6d7Nh0fk .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty6d7Nh0fk .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty6d7Nh0fk .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty6d7Nh0fk .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty6d7Nh0fk .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty6d7Nh0fk .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty6d7Nh0fk .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty6d7Nh0fk .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty6d7Nh0fk .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty6d7Nh0fk .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty6d7Nh0fk .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty6dkPKQWU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty6dkPKQWU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty6dkPKQWU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty6dkPKQWU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty6dnLnCY3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty6dnLnCY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6dnLnCY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6dnLnCY3 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty6dnLnCY3 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty6dnLnCY3 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty6dnLnCY3 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty6dnLnCY3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty6dnLnCY3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty6dnLnCY3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty6dnLnCY3 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty6dnLnCY3 .mbr-text,
.cid-ty6dnLnCY3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K6XhhwzS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K6XhhwzS .container {
  max-width: 1600px;
}
.cid-u2K6XhhwzS .row {
  justify-content: center;
}
.cid-u2K6XhhwzS .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K6XhhwzS .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K6XhhwzS .mbr-section-title {
  color: #212132;
}
.cid-u2K6XhhwzS .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K6XhhwzS .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K6XhhwzS .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K6XhhwzS .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K6XhhwzS .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K6XhhwzS .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K6XhhwzS .card:hover {
  transform: scale(0.96);
}
.cid-u2K6XhhwzS .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K6XhhwzS .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K6XhhwzS .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K6XhhwzS .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K6XhhwzS .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K6XhhwzS .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K6XhhwzS .card-text {
    margin-top: 8px;
  }
}
.cid-u2K6XhhwzS .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K6XhhwzS .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K6XhhwzS .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K6XhhwzS .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K6XhhwzS .card-img {
    height: auto;
  }
}
.cid-u2K6XhhwzS .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K6XhhwzS .card-title,
.cid-u2K6XhhwzS .mbr-section-btn {
  color: #050505;
}
.cid-tzULxol8S8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULxol8S8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULxol8S8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULxol8S8 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULxol8S8 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULxol8S8 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULxol8S8 .label-text {
  color: #ffffff;
}
.cid-tzULxol8S8 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULxol8S8 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULxol8S8 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULxol8S8 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULxol8S8 .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULxol8S8 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULxol8S8 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkjCSSega {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tysDLEz4rD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tysDLEz4rD .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tysDLEz4rD .title_block {
  margin-bottom: 50px;
}
.cid-tysDLEz4rD .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tysDLEz4rD .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tysDLEz4rD .mbr-text {
  margin-bottom: 30px;
}
.cid-tysDLEz4rD .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tysDLEz4rD .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tysDLEz4rD .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tysDLEz4rD .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tysDLEz4rD .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tysDLEz4rD .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tysDLEz4rD .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tysDLEz4rD .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tysDLEz4rD .title_block {
    text-align: center;
  }
  .cid-tysDLEz4rD .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tysDLEz4rD .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tysDLEz4rD .btn {
    padding: 14px 26px;
  }
}
.cid-tysDLEz4rD .mbr-text,
.cid-tysDLEz4rD .mbr-section-btn {
  color: #ffffff;
}
.cid-tysE1OuhF7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tysE1OuhF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tysE1OuhF7 th,
.cid-tysE1OuhF7 td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tysE1OuhF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tysE1OuhF7 .al {
  text-align: justify;
}
.cid-tysE1OuhF7 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tysE1OuhF7 .row {
  justify-content: flex-start;
}
.cid-tysE1OuhF7 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tysE1OuhF7 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tysE1OuhF7 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tysE1OuhF7 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tysE1OuhF7 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tysE1OuhF7 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tysE1OuhF7 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tysE1OuhF7 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tysE1OuhF7 .label-text {
  color: #000000;
  margin: 0;
}
.cid-tysE1OuhF7 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tysE1OuhF7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tysE1OuhF7 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tysE1OuhF7 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tysE1OuhF7 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tysE1OuhF7 .mbr-section-title,
.cid-tysE1OuhF7 .mbr-section-btn {
  text-align: left;
}
.cid-tysEprHnHb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tysEprHnHb .container,
.cid-tysEprHnHb .container-fluid {
  position: static;
}
.cid-tysEprHnHb .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tysEprHnHb .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tysEprHnHb .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tysEprHnHb .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tysEprHnHb .al {
  text-align: justify;
}
.cid-tysEprHnHb .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tysEprHnHb .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tysEprHnHb .mbr-text {
    margin-top: 38px;
  }
}
.cid-tysEprHnHb .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tysEprHnHb .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tysEprHnHb .mbr-section-btn .btn:before {
  display: none;
}
.cid-tysEprHnHb .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tysEprHnHb .image-wrapper {
  max-height: 100%;
}
.cid-tysEprHnHb .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tysEprHnHb .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tysEprHnHb .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tysEprHnHb .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tysEprHnHb .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tysEprHnHb .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tysEprHnHb .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tysEprHnHb .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tysEprHnHb .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tysEprHnHb .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tysEprHnHb .image-wrapper:before {
    display: none;
  }
}
.cid-tysEprHnHb .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tysEprHnHb .col-text {
    margin-left: auto;
  }
}
.cid-tysEprHnHb .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tysEprHnHb .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tysEprHnHb .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tysEprHnHb .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tysEprHnHb .list-item {
  display: flex;
  align-items: center;
}
.cid-tysEprHnHb .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tysEprHnHb .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tysEprHnHb .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tysEprHnHb .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-tysEprHnHb .mbr-text,
.cid-tysEprHnHb .mbr-section-btn {
  color: #000000;
}
.cid-tysFdQjTfQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tysFdQjTfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tysFdQjTfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tysFdQjTfQ .row {
  justify-content: center;
}
.cid-tysFdQjTfQ .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tysFdQjTfQ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tysFdQjTfQ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tysFdQjTfQ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tysFdQjTfQ .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tysFdQjTfQ .card-row {
  align-items: stretch;
}
.cid-tysFdQjTfQ .card {
  padding: 10px;
}
.cid-tysFdQjTfQ .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tysFdQjTfQ .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tysFdQjTfQ .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tysFdQjTfQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tysFdQjTfQ .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tysFdQjTfQ .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tysFdQjTfQ .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tysFdQjTfQ .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tysFdQjTfQ .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tysFdQjTfQ .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tysFdQjTfQ .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tysFrh1imP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tysFrh1imP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tysFrh1imP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tysFrh1imP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tysFs9IQrj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tysFs9IQrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tysFs9IQrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tysFs9IQrj .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tysFs9IQrj .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tysFs9IQrj .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tysFs9IQrj .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tysFs9IQrj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tysFs9IQrj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tysFs9IQrj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tysFs9IQrj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tysFs9IQrj .mbr-text,
.cid-tysFs9IQrj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K7j4FEeg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K7j4FEeg .container {
  max-width: 1600px;
}
.cid-u2K7j4FEeg .row {
  justify-content: center;
}
.cid-u2K7j4FEeg .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K7j4FEeg .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K7j4FEeg .mbr-section-title {
  color: #212132;
}
.cid-u2K7j4FEeg .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K7j4FEeg .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K7j4FEeg .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K7j4FEeg .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K7j4FEeg .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K7j4FEeg .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K7j4FEeg .card:hover {
  transform: scale(0.96);
}
.cid-u2K7j4FEeg .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K7j4FEeg .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K7j4FEeg .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K7j4FEeg .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K7j4FEeg .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K7j4FEeg .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K7j4FEeg .card-text {
    margin-top: 8px;
  }
}
.cid-u2K7j4FEeg .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K7j4FEeg .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K7j4FEeg .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K7j4FEeg .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K7j4FEeg .card-img {
    height: auto;
  }
}
.cid-u2K7j4FEeg .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K7j4FEeg .card-title,
.cid-u2K7j4FEeg .mbr-section-btn {
  color: #050505;
}
.cid-tzULOXMI9H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULOXMI9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULOXMI9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULOXMI9H .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULOXMI9H .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULOXMI9H .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULOXMI9H .label-text {
  color: #ffffff;
}
.cid-tzULOXMI9H .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULOXMI9H .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULOXMI9H .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULOXMI9H .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULOXMI9H .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULOXMI9H .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULOXMI9H .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcHOGSVPYe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txU1P3L7ch {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txU1P3L7ch .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txU1P3L7ch .title_block {
  margin-bottom: 50px;
}
.cid-txU1P3L7ch .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txU1P3L7ch .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txU1P3L7ch .mbr-text {
  margin-bottom: 30px;
}
.cid-txU1P3L7ch .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txU1P3L7ch .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txU1P3L7ch .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txU1P3L7ch .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txU1P3L7ch .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txU1P3L7ch .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txU1P3L7ch .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txU1P3L7ch .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txU1P3L7ch .title_block {
    text-align: center;
  }
  .cid-txU1P3L7ch .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txU1P3L7ch .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txU1P3L7ch .btn {
    padding: 14px 26px;
  }
}
.cid-txU1P3L7ch .mbr-text,
.cid-txU1P3L7ch .mbr-section-btn {
  color: #ffffff;
}
.cid-txU1NIJzJE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txU1NIJzJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-txU1NIJzJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txU1NIJzJE .al {
  text-align: justify;
}
.cid-txU1NIJzJE .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txU1NIJzJE .row {
  justify-content: flex-start;
}
.cid-txU1NIJzJE .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txU1NIJzJE .content-container {
    flex-wrap: wrap;
  }
}
.cid-txU1NIJzJE .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txU1NIJzJE .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txU1NIJzJE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txU1NIJzJE .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txU1NIJzJE .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txU1NIJzJE .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txU1NIJzJE .label-text {
  color: #000000;
  margin: 0;
}
.cid-txU1NIJzJE .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txU1NIJzJE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txU1NIJzJE .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txU1NIJzJE .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txU1NIJzJE .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txU1NIJzJE .mbr-section-title,
.cid-txU1NIJzJE .mbr-section-btn {
  text-align: left;
}
.cid-txU8g43ruk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-txU8g43ruk .container,
.cid-txU8g43ruk .container-fluid {
  position: static;
}
.cid-txU8g43ruk .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-txU8g43ruk .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-txU8g43ruk .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-txU8g43ruk .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-txU8g43ruk .al {
  text-align: justify;
}
.cid-txU8g43ruk .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-txU8g43ruk .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-txU8g43ruk .mbr-text {
    margin-top: 38px;
  }
}
.cid-txU8g43ruk .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-txU8g43ruk .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-txU8g43ruk .mbr-section-btn .btn:before {
  display: none;
}
.cid-txU8g43ruk .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txU8g43ruk .image-wrapper {
  max-height: 100%;
}
.cid-txU8g43ruk .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-txU8g43ruk .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-txU8g43ruk .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txU8g43ruk .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txU8g43ruk .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-txU8g43ruk .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-txU8g43ruk .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-txU8g43ruk .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-txU8g43ruk .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-txU8g43ruk .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-txU8g43ruk .image-wrapper:before {
    display: none;
  }
}
.cid-txU8g43ruk .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-txU8g43ruk .col-text {
    margin-left: auto;
  }
}
.cid-txU8g43ruk .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txU8g43ruk .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-txU8g43ruk .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-txU8g43ruk .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-txU8g43ruk .list-item {
  display: flex;
  align-items: center;
}
.cid-txU8g43ruk .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-txU8g43ruk .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-txU8g43ruk .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-txU8g43ruk .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-txU8g43ruk .mbr-text,
.cid-txU8g43ruk .mbr-section-btn {
  color: #000000;
}
.cid-txU1QrSjT6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txU1QrSjT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txU1QrSjT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txU1QrSjT6 .row {
  justify-content: center;
}
.cid-txU1QrSjT6 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txU1QrSjT6 .col-title {
    margin-bottom: 20px;
  }
}
.cid-txU1QrSjT6 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txU1QrSjT6 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txU1QrSjT6 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txU1QrSjT6 .card-row {
  align-items: stretch;
}
.cid-txU1QrSjT6 .card {
  padding: 10px;
}
.cid-txU1QrSjT6 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txU1QrSjT6 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txU1QrSjT6 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txU1QrSjT6 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txU1QrSjT6 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txU1QrSjT6 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txU1QrSjT6 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txU1QrSjT6 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txU1QrSjT6 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txU1QrSjT6 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txU1QrSjT6 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txU8R5e7MK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txU8R5e7MK .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txU8R5e7MK .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txU8R5e7MK .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txU8NYE1AJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txU8NYE1AJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txU8NYE1AJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txU8NYE1AJ .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txU8NYE1AJ .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txU8NYE1AJ .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txU8NYE1AJ .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txU8NYE1AJ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txU8NYE1AJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txU8NYE1AJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txU8NYE1AJ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txU8NYE1AJ .mbr-text,
.cid-txU8NYE1AJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tzUKnWWpSz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tzUKnWWpSz .container {
  max-width: 1600px;
}
.cid-tzUKnWWpSz .row {
  justify-content: center;
}
.cid-tzUKnWWpSz .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tzUKnWWpSz .text-container {
    margin-bottom: 50px;
  }
}
.cid-tzUKnWWpSz .mbr-section-title {
  color: #212132;
}
.cid-tzUKnWWpSz .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tzUKnWWpSz .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-tzUKnWWpSz .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-tzUKnWWpSz .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-tzUKnWWpSz .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-tzUKnWWpSz .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-tzUKnWWpSz .card:hover {
  transform: scale(0.96);
}
.cid-tzUKnWWpSz .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-tzUKnWWpSz .card-wrapper {
    padding: 16px;
  }
}
.cid-tzUKnWWpSz .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tzUKnWWpSz .card-box {
    margin-bottom: 20px;
  }
}
.cid-tzUKnWWpSz .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-tzUKnWWpSz .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tzUKnWWpSz .card-text {
    margin-top: 8px;
  }
}
.cid-tzUKnWWpSz .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tzUKnWWpSz .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-tzUKnWWpSz .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tzUKnWWpSz .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-tzUKnWWpSz .card-img {
    height: auto;
  }
}
.cid-tzUKnWWpSz .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tzUKnWWpSz .card-title,
.cid-tzUKnWWpSz .mbr-section-btn {
  color: #050505;
}
.cid-tzUKoInfls {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKoInfls .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKoInfls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKoInfls .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKoInfls .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKoInfls .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKoInfls .label-text {
  color: #ffffff;
}
.cid-tzUKoInfls .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKoInfls .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKoInfls .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKoInfls .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKoInfls .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKoInfls .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKoInfls .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRc8YwNod {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txU9Iguv9b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txU9Iguv9b .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txU9Iguv9b .title_block {
  margin-bottom: 50px;
}
.cid-txU9Iguv9b .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txU9Iguv9b .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txU9Iguv9b .mbr-text {
  margin-bottom: 30px;
}
.cid-txU9Iguv9b .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txU9Iguv9b .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txU9Iguv9b .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txU9Iguv9b .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txU9Iguv9b .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txU9Iguv9b .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txU9Iguv9b .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txU9Iguv9b .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txU9Iguv9b .title_block {
    text-align: center;
  }
  .cid-txU9Iguv9b .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txU9Iguv9b .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txU9Iguv9b .btn {
    padding: 14px 26px;
  }
}
.cid-txU9Iguv9b .mbr-text,
.cid-txU9Iguv9b .mbr-section-btn {
  color: #ffffff;
}
.cid-txU9KT6bdY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txU9KT6bdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-txU9KT6bdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txU9KT6bdY .al {
  text-align: justify;
}
.cid-txU9KT6bdY .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txU9KT6bdY .row {
  justify-content: flex-start;
}
.cid-txU9KT6bdY .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txU9KT6bdY .content-container {
    flex-wrap: wrap;
  }
}
.cid-txU9KT6bdY .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txU9KT6bdY .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txU9KT6bdY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txU9KT6bdY .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txU9KT6bdY .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txU9KT6bdY .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txU9KT6bdY .label-text {
  color: #000000;
  margin: 0;
}
.cid-txU9KT6bdY .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txU9KT6bdY .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txU9KT6bdY .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txU9KT6bdY .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txU9KT6bdY .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txU9KT6bdY .mbr-section-title,
.cid-txU9KT6bdY .mbr-section-btn {
  text-align: left;
}
.cid-txUa85sbDY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txUa85sbDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUa85sbDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUa85sbDY .row {
  justify-content: center;
}
.cid-txUa85sbDY .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txUa85sbDY .col-title {
    margin-bottom: 20px;
  }
}
.cid-txUa85sbDY .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txUa85sbDY .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txUa85sbDY .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txUa85sbDY .card-row {
  align-items: stretch;
}
.cid-txUa85sbDY .card {
  padding: 10px;
}
.cid-txUa85sbDY .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txUa85sbDY .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txUa85sbDY .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txUa85sbDY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txUa85sbDY .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txUa85sbDY .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txUa85sbDY .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txUa85sbDY .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txUa85sbDY .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txUa85sbDY .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txUa85sbDY .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txUafIV71L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txUafIV71L .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txUafIV71L .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txUafIV71L .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txUai9a29u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txUai9a29u .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUai9a29u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUai9a29u .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txUai9a29u .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txUai9a29u .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txUai9a29u .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txUai9a29u .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txUai9a29u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txUai9a29u .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txUai9a29u .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txUai9a29u .mbr-text,
.cid-txUai9a29u .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tzUKuDCMut {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tzUKuDCMut .container {
  max-width: 1600px;
}
.cid-tzUKuDCMut .row {
  justify-content: center;
}
.cid-tzUKuDCMut .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tzUKuDCMut .text-container {
    margin-bottom: 50px;
  }
}
.cid-tzUKuDCMut .mbr-section-title {
  color: #212132;
}
.cid-tzUKuDCMut .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tzUKuDCMut .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-tzUKuDCMut .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-tzUKuDCMut .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-tzUKuDCMut .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-tzUKuDCMut .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-tzUKuDCMut .card:hover {
  transform: scale(0.96);
}
.cid-tzUKuDCMut .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-tzUKuDCMut .card-wrapper {
    padding: 16px;
  }
}
.cid-tzUKuDCMut .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tzUKuDCMut .card-box {
    margin-bottom: 20px;
  }
}
.cid-tzUKuDCMut .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-tzUKuDCMut .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tzUKuDCMut .card-text {
    margin-top: 8px;
  }
}
.cid-tzUKuDCMut .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tzUKuDCMut .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-tzUKuDCMut .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tzUKuDCMut .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-tzUKuDCMut .card-img {
    height: auto;
  }
}
.cid-tzUKuDCMut .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tzUKuDCMut .card-title,
.cid-tzUKuDCMut .mbr-section-btn {
  color: #050505;
}
.cid-tzUKvoWvKN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKvoWvKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKvoWvKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKvoWvKN .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKvoWvKN .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKvoWvKN .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKvoWvKN .label-text {
  color: #ffffff;
}
.cid-tzUKvoWvKN .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKvoWvKN .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKvoWvKN .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKvoWvKN .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKvoWvKN .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKvoWvKN .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKvoWvKN .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRo0CxaQ2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txUclPH4k0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txUclPH4k0 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txUclPH4k0 .title_block {
  margin-bottom: 50px;
}
.cid-txUclPH4k0 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txUclPH4k0 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txUclPH4k0 .mbr-text {
  margin-bottom: 30px;
}
.cid-txUclPH4k0 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txUclPH4k0 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txUclPH4k0 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txUclPH4k0 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txUclPH4k0 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txUclPH4k0 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txUclPH4k0 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txUclPH4k0 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txUclPH4k0 .title_block {
    text-align: center;
  }
  .cid-txUclPH4k0 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txUclPH4k0 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txUclPH4k0 .btn {
    padding: 14px 26px;
  }
}
.cid-txUclPH4k0 .mbr-text,
.cid-txUclPH4k0 .mbr-section-btn {
  color: #ffffff;
}
.cid-txYQqQ8kYf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txYQqQ8kYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYQqQ8kYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txYQqQ8kYf .al {
  text-align: justify;
}
.cid-txYQqQ8kYf .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txYQqQ8kYf .row {
  justify-content: flex-start;
}
.cid-txYQqQ8kYf .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txYQqQ8kYf .content-container {
    flex-wrap: wrap;
  }
}
.cid-txYQqQ8kYf .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txYQqQ8kYf .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txYQqQ8kYf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txYQqQ8kYf .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txYQqQ8kYf .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txYQqQ8kYf .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txYQqQ8kYf .label-text {
  color: #000000;
  margin: 0;
}
.cid-txYQqQ8kYf .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txYQqQ8kYf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txYQqQ8kYf .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txYQqQ8kYf .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txYQqQ8kYf .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txYQqQ8kYf .mbr-section-title,
.cid-txYQqQ8kYf .mbr-section-btn {
  text-align: left;
}
.cid-txUdm1q6Fx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-txUdm1q6Fx .container,
.cid-txUdm1q6Fx .container-fluid {
  position: static;
}
.cid-txUdm1q6Fx .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-txUdm1q6Fx .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-txUdm1q6Fx .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-txUdm1q6Fx .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-txUdm1q6Fx .al {
  text-align: justify;
}
.cid-txUdm1q6Fx .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-txUdm1q6Fx .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-txUdm1q6Fx .mbr-text {
    margin-top: 38px;
  }
}
.cid-txUdm1q6Fx .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-txUdm1q6Fx .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-txUdm1q6Fx .mbr-section-btn .btn:before {
  display: none;
}
.cid-txUdm1q6Fx .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txUdm1q6Fx .image-wrapper {
  max-height: 100%;
}
.cid-txUdm1q6Fx .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-txUdm1q6Fx .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-txUdm1q6Fx .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txUdm1q6Fx .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txUdm1q6Fx .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-txUdm1q6Fx .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-txUdm1q6Fx .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-txUdm1q6Fx .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-txUdm1q6Fx .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-txUdm1q6Fx .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-txUdm1q6Fx .image-wrapper:before {
    display: none;
  }
}
.cid-txUdm1q6Fx .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-txUdm1q6Fx .col-text {
    margin-left: auto;
  }
}
.cid-txUdm1q6Fx .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txUdm1q6Fx .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-txUdm1q6Fx .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-txUdm1q6Fx .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-txUdm1q6Fx .list-item {
  display: flex;
  align-items: center;
}
.cid-txUdm1q6Fx .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-txUdm1q6Fx .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-txUdm1q6Fx .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-txUdm1q6Fx .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-txUdm1q6Fx .mbr-text,
.cid-txUdm1q6Fx .mbr-section-btn {
  color: #000000;
}
.cid-txUcmy7TIf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txUcmy7TIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUcmy7TIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUcmy7TIf .row {
  justify-content: center;
}
.cid-txUcmy7TIf .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txUcmy7TIf .col-title {
    margin-bottom: 20px;
  }
}
.cid-txUcmy7TIf .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txUcmy7TIf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txUcmy7TIf .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txUcmy7TIf .card-row {
  align-items: stretch;
}
.cid-txUcmy7TIf .card {
  padding: 10px;
}
.cid-txUcmy7TIf .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txUcmy7TIf .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txUcmy7TIf .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txUcmy7TIf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txUcmy7TIf .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txUcmy7TIf .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txUcmy7TIf .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txUcmy7TIf .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txUcmy7TIf .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txUcmy7TIf .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txUcmy7TIf .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelCnznoxb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelCnznoxb .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelCnznoxb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelCnznoxb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txYRcYKFbg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txYRcYKFbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYRcYKFbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txYRcYKFbg .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txYRcYKFbg .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txYRcYKFbg .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txYRcYKFbg .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txYRcYKFbg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txYRcYKFbg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txYRcYKFbg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txYRcYKFbg .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txYRcYKFbg .mbr-text,
.cid-txYRcYKFbg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tzUKzZiTMy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tzUKzZiTMy .container {
  max-width: 1600px;
}
.cid-tzUKzZiTMy .row {
  justify-content: center;
}
.cid-tzUKzZiTMy .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tzUKzZiTMy .text-container {
    margin-bottom: 50px;
  }
}
.cid-tzUKzZiTMy .mbr-section-title {
  color: #212132;
}
.cid-tzUKzZiTMy .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tzUKzZiTMy .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-tzUKzZiTMy .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-tzUKzZiTMy .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-tzUKzZiTMy .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-tzUKzZiTMy .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-tzUKzZiTMy .card:hover {
  transform: scale(0.96);
}
.cid-tzUKzZiTMy .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-tzUKzZiTMy .card-wrapper {
    padding: 16px;
  }
}
.cid-tzUKzZiTMy .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tzUKzZiTMy .card-box {
    margin-bottom: 20px;
  }
}
.cid-tzUKzZiTMy .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-tzUKzZiTMy .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tzUKzZiTMy .card-text {
    margin-top: 8px;
  }
}
.cid-tzUKzZiTMy .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tzUKzZiTMy .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-tzUKzZiTMy .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tzUKzZiTMy .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-tzUKzZiTMy .card-img {
    height: auto;
  }
}
.cid-tzUKzZiTMy .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-tzUKzZiTMy .card-title,
.cid-tzUKzZiTMy .mbr-section-btn {
  color: #050505;
}
.cid-tzUKAL7w8i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKAL7w8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKAL7w8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKAL7w8i .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKAL7w8i .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKAL7w8i .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKAL7w8i .label-text {
  color: #ffffff;
}
.cid-tzUKAL7w8i .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKAL7w8i .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKAL7w8i .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKAL7w8i .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKAL7w8i .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKAL7w8i .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKAL7w8i .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRoSDpa0M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txYSQqWDw6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txYSQqWDw6 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txYSQqWDw6 .title_block {
  margin-bottom: 50px;
}
.cid-txYSQqWDw6 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txYSQqWDw6 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txYSQqWDw6 .mbr-text {
  margin-bottom: 30px;
}
.cid-txYSQqWDw6 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txYSQqWDw6 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txYSQqWDw6 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txYSQqWDw6 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txYSQqWDw6 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txYSQqWDw6 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txYSQqWDw6 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txYSQqWDw6 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txYSQqWDw6 .title_block {
    text-align: center;
  }
  .cid-txYSQqWDw6 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txYSQqWDw6 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txYSQqWDw6 .btn {
    padding: 14px 26px;
  }
}
.cid-txYSQqWDw6 .mbr-text,
.cid-txYSQqWDw6 .mbr-section-btn {
  color: #ffffff;
}
.cid-txYSRV2clW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txYSRV2clW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYSRV2clW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txYSRV2clW .al {
  text-align: justify;
}
.cid-txYSRV2clW .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txYSRV2clW .row {
  justify-content: flex-start;
}
.cid-txYSRV2clW .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txYSRV2clW .content-container {
    flex-wrap: wrap;
  }
}
.cid-txYSRV2clW .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txYSRV2clW .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txYSRV2clW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txYSRV2clW .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txYSRV2clW .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txYSRV2clW .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txYSRV2clW .label-text {
  color: #000000;
  margin: 0;
}
.cid-txYSRV2clW .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txYSRV2clW .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txYSRV2clW .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txYSRV2clW .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txYSRV2clW .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txYSRV2clW .mbr-section-title,
.cid-txYSRV2clW .mbr-section-btn {
  text-align: left;
}
.cid-txZ75bd4eA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txZ75bd4eA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ75bd4eA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ75bd4eA .row {
  justify-content: center;
}
.cid-txZ75bd4eA .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txZ75bd4eA .col-title {
    margin-bottom: 20px;
  }
}
.cid-txZ75bd4eA .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txZ75bd4eA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txZ75bd4eA .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txZ75bd4eA .card-row {
  align-items: stretch;
}
.cid-txZ75bd4eA .card {
  padding: 10px;
}
.cid-txZ75bd4eA .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txZ75bd4eA .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txZ75bd4eA .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txZ75bd4eA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txZ75bd4eA .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txZ75bd4eA .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txZ75bd4eA .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txZ75bd4eA .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txZ75bd4eA .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txZ75bd4eA .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txZ75bd4eA .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txYYtxQiDp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txYYtxQiDp .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txYYtxQiDp .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txYYtxQiDp .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txYYrutbb2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txYYrutbb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYYrutbb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txYYrutbb2 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txYYrutbb2 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txYYrutbb2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txYYrutbb2 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txYYrutbb2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txYYrutbb2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txYYrutbb2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txYYrutbb2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txYYrutbb2 .mbr-text,
.cid-txYYrutbb2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K5wcrJH3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K5wcrJH3 .container {
  max-width: 1600px;
}
.cid-u2K5wcrJH3 .row {
  justify-content: center;
}
.cid-u2K5wcrJH3 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K5wcrJH3 .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K5wcrJH3 .mbr-section-title {
  color: #212132;
}
.cid-u2K5wcrJH3 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K5wcrJH3 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K5wcrJH3 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K5wcrJH3 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K5wcrJH3 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K5wcrJH3 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K5wcrJH3 .card:hover {
  transform: scale(0.96);
}
.cid-u2K5wcrJH3 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K5wcrJH3 .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K5wcrJH3 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K5wcrJH3 .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K5wcrJH3 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K5wcrJH3 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K5wcrJH3 .card-text {
    margin-top: 8px;
  }
}
.cid-u2K5wcrJH3 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K5wcrJH3 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K5wcrJH3 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K5wcrJH3 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K5wcrJH3 .card-img {
    height: auto;
  }
}
.cid-u2K5wcrJH3 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K5wcrJH3 .card-title,
.cid-u2K5wcrJH3 .mbr-section-btn {
  color: #050505;
}
.cid-tzUKGvpZTr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKGvpZTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKGvpZTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKGvpZTr .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKGvpZTr .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKGvpZTr .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKGvpZTr .label-text {
  color: #ffffff;
}
.cid-tzUKGvpZTr .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKGvpZTr .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKGvpZTr .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKGvpZTr .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKGvpZTr .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKGvpZTr .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKGvpZTr .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRscNaYD3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txZ8bTLqsD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txZ8bTLqsD .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txZ8bTLqsD .title_block {
  margin-bottom: 50px;
}
.cid-txZ8bTLqsD .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txZ8bTLqsD .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txZ8bTLqsD .mbr-text {
  margin-bottom: 30px;
}
.cid-txZ8bTLqsD .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txZ8bTLqsD .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txZ8bTLqsD .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txZ8bTLqsD .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txZ8bTLqsD .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txZ8bTLqsD .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txZ8bTLqsD .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txZ8bTLqsD .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txZ8bTLqsD .title_block {
    text-align: center;
  }
  .cid-txZ8bTLqsD .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txZ8bTLqsD .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txZ8bTLqsD .btn {
    padding: 14px 26px;
  }
}
.cid-txZ8bTLqsD .mbr-text,
.cid-txZ8bTLqsD .mbr-section-btn {
  color: #ffffff;
}
.cid-txZ8jtzHcC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txZ8jtzHcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ8jtzHcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ8jtzHcC .al {
  text-align: justify;
}
.cid-txZ8jtzHcC .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txZ8jtzHcC .row {
  justify-content: flex-start;
}
.cid-txZ8jtzHcC .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txZ8jtzHcC .content-container {
    flex-wrap: wrap;
  }
}
.cid-txZ8jtzHcC .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txZ8jtzHcC .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txZ8jtzHcC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txZ8jtzHcC .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txZ8jtzHcC .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txZ8jtzHcC .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txZ8jtzHcC .label-text {
  color: #000000;
  margin: 0;
}
.cid-txZ8jtzHcC .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txZ8jtzHcC .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txZ8jtzHcC .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txZ8jtzHcC .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txZ8jtzHcC .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txZ8jtzHcC .mbr-section-title,
.cid-txZ8jtzHcC .mbr-section-btn {
  text-align: left;
}
.cid-txZ8Tv8EmH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txZ8Tv8EmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ8Tv8EmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ8Tv8EmH .row {
  justify-content: center;
}
.cid-txZ8Tv8EmH .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txZ8Tv8EmH .col-title {
    margin-bottom: 20px;
  }
}
.cid-txZ8Tv8EmH .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txZ8Tv8EmH .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txZ8Tv8EmH .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txZ8Tv8EmH .card-row {
  align-items: stretch;
}
.cid-txZ8Tv8EmH .card {
  padding: 10px;
}
.cid-txZ8Tv8EmH .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txZ8Tv8EmH .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txZ8Tv8EmH .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txZ8Tv8EmH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txZ8Tv8EmH .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txZ8Tv8EmH .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txZ8Tv8EmH .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txZ8Tv8EmH .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txZ8Tv8EmH .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txZ8Tv8EmH .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txZ8Tv8EmH .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txZ91SxBtJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txZ91SxBtJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txZ91SxBtJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txZ91SxBtJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txZ93erowk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txZ93erowk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ93erowk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ93erowk .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txZ93erowk .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txZ93erowk .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txZ93erowk .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txZ93erowk .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txZ93erowk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txZ93erowk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txZ93erowk .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txZ93erowk .mbr-text,
.cid-txZ93erowk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K5CS5XtX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K5CS5XtX .container {
  max-width: 1600px;
}
.cid-u2K5CS5XtX .row {
  justify-content: center;
}
.cid-u2K5CS5XtX .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K5CS5XtX .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K5CS5XtX .mbr-section-title {
  color: #212132;
}
.cid-u2K5CS5XtX .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K5CS5XtX .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K5CS5XtX .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K5CS5XtX .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K5CS5XtX .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K5CS5XtX .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K5CS5XtX .card:hover {
  transform: scale(0.96);
}
.cid-u2K5CS5XtX .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K5CS5XtX .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K5CS5XtX .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K5CS5XtX .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K5CS5XtX .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K5CS5XtX .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K5CS5XtX .card-text {
    margin-top: 8px;
  }
}
.cid-u2K5CS5XtX .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K5CS5XtX .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K5CS5XtX .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K5CS5XtX .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K5CS5XtX .card-img {
    height: auto;
  }
}
.cid-u2K5CS5XtX .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K5CS5XtX .card-title,
.cid-u2K5CS5XtX .mbr-section-btn {
  color: #050505;
}
.cid-tzUKLcvS1T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKLcvS1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKLcvS1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKLcvS1T .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKLcvS1T .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKLcvS1T .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKLcvS1T .label-text {
  color: #ffffff;
}
.cid-tzUKLcvS1T .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKLcvS1T .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKLcvS1T .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKLcvS1T .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKLcvS1T .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKLcvS1T .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKLcvS1T .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRwPbddbo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txZ9Jv6NC2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txZ9Jv6NC2 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txZ9Jv6NC2 .title_block {
  margin-bottom: 50px;
}
.cid-txZ9Jv6NC2 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txZ9Jv6NC2 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txZ9Jv6NC2 .mbr-text {
  margin-bottom: 30px;
}
.cid-txZ9Jv6NC2 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txZ9Jv6NC2 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txZ9Jv6NC2 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txZ9Jv6NC2 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txZ9Jv6NC2 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txZ9Jv6NC2 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txZ9Jv6NC2 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txZ9Jv6NC2 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txZ9Jv6NC2 .title_block {
    text-align: center;
  }
  .cid-txZ9Jv6NC2 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txZ9Jv6NC2 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txZ9Jv6NC2 .btn {
    padding: 14px 26px;
  }
}
.cid-txZ9Jv6NC2 .mbr-text,
.cid-txZ9Jv6NC2 .mbr-section-btn {
  color: #ffffff;
}
.cid-txZ9IIsm3t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txZ9IIsm3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZ9IIsm3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZ9IIsm3t .al {
  text-align: justify;
}
.cid-txZ9IIsm3t .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txZ9IIsm3t .row {
  justify-content: flex-start;
}
.cid-txZ9IIsm3t .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txZ9IIsm3t .content-container {
    flex-wrap: wrap;
  }
}
.cid-txZ9IIsm3t .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txZ9IIsm3t .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txZ9IIsm3t .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txZ9IIsm3t .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txZ9IIsm3t .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txZ9IIsm3t .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txZ9IIsm3t .label-text {
  color: #000000;
  margin: 0;
}
.cid-txZ9IIsm3t .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txZ9IIsm3t .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txZ9IIsm3t .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txZ9IIsm3t .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txZ9IIsm3t .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txZ9IIsm3t .mbr-section-title,
.cid-txZ9IIsm3t .mbr-section-btn {
  text-align: left;
}
.cid-txZa64MTGY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-txZa64MTGY .container,
.cid-txZa64MTGY .container-fluid {
  position: static;
}
.cid-txZa64MTGY .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-txZa64MTGY .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-txZa64MTGY .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-txZa64MTGY .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-txZa64MTGY .al {
  text-align: justify;
}
.cid-txZa64MTGY .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-txZa64MTGY .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-txZa64MTGY .mbr-text {
    margin-top: 38px;
  }
}
.cid-txZa64MTGY .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-txZa64MTGY .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-txZa64MTGY .mbr-section-btn .btn:before {
  display: none;
}
.cid-txZa64MTGY .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txZa64MTGY .image-wrapper {
  max-height: 100%;
}
.cid-txZa64MTGY .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-txZa64MTGY .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-txZa64MTGY .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txZa64MTGY .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txZa64MTGY .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-txZa64MTGY .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-txZa64MTGY .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-txZa64MTGY .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-txZa64MTGY .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-txZa64MTGY .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-txZa64MTGY .image-wrapper:before {
    display: none;
  }
}
.cid-txZa64MTGY .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-txZa64MTGY .col-text {
    margin-left: auto;
  }
}
.cid-txZa64MTGY .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txZa64MTGY .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-txZa64MTGY .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-txZa64MTGY .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-txZa64MTGY .list-item {
  display: flex;
  align-items: center;
}
.cid-txZa64MTGY .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-txZa64MTGY .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-txZa64MTGY .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-txZa64MTGY .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-txZa64MTGY .mbr-text,
.cid-txZa64MTGY .mbr-section-btn {
  color: #000000;
}
.cid-txZaAk7ix7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txZaAk7ix7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZaAk7ix7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZaAk7ix7 .row {
  justify-content: center;
}
.cid-txZaAk7ix7 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txZaAk7ix7 .col-title {
    margin-bottom: 20px;
  }
}
.cid-txZaAk7ix7 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txZaAk7ix7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txZaAk7ix7 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txZaAk7ix7 .card-row {
  align-items: stretch;
}
.cid-txZaAk7ix7 .card {
  padding: 10px;
}
.cid-txZaAk7ix7 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txZaAk7ix7 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txZaAk7ix7 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txZaAk7ix7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txZaAk7ix7 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txZaAk7ix7 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txZaAk7ix7 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txZaAk7ix7 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txZaAk7ix7 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txZaAk7ix7 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txZaAk7ix7 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txZaKJw4Pc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txZaKJw4Pc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txZaKJw4Pc .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txZaKJw4Pc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txZaIuBovb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txZaIuBovb .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZaIuBovb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZaIuBovb .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txZaIuBovb .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txZaIuBovb .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txZaIuBovb .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txZaIuBovb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txZaIuBovb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txZaIuBovb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txZaIuBovb .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txZaIuBovb .mbr-text,
.cid-txZaIuBovb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K5Zi3dAD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K5Zi3dAD .container {
  max-width: 1600px;
}
.cid-u2K5Zi3dAD .row {
  justify-content: center;
}
.cid-u2K5Zi3dAD .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K5Zi3dAD .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K5Zi3dAD .mbr-section-title {
  color: #212132;
}
.cid-u2K5Zi3dAD .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K5Zi3dAD .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K5Zi3dAD .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K5Zi3dAD .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K5Zi3dAD .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K5Zi3dAD .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K5Zi3dAD .card:hover {
  transform: scale(0.96);
}
.cid-u2K5Zi3dAD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K5Zi3dAD .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K5Zi3dAD .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K5Zi3dAD .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K5Zi3dAD .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K5Zi3dAD .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K5Zi3dAD .card-text {
    margin-top: 8px;
  }
}
.cid-u2K5Zi3dAD .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K5Zi3dAD .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K5Zi3dAD .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K5Zi3dAD .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K5Zi3dAD .card-img {
    height: auto;
  }
}
.cid-u2K5Zi3dAD .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K5Zi3dAD .card-title,
.cid-u2K5Zi3dAD .mbr-section-btn {
  color: #050505;
}
.cid-tzUKQkQlY0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKQkQlY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKQkQlY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKQkQlY0 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKQkQlY0 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKQkQlY0 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKQkQlY0 .label-text {
  color: #ffffff;
}
.cid-tzUKQkQlY0 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKQkQlY0 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKQkQlY0 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKQkQlY0 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKQkQlY0 .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKQkQlY0 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKQkQlY0 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRxBzvr2q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-txZaUvt6lD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-txZaUvt6lD .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-txZaUvt6lD .title_block {
  margin-bottom: 50px;
}
.cid-txZaUvt6lD .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-txZaUvt6lD .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-txZaUvt6lD .mbr-text {
  margin-bottom: 30px;
}
.cid-txZaUvt6lD .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-txZaUvt6lD .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-txZaUvt6lD .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-txZaUvt6lD .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-txZaUvt6lD .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-txZaUvt6lD .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-txZaUvt6lD .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-txZaUvt6lD .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-txZaUvt6lD .title_block {
    text-align: center;
  }
  .cid-txZaUvt6lD .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-txZaUvt6lD .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-txZaUvt6lD .btn {
    padding: 14px 26px;
  }
}
.cid-txZaUvt6lD .mbr-text,
.cid-txZaUvt6lD .mbr-section-btn {
  color: #ffffff;
}
.cid-txZaVi7eIb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-txZaVi7eIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZaVi7eIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZaVi7eIb .al {
  text-align: justify;
}
.cid-txZaVi7eIb .responsive {
  max-width: 100%;
  height: auto;
}
.cid-txZaVi7eIb .row {
  justify-content: flex-start;
}
.cid-txZaVi7eIb .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-txZaVi7eIb .content-container {
    flex-wrap: wrap;
  }
}
.cid-txZaVi7eIb .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-txZaVi7eIb .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-txZaVi7eIb .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-txZaVi7eIb .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-txZaVi7eIb .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-txZaVi7eIb .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-txZaVi7eIb .label-text {
  color: #000000;
  margin: 0;
}
.cid-txZaVi7eIb .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-txZaVi7eIb .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-txZaVi7eIb .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-txZaVi7eIb .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-txZaVi7eIb .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-txZaVi7eIb .mbr-section-title,
.cid-txZaVi7eIb .mbr-section-btn {
  text-align: left;
}
.cid-txZbQ5nW4u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-txZbQ5nW4u .container,
.cid-txZbQ5nW4u .container-fluid {
  position: static;
}
.cid-txZbQ5nW4u .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-txZbQ5nW4u .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-txZbQ5nW4u .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-txZbQ5nW4u .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-txZbQ5nW4u .al {
  text-align: justify;
}
.cid-txZbQ5nW4u .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-txZbQ5nW4u .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-txZbQ5nW4u .mbr-text {
    margin-top: 38px;
  }
}
.cid-txZbQ5nW4u .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-txZbQ5nW4u .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-txZbQ5nW4u .mbr-section-btn .btn:before {
  display: none;
}
.cid-txZbQ5nW4u .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-txZbQ5nW4u .image-wrapper {
  max-height: 100%;
}
.cid-txZbQ5nW4u .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-txZbQ5nW4u .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-txZbQ5nW4u .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txZbQ5nW4u .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txZbQ5nW4u .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-txZbQ5nW4u .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-txZbQ5nW4u .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-txZbQ5nW4u .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-txZbQ5nW4u .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-txZbQ5nW4u .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-txZbQ5nW4u .image-wrapper:before {
    display: none;
  }
}
.cid-txZbQ5nW4u .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-txZbQ5nW4u .col-text {
    margin-left: auto;
  }
}
.cid-txZbQ5nW4u .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-txZbQ5nW4u .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-txZbQ5nW4u .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-txZbQ5nW4u .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-txZbQ5nW4u .list-item {
  display: flex;
  align-items: center;
}
.cid-txZbQ5nW4u .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-txZbQ5nW4u .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-txZbQ5nW4u .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-txZbQ5nW4u .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-txZbQ5nW4u .mbr-text,
.cid-txZbQ5nW4u .mbr-section-btn {
  color: #000000;
}
.cid-txZaW5cdXX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txZaW5cdXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZaW5cdXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZaW5cdXX .row {
  justify-content: center;
}
.cid-txZaW5cdXX .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-txZaW5cdXX .col-title {
    margin-bottom: 20px;
  }
}
.cid-txZaW5cdXX .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-txZaW5cdXX .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-txZaW5cdXX .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txZaW5cdXX .card-row {
  align-items: stretch;
}
.cid-txZaW5cdXX .card {
  padding: 10px;
}
.cid-txZaW5cdXX .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-txZaW5cdXX .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-txZaW5cdXX .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-txZaW5cdXX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-txZaW5cdXX .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-txZaW5cdXX .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-txZaW5cdXX .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-txZaW5cdXX .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-txZaW5cdXX .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-txZaW5cdXX .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-txZaW5cdXX .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-txZcdjsBbI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txZcdjsBbI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-txZcdjsBbI .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-txZcdjsBbI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-txZce9FtbK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-txZce9FtbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZce9FtbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZce9FtbK .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-txZce9FtbK .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-txZce9FtbK .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-txZce9FtbK .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-txZce9FtbK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-txZce9FtbK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txZce9FtbK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-txZce9FtbK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-txZce9FtbK .mbr-text,
.cid-txZce9FtbK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K62DMxgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K62DMxgV .container {
  max-width: 1600px;
}
.cid-u2K62DMxgV .row {
  justify-content: center;
}
.cid-u2K62DMxgV .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K62DMxgV .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K62DMxgV .mbr-section-title {
  color: #212132;
}
.cid-u2K62DMxgV .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K62DMxgV .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K62DMxgV .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K62DMxgV .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K62DMxgV .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K62DMxgV .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K62DMxgV .card:hover {
  transform: scale(0.96);
}
.cid-u2K62DMxgV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K62DMxgV .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K62DMxgV .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K62DMxgV .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K62DMxgV .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K62DMxgV .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K62DMxgV .card-text {
    margin-top: 8px;
  }
}
.cid-u2K62DMxgV .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K62DMxgV .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K62DMxgV .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K62DMxgV .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K62DMxgV .card-img {
    height: auto;
  }
}
.cid-u2K62DMxgV .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K62DMxgV .card-title,
.cid-u2K62DMxgV .mbr-section-btn {
  color: #050505;
}
.cid-tzUKVtyS18 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUKVtyS18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUKVtyS18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUKVtyS18 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUKVtyS18 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUKVtyS18 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUKVtyS18 .label-text {
  color: #ffffff;
}
.cid-tzUKVtyS18 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUKVtyS18 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKVtyS18 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUKVtyS18 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUKVtyS18 .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUKVtyS18 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUKVtyS18 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRyzbszsV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty06kjuIgr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty06kjuIgr .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty06kjuIgr .title_block {
  margin-bottom: 50px;
}
.cid-ty06kjuIgr .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty06kjuIgr .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty06kjuIgr .mbr-text {
  margin-bottom: 30px;
}
.cid-ty06kjuIgr .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty06kjuIgr .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty06kjuIgr .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty06kjuIgr .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty06kjuIgr .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty06kjuIgr .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty06kjuIgr .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty06kjuIgr .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty06kjuIgr .title_block {
    text-align: center;
  }
  .cid-ty06kjuIgr .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty06kjuIgr .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty06kjuIgr .btn {
    padding: 14px 26px;
  }
}
.cid-ty06kjuIgr .mbr-text,
.cid-ty06kjuIgr .mbr-section-btn {
  color: #ffffff;
}
.cid-ty08FpOgOo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty08FpOgOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty08FpOgOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty08FpOgOo .al {
  text-align: justify;
}
.cid-ty08FpOgOo .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty08FpOgOo .row {
  justify-content: flex-start;
}
.cid-ty08FpOgOo .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty08FpOgOo .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty08FpOgOo .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty08FpOgOo .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty08FpOgOo .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty08FpOgOo .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty08FpOgOo .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty08FpOgOo .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty08FpOgOo .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty08FpOgOo .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty08FpOgOo .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty08FpOgOo .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty08FpOgOo .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty08FpOgOo .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty08FpOgOo .mbr-section-title,
.cid-ty08FpOgOo .mbr-section-btn {
  text-align: left;
}
.cid-ty06ohMK1w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty06ohMK1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty06ohMK1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty06ohMK1w .row {
  justify-content: center;
}
.cid-ty06ohMK1w .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty06ohMK1w .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty06ohMK1w .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty06ohMK1w .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty06ohMK1w .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty06ohMK1w .card-row {
  align-items: stretch;
}
.cid-ty06ohMK1w .card {
  padding: 10px;
}
.cid-ty06ohMK1w .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty06ohMK1w .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty06ohMK1w .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty06ohMK1w .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty06ohMK1w .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty06ohMK1w .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty06ohMK1w .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty06ohMK1w .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty06ohMK1w .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty06ohMK1w .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty06ohMK1w .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty06qghKO4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty06qghKO4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty06qghKO4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty06qghKO4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty06powyaO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty06powyaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty06powyaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty06powyaO .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty06powyaO .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty06powyaO .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty06powyaO .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty06powyaO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty06powyaO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty06powyaO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty06powyaO .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty06powyaO .mbr-text,
.cid-ty06powyaO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K6dPyINT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K6dPyINT .container {
  max-width: 1600px;
}
.cid-u2K6dPyINT .row {
  justify-content: center;
}
.cid-u2K6dPyINT .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K6dPyINT .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K6dPyINT .mbr-section-title {
  color: #212132;
}
.cid-u2K6dPyINT .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K6dPyINT .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K6dPyINT .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K6dPyINT .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K6dPyINT .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K6dPyINT .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K6dPyINT .card:hover {
  transform: scale(0.96);
}
.cid-u2K6dPyINT .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K6dPyINT .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K6dPyINT .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K6dPyINT .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K6dPyINT .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K6dPyINT .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K6dPyINT .card-text {
    margin-top: 8px;
  }
}
.cid-u2K6dPyINT .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K6dPyINT .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K6dPyINT .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K6dPyINT .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K6dPyINT .card-img {
    height: auto;
  }
}
.cid-u2K6dPyINT .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K6dPyINT .card-title,
.cid-u2K6dPyINT .mbr-section-btn {
  color: #050505;
}
.cid-tzUL1rRv8v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUL1rRv8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUL1rRv8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUL1rRv8v .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUL1rRv8v .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUL1rRv8v .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUL1rRv8v .label-text {
  color: #ffffff;
}
.cid-tzUL1rRv8v .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUL1rRv8v .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUL1rRv8v .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUL1rRv8v .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUL1rRv8v .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUL1rRv8v .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUL1rRv8v .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcRyXLqneG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty0asMMcYD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty0asMMcYD .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty0asMMcYD .title_block {
  margin-bottom: 50px;
}
.cid-ty0asMMcYD .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty0asMMcYD .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty0asMMcYD .mbr-text {
  margin-bottom: 30px;
}
.cid-ty0asMMcYD .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty0asMMcYD .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty0asMMcYD .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty0asMMcYD .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty0asMMcYD .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty0asMMcYD .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty0asMMcYD .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty0asMMcYD .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty0asMMcYD .title_block {
    text-align: center;
  }
  .cid-ty0asMMcYD .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty0asMMcYD .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty0asMMcYD .btn {
    padding: 14px 26px;
  }
}
.cid-ty0asMMcYD .mbr-text,
.cid-ty0asMMcYD .mbr-section-btn {
  color: #ffffff;
}
.cid-ty0aqtE5s8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/nutri-mn.jpg");
}
.cid-ty0aqtE5s8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0aqtE5s8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0aqtE5s8 .al {
  text-align: justify;
}
.cid-ty0aqtE5s8 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty0aqtE5s8 .row {
  justify-content: flex-start;
}
.cid-ty0aqtE5s8 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty0aqtE5s8 .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty0aqtE5s8 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty0aqtE5s8 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty0aqtE5s8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty0aqtE5s8 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty0aqtE5s8 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty0aqtE5s8 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty0aqtE5s8 .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty0aqtE5s8 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty0aqtE5s8 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty0aqtE5s8 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty0aqtE5s8 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty0aqtE5s8 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty0aqtE5s8 .mbr-section-title,
.cid-ty0aqtE5s8 .mbr-section-btn {
  text-align: left;
}
.cid-ty0q26Wq8m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty0q26Wq8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0q26Wq8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0q26Wq8m .row {
  justify-content: center;
}
.cid-ty0q26Wq8m .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty0q26Wq8m .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty0q26Wq8m .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty0q26Wq8m .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty0q26Wq8m .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty0q26Wq8m .card-row {
  align-items: stretch;
}
.cid-ty0q26Wq8m .card {
  padding: 10px;
}
.cid-ty0q26Wq8m .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty0q26Wq8m .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty0q26Wq8m .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty0q26Wq8m .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty0q26Wq8m .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty0q26Wq8m .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty0q26Wq8m .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty0q26Wq8m .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty0q26Wq8m .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty0q26Wq8m .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty0q26Wq8m .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty0qlerXqn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty0qlerXqn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty0qlerXqn .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty0qlerXqn .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty0qj7Vost {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty0qj7Vost .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0qj7Vost .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0qj7Vost .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty0qj7Vost .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty0qj7Vost .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty0qj7Vost .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty0qj7Vost .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty0qj7Vost .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty0qj7Vost .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty0qj7Vost .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty0qj7Vost .mbr-text,
.cid-ty0qj7Vost .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K6jSd86k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K6jSd86k .container {
  max-width: 1600px;
}
.cid-u2K6jSd86k .row {
  justify-content: center;
}
.cid-u2K6jSd86k .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K6jSd86k .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K6jSd86k .mbr-section-title {
  color: #212132;
}
.cid-u2K6jSd86k .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K6jSd86k .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K6jSd86k .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K6jSd86k .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K6jSd86k .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K6jSd86k .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K6jSd86k .card:hover {
  transform: scale(0.96);
}
.cid-u2K6jSd86k .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K6jSd86k .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K6jSd86k .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K6jSd86k .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K6jSd86k .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K6jSd86k .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K6jSd86k .card-text {
    margin-top: 8px;
  }
}
.cid-u2K6jSd86k .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K6jSd86k .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K6jSd86k .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K6jSd86k .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K6jSd86k .card-img {
    height: auto;
  }
}
.cid-u2K6jSd86k .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K6jSd86k .card-title,
.cid-u2K6jSd86k .mbr-section-btn {
  color: #050505;
}
.cid-tzUL7lSj3d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUL7lSj3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUL7lSj3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUL7lSj3d .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUL7lSj3d .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUL7lSj3d .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUL7lSj3d .label-text {
  color: #ffffff;
}
.cid-tzUL7lSj3d .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUL7lSj3d .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUL7lSj3d .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUL7lSj3d .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUL7lSj3d .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUL7lSj3d .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUL7lSj3d .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcWT5KRPd6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ty4Dke66fy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ty4Dke66fy .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ty4Dke66fy .title_block {
  margin-bottom: 50px;
}
.cid-ty4Dke66fy .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ty4Dke66fy .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ty4Dke66fy .mbr-text {
  margin-bottom: 30px;
}
.cid-ty4Dke66fy .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ty4Dke66fy .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ty4Dke66fy .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ty4Dke66fy .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ty4Dke66fy .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ty4Dke66fy .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ty4Dke66fy .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ty4Dke66fy .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ty4Dke66fy .title_block {
    text-align: center;
  }
  .cid-ty4Dke66fy .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ty4Dke66fy .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ty4Dke66fy .btn {
    padding: 14px 26px;
  }
}
.cid-ty4Dke66fy .mbr-text,
.cid-ty4Dke66fy .mbr-section-btn {
  color: #ffffff;
}
.cid-ty0qsiZCsp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-ty0qsiZCsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty0qsiZCsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty0qsiZCsp .row {
  justify-content: flex-start;
}
.cid-ty0qsiZCsp .al {
  text-align: justify;
}
.cid-ty0qsiZCsp .responsive {
  max-width: 100%;
  height: auto;
}
.cid-ty0qsiZCsp .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ty0qsiZCsp .content-container {
    flex-wrap: wrap;
  }
}
.cid-ty0qsiZCsp .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-ty0qsiZCsp .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-ty0qsiZCsp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-ty0qsiZCsp .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-ty0qsiZCsp .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ty0qsiZCsp .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-ty0qsiZCsp .label-text {
  color: #000000;
  margin: 0;
}
.cid-ty0qsiZCsp .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ty0qsiZCsp .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-ty0qsiZCsp .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-ty0qsiZCsp .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-ty0qsiZCsp .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-ty0qsiZCsp .mbr-section-title,
.cid-ty0qsiZCsp .mbr-section-btn {
  text-align: left;
}
.cid-ty4DRqEZx5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ty4DRqEZx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty4DRqEZx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty4DRqEZx5 .row {
  justify-content: center;
}
.cid-ty4DRqEZx5 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ty4DRqEZx5 .col-title {
    margin-bottom: 20px;
  }
}
.cid-ty4DRqEZx5 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-ty4DRqEZx5 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty4DRqEZx5 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ty4DRqEZx5 .card-row {
  align-items: stretch;
}
.cid-ty4DRqEZx5 .card {
  padding: 10px;
}
.cid-ty4DRqEZx5 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-ty4DRqEZx5 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-ty4DRqEZx5 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ty4DRqEZx5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-ty4DRqEZx5 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-ty4DRqEZx5 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-ty4DRqEZx5 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-ty4DRqEZx5 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-ty4DRqEZx5 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-ty4DRqEZx5 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-ty4DRqEZx5 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-ty4E46XHKF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty4E46XHKF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ty4E46XHKF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ty4E46XHKF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ty4E25uHJ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-ty4E25uHJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty4E25uHJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty4E25uHJ6 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-ty4E25uHJ6 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-ty4E25uHJ6 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-ty4E25uHJ6 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-ty4E25uHJ6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ty4E25uHJ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty4E25uHJ6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ty4E25uHJ6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ty4E25uHJ6 .mbr-text,
.cid-ty4E25uHJ6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K6tCRQ5r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K6tCRQ5r .container {
  max-width: 1600px;
}
.cid-u2K6tCRQ5r .row {
  justify-content: center;
}
.cid-u2K6tCRQ5r .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K6tCRQ5r .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K6tCRQ5r .mbr-section-title {
  color: #212132;
}
.cid-u2K6tCRQ5r .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K6tCRQ5r .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K6tCRQ5r .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K6tCRQ5r .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K6tCRQ5r .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K6tCRQ5r .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K6tCRQ5r .card:hover {
  transform: scale(0.96);
}
.cid-u2K6tCRQ5r .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K6tCRQ5r .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K6tCRQ5r .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K6tCRQ5r .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K6tCRQ5r .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K6tCRQ5r .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K6tCRQ5r .card-text {
    margin-top: 8px;
  }
}
.cid-u2K6tCRQ5r .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K6tCRQ5r .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K6tCRQ5r .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K6tCRQ5r .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K6tCRQ5r .card-img {
    height: auto;
  }
}
.cid-u2K6tCRQ5r .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K6tCRQ5r .card-title,
.cid-u2K6tCRQ5r .mbr-section-btn {
  color: #050505;
}
.cid-tzULbNETs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzULbNETs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzULbNETs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzULbNETs5 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzULbNETs5 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzULbNETs5 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzULbNETs5 .label-text {
  color: #ffffff;
}
.cid-tzULbNETs5 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzULbNETs5 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULbNETs5 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzULbNETs5 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzULbNETs5 .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzULbNETs5 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzULbNETs5 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-u2JbEIZOhx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-u2JbEIZOhx .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-u2JbEIZOhx .title_block {
  margin-bottom: 50px;
}
.cid-u2JbEIZOhx .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-u2JbEIZOhx .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u2JbEIZOhx .mbr-text {
  margin-bottom: 30px;
}
.cid-u2JbEIZOhx .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-u2JbEIZOhx .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-u2JbEIZOhx .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-u2JbEIZOhx .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-u2JbEIZOhx .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-u2JbEIZOhx .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-u2JbEIZOhx .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-u2JbEIZOhx .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u2JbEIZOhx .title_block {
    text-align: center;
  }
  .cid-u2JbEIZOhx .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-u2JbEIZOhx .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-u2JbEIZOhx .btn {
    padding: 14px 26px;
  }
}
.cid-u2JbEIZOhx .mbr-text,
.cid-u2JbEIZOhx .mbr-section-btn {
  color: #ffffff;
}
.cid-u2JbIH9kTS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-u2JbIH9kTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JbIH9kTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JbIH9kTS .al {
  text-align: justify;
}
.cid-u2JbIH9kTS .responsive {
  max-width: 100%;
  height: auto;
}
.cid-u2JbIH9kTS .row {
  justify-content: flex-start;
}
.cid-u2JbIH9kTS .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u2JbIH9kTS .content-container {
    flex-wrap: wrap;
  }
}
.cid-u2JbIH9kTS .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-u2JbIH9kTS .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-u2JbIH9kTS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u2JbIH9kTS .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-u2JbIH9kTS .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-u2JbIH9kTS .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-u2JbIH9kTS .label-text {
  color: #000000;
  margin: 0;
}
.cid-u2JbIH9kTS .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-u2JbIH9kTS .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-u2JbIH9kTS .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-u2JbIH9kTS .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-u2JbIH9kTS .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uh52gSknXS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh52gSknXS .mbr-text {
  color: #000000;
}
.cid-uh52gSknXS .list {
  color: #666666;
}
.cid-uh52gSknXS ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh52gSknXS li {
  padding-bottom: 0.5rem;
}
.cid-uh52gSknXS p {
  text-align: justify;
}
.cid-uh52gSknXS H3 {
  color: #1b9e13;
}
.cid-u2JchhDSyu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u2JchhDSyu .container,
.cid-u2JchhDSyu .container-fluid {
  position: static;
}
.cid-u2JchhDSyu .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-u2JchhDSyu .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-u2JchhDSyu .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-u2JchhDSyu .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u2JchhDSyu .al {
  text-align: justify;
}
.cid-u2JchhDSyu .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-u2JchhDSyu .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-u2JchhDSyu .mbr-text {
    margin-top: 38px;
  }
}
.cid-u2JchhDSyu .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2JchhDSyu .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-u2JchhDSyu .mbr-section-btn .btn:before {
  display: none;
}
.cid-u2JchhDSyu .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-u2JchhDSyu .image-wrapper {
  max-height: 100%;
}
.cid-u2JchhDSyu .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-u2JchhDSyu .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u2JchhDSyu .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u2JchhDSyu .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2JchhDSyu .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u2JchhDSyu .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-u2JchhDSyu .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-u2JchhDSyu .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-u2JchhDSyu .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-u2JchhDSyu .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-u2JchhDSyu .image-wrapper:before {
    display: none;
  }
}
.cid-u2JchhDSyu .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u2JchhDSyu .col-text {
    margin-left: auto;
  }
}
.cid-u2JchhDSyu .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-u2JchhDSyu .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-u2JchhDSyu .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-u2JchhDSyu .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-u2JchhDSyu .list-item {
  display: flex;
  align-items: center;
}
.cid-u2JchhDSyu .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-u2JchhDSyu .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-u2JchhDSyu .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-u2JchhDSyu .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-u2JchhDSyu .mbr-text,
.cid-u2JchhDSyu .mbr-section-btn {
  color: #000000;
}
.cid-u2JdGXCzok {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2JdGXCzok .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JdGXCzok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JdGXCzok .row {
  justify-content: center;
}
.cid-u2JdGXCzok .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-u2JdGXCzok .col-title {
    margin-bottom: 20px;
  }
}
.cid-u2JdGXCzok .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-u2JdGXCzok .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-u2JdGXCzok .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u2JdGXCzok .card-row {
  align-items: stretch;
}
.cid-u2JdGXCzok .card {
  padding: 10px;
}
.cid-u2JdGXCzok .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-u2JdGXCzok .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-u2JdGXCzok .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u2JdGXCzok .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-u2JdGXCzok .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-u2JdGXCzok .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-u2JdGXCzok .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-u2JdGXCzok .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-u2JdGXCzok .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-u2JdGXCzok .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-u2JdGXCzok .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-u2JdFLG4Zj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-u2JdFLG4Zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JdFLG4Zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JdFLG4Zj .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-u2JdFLG4Zj .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-u2JdFLG4Zj .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u2JdFLG4Zj .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-u2JdFLG4Zj .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u2JdFLG4Zj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2JdFLG4Zj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2JdFLG4Zj .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u2JdFLG4Zj .mbr-text,
.cid-u2JdFLG4Zj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2JukQlJ7v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2JukQlJ7v .container {
  max-width: 1600px;
}
.cid-u2JukQlJ7v .row {
  justify-content: center;
}
.cid-u2JukQlJ7v .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2JukQlJ7v .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2JukQlJ7v .mbr-section-title {
  color: #212132;
}
.cid-u2JukQlJ7v .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2JukQlJ7v .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2JukQlJ7v .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2JukQlJ7v .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2JukQlJ7v .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2JukQlJ7v .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2JukQlJ7v .card:hover {
  transform: scale(0.96);
}
.cid-u2JukQlJ7v .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2JukQlJ7v .card-wrapper {
    padding: 16px;
  }
}
.cid-u2JukQlJ7v .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2JukQlJ7v .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2JukQlJ7v .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2JukQlJ7v .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2JukQlJ7v .card-text {
    margin-top: 8px;
  }
}
.cid-u2JukQlJ7v .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2JukQlJ7v .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2JukQlJ7v .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2JukQlJ7v .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2JukQlJ7v .card-img {
    height: auto;
  }
}
.cid-u2JukQlJ7v .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2JukQlJ7v .card-title,
.cid-u2JukQlJ7v .mbr-section-btn {
  color: #050505;
}
.cid-u2Jd2flYMd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-u2Jd2flYMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Jd2flYMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Jd2flYMd .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-u2Jd2flYMd .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-u2Jd2flYMd .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-u2Jd2flYMd .label-text {
  color: #ffffff;
}
.cid-u2Jd2flYMd .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u2Jd2flYMd .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-u2Jd2flYMd .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-u2Jd2flYMd .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-u2Jd2flYMd .link-text a {
  display: flex;
  align-items: center;
}
.cid-u2Jd2flYMd .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-u2Jd2flYMd .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkMyoUEcb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytSJvHzXy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytSJvHzXy .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytSJvHzXy .title_block {
  margin-bottom: 50px;
}
.cid-tytSJvHzXy .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytSJvHzXy .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytSJvHzXy .mbr-text {
  margin-bottom: 30px;
}
.cid-tytSJvHzXy .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytSJvHzXy .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytSJvHzXy .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytSJvHzXy .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytSJvHzXy .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytSJvHzXy .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytSJvHzXy .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytSJvHzXy .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytSJvHzXy .title_block {
    text-align: center;
  }
  .cid-tytSJvHzXy .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytSJvHzXy .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytSJvHzXy .btn {
    padding: 14px 26px;
  }
}
.cid-tytSJvHzXy .mbr-text,
.cid-tytSJvHzXy .mbr-section-btn {
  color: #ffffff;
}
.cid-udphTSJPZD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udphTSJPZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udphTSJPZD th,
.cid-udphTSJPZD td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-udphTSJPZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udphTSJPZD .al {
  text-align: justify;
}
.cid-udphTSJPZD .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udphTSJPZD .row {
  justify-content: flex-start;
}
.cid-udphTSJPZD .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udphTSJPZD .content-container {
    flex-wrap: wrap;
  }
}
.cid-udphTSJPZD .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udphTSJPZD .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udphTSJPZD .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udphTSJPZD .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udphTSJPZD .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udphTSJPZD .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udphTSJPZD .label-text {
  color: #000000;
  margin: 0;
}
.cid-udphTSJPZD .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udphTSJPZD .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udphTSJPZD .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udphTSJPZD .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udphTSJPZD .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udphTSJPZD .mbr-section-title,
.cid-udphTSJPZD .mbr-section-btn {
  text-align: left;
}
.cid-tytTEysC1G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytTEysC1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytTEysC1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytTEysC1G .row {
  justify-content: center;
}
.cid-tytTEysC1G .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytTEysC1G .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytTEysC1G .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytTEysC1G .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytTEysC1G .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytTEysC1G .card-row {
  align-items: stretch;
}
.cid-tytTEysC1G .card {
  padding: 10px;
}
.cid-tytTEysC1G .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytTEysC1G .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytTEysC1G .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytTEysC1G .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytTEysC1G .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytTEysC1G .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytTEysC1G .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytTEysC1G .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytTEysC1G .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytTEysC1G .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytTEysC1G .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelDIZOZDL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelDIZOZDL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelDIZOZDL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelDIZOZDL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytTTsN5Uc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytTTsN5Uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytTTsN5Uc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytTTsN5Uc .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytTTsN5Uc .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytTTsN5Uc .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytTTsN5Uc .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytTTsN5Uc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytTTsN5Uc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytTTsN5Uc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytTTsN5Uc .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytTTsN5Uc .mbr-text,
.cid-tytTTsN5Uc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K9XyItpO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K9XyItpO .container {
  max-width: 1600px;
}
.cid-u2K9XyItpO .row {
  justify-content: center;
}
.cid-u2K9XyItpO .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K9XyItpO .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K9XyItpO .mbr-section-title {
  color: #212132;
}
.cid-u2K9XyItpO .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K9XyItpO .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K9XyItpO .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K9XyItpO .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K9XyItpO .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K9XyItpO .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K9XyItpO .card:hover {
  transform: scale(0.96);
}
.cid-u2K9XyItpO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K9XyItpO .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K9XyItpO .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K9XyItpO .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K9XyItpO .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K9XyItpO .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K9XyItpO .card-text {
    margin-top: 8px;
  }
}
.cid-u2K9XyItpO .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K9XyItpO .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K9XyItpO .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K9XyItpO .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K9XyItpO .card-img {
    height: auto;
  }
}
.cid-u2K9XyItpO .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K9XyItpO .card-title,
.cid-u2K9XyItpO .mbr-section-btn {
  color: #050505;
}
.cid-tzUNqMDROm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUNqMDROm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUNqMDROm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUNqMDROm .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUNqMDROm .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUNqMDROm .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUNqMDROm .label-text {
  color: #ffffff;
}
.cid-tzUNqMDROm .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUNqMDROm .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNqMDROm .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUNqMDROm .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNqMDROm .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUNqMDROm .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUNqMDROm .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udnL7gQhr3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udnL7gQhr3 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udnL7gQhr3 .title_block {
  margin-bottom: 50px;
}
.cid-udnL7gQhr3 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udnL7gQhr3 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udnL7gQhr3 .mbr-text {
  margin-bottom: 30px;
}
.cid-udnL7gQhr3 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udnL7gQhr3 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udnL7gQhr3 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udnL7gQhr3 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udnL7gQhr3 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udnL7gQhr3 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udnL7gQhr3 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udnL7gQhr3 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udnL7gQhr3 .title_block {
    text-align: center;
  }
  .cid-udnL7gQhr3 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udnL7gQhr3 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udnL7gQhr3 .btn {
    padding: 14px 26px;
  }
}
.cid-udnL7gQhr3 .mbr-text,
.cid-udnL7gQhr3 .mbr-section-btn {
  color: #ffffff;
}
.cid-udnM5N5mRC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udnM5N5mRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnM5N5mRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnM5N5mRC .al {
  text-align: justify;
}
.cid-udnM5N5mRC .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udnM5N5mRC .row {
  justify-content: flex-start;
}
.cid-udnM5N5mRC .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udnM5N5mRC .content-container {
    flex-wrap: wrap;
  }
}
.cid-udnM5N5mRC .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udnM5N5mRC .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udnM5N5mRC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udnM5N5mRC .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udnM5N5mRC .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udnM5N5mRC .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udnM5N5mRC .label-text {
  color: #000000;
  margin: 0;
}
.cid-udnM5N5mRC .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udnM5N5mRC .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udnM5N5mRC .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udnM5N5mRC .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udnM5N5mRC .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udnM5N5mRC .mbr-section-title,
.cid-udnM5N5mRC .mbr-section-btn {
  text-align: left;
}
.cid-udnM6pas6n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udnM6pas6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnM6pas6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnM6pas6n .row {
  justify-content: center;
}
.cid-udnM6pas6n .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udnM6pas6n .col-title {
    margin-bottom: 20px;
  }
}
.cid-udnM6pas6n .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udnM6pas6n .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udnM6pas6n .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udnM6pas6n .card-row {
  align-items: stretch;
}
.cid-udnM6pas6n .card {
  padding: 10px;
}
.cid-udnM6pas6n .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udnM6pas6n .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udnM6pas6n .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udnM6pas6n .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udnM6pas6n .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udnM6pas6n .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udnM6pas6n .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udnM6pas6n .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udnM6pas6n .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udnM6pas6n .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udnM6pas6n .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelFqqrlYP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelFqqrlYP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelFqqrlYP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelFqqrlYP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udnM7hpYGC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udnM7hpYGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnM7hpYGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnM7hpYGC .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udnM7hpYGC .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udnM7hpYGC .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udnM7hpYGC .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udnM7hpYGC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udnM7hpYGC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udnM7hpYGC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udnM7hpYGC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udnM7hpYGC .mbr-text,
.cid-udnM7hpYGC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udnM8kjAs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udnM8kjAs5 .container {
  max-width: 1600px;
}
.cid-udnM8kjAs5 .row {
  justify-content: center;
}
.cid-udnM8kjAs5 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udnM8kjAs5 .text-container {
    margin-bottom: 50px;
  }
}
.cid-udnM8kjAs5 .mbr-section-title {
  color: #212132;
}
.cid-udnM8kjAs5 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udnM8kjAs5 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udnM8kjAs5 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udnM8kjAs5 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udnM8kjAs5 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udnM8kjAs5 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udnM8kjAs5 .card:hover {
  transform: scale(0.96);
}
.cid-udnM8kjAs5 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udnM8kjAs5 .card-wrapper {
    padding: 16px;
  }
}
.cid-udnM8kjAs5 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udnM8kjAs5 .card-box {
    margin-bottom: 20px;
  }
}
.cid-udnM8kjAs5 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udnM8kjAs5 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udnM8kjAs5 .card-text {
    margin-top: 8px;
  }
}
.cid-udnM8kjAs5 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udnM8kjAs5 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udnM8kjAs5 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udnM8kjAs5 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udnM8kjAs5 .card-img {
    height: auto;
  }
}
.cid-udnM8kjAs5 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udnM8kjAs5 .card-title,
.cid-udnM8kjAs5 .mbr-section-btn {
  color: #050505;
}
.cid-udnM95PjOD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udnM95PjOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnM95PjOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnM95PjOD .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udnM95PjOD .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udnM95PjOD .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udnM95PjOD .label-text {
  color: #ffffff;
}
.cid-udnM95PjOD .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udnM95PjOD .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnM95PjOD .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udnM95PjOD .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnM95PjOD .link-text a {
  display: flex;
  align-items: center;
}
.cid-udnM95PjOD .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udnM95PjOD .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdkKBETXJi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tytNwgmGqo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tytNwgmGqo .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tytNwgmGqo .title_block {
  margin-bottom: 50px;
}
.cid-tytNwgmGqo .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tytNwgmGqo .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tytNwgmGqo .mbr-text {
  margin-bottom: 30px;
}
.cid-tytNwgmGqo .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tytNwgmGqo .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tytNwgmGqo .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tytNwgmGqo .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tytNwgmGqo .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tytNwgmGqo .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tytNwgmGqo .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tytNwgmGqo .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tytNwgmGqo .title_block {
    text-align: center;
  }
  .cid-tytNwgmGqo .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tytNwgmGqo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tytNwgmGqo .btn {
    padding: 14px 26px;
  }
}
.cid-tytNwgmGqo .mbr-text,
.cid-tytNwgmGqo .mbr-section-btn {
  color: #ffffff;
}
.cid-tytOjuRkfn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tytOjuRkfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytOjuRkfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytOjuRkfn .al {
  text-align: justify;
}
.cid-tytOjuRkfn th,
.cid-tytOjuRkfn td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tytOjuRkfn .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tytOjuRkfn .row {
  justify-content: flex-start;
}
.cid-tytOjuRkfn .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tytOjuRkfn .content-container {
    flex-wrap: wrap;
  }
}
.cid-tytOjuRkfn .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tytOjuRkfn .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tytOjuRkfn .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tytOjuRkfn .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tytOjuRkfn .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tytOjuRkfn .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tytOjuRkfn .label-text {
  color: #000000;
  margin: 0;
}
.cid-tytOjuRkfn .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tytOjuRkfn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tytOjuRkfn .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tytOjuRkfn .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tytOjuRkfn .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tytOjuRkfn .mbr-section-title,
.cid-tytOjuRkfn .mbr-section-btn {
  text-align: left;
}
.cid-udja4ktgX3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-udja4ktgX3 .container,
.cid-udja4ktgX3 .container-fluid {
  position: static;
}
.cid-udja4ktgX3 .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-udja4ktgX3 .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-udja4ktgX3 .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-udja4ktgX3 .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-udja4ktgX3 .al {
  text-align: justify;
}
.cid-udja4ktgX3 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-udja4ktgX3 .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-udja4ktgX3 .mbr-text {
    margin-top: 38px;
  }
}
.cid-udja4ktgX3 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-udja4ktgX3 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-udja4ktgX3 .mbr-section-btn .btn:before {
  display: none;
}
.cid-udja4ktgX3 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-udja4ktgX3 .image-wrapper {
  max-height: 100%;
}
.cid-udja4ktgX3 .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-udja4ktgX3 .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-udja4ktgX3 .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-udja4ktgX3 .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udja4ktgX3 .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-udja4ktgX3 .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-udja4ktgX3 .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-udja4ktgX3 .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-udja4ktgX3 .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-udja4ktgX3 .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-udja4ktgX3 .image-wrapper:before {
    display: none;
  }
}
.cid-udja4ktgX3 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-udja4ktgX3 .col-text {
    margin-left: auto;
  }
}
.cid-udja4ktgX3 .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-udja4ktgX3 .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-udja4ktgX3 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-udja4ktgX3 .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-udja4ktgX3 .list-item {
  display: flex;
  align-items: center;
}
.cid-udja4ktgX3 .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-udja4ktgX3 .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-udja4ktgX3 .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-udja4ktgX3 .list-item-text {
  flex-grow: 1;
  color: #090f10;
}
.cid-udja4ktgX3 .mbr-text,
.cid-udja4ktgX3 .mbr-section-btn {
  color: #000000;
}
.cid-tytPrtnJem {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tytPrtnJem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytPrtnJem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytPrtnJem .row {
  justify-content: center;
}
.cid-tytPrtnJem .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tytPrtnJem .col-title {
    margin-bottom: 20px;
  }
}
.cid-tytPrtnJem .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tytPrtnJem .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tytPrtnJem .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tytPrtnJem .card-row {
  align-items: stretch;
}
.cid-tytPrtnJem .card {
  padding: 10px;
}
.cid-tytPrtnJem .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tytPrtnJem .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tytPrtnJem .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tytPrtnJem .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tytPrtnJem .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tytPrtnJem .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tytPrtnJem .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tytPrtnJem .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tytPrtnJem .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tytPrtnJem .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tytPrtnJem .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-tytPwqVrBr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tytPwqVrBr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tytPwqVrBr .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tytPwqVrBr .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tytPshdOMi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tytPshdOMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tytPshdOMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tytPshdOMi .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tytPshdOMi .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tytPshdOMi .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tytPshdOMi .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tytPshdOMi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tytPshdOMi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tytPshdOMi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tytPshdOMi .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tytPshdOMi .mbr-text,
.cid-tytPshdOMi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2K9LSlUS9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2K9LSlUS9 .container {
  max-width: 1600px;
}
.cid-u2K9LSlUS9 .row {
  justify-content: center;
}
.cid-u2K9LSlUS9 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2K9LSlUS9 .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2K9LSlUS9 .mbr-section-title {
  color: #212132;
}
.cid-u2K9LSlUS9 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2K9LSlUS9 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2K9LSlUS9 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2K9LSlUS9 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2K9LSlUS9 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2K9LSlUS9 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2K9LSlUS9 .card:hover {
  transform: scale(0.96);
}
.cid-u2K9LSlUS9 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2K9LSlUS9 .card-wrapper {
    padding: 16px;
  }
}
.cid-u2K9LSlUS9 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2K9LSlUS9 .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2K9LSlUS9 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2K9LSlUS9 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2K9LSlUS9 .card-text {
    margin-top: 8px;
  }
}
.cid-u2K9LSlUS9 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2K9LSlUS9 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2K9LSlUS9 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2K9LSlUS9 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2K9LSlUS9 .card-img {
    height: auto;
  }
}
.cid-u2K9LSlUS9 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2K9LSlUS9 .card-title,
.cid-u2K9LSlUS9 .mbr-section-btn {
  color: #050505;
}
.cid-tzUNcaRpvQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUNcaRpvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUNcaRpvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUNcaRpvQ .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUNcaRpvQ .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUNcaRpvQ .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUNcaRpvQ .label-text {
  color: #ffffff;
}
.cid-tzUNcaRpvQ .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUNcaRpvQ .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNcaRpvQ .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUNcaRpvQ .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUNcaRpvQ .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUNcaRpvQ .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUNcaRpvQ .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udnNGq7YLV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udnNGq7YLV .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udnNGq7YLV .title_block {
  margin-bottom: 50px;
}
.cid-udnNGq7YLV .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udnNGq7YLV .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udnNGq7YLV .mbr-text {
  margin-bottom: 30px;
}
.cid-udnNGq7YLV .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udnNGq7YLV .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udnNGq7YLV .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udnNGq7YLV .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udnNGq7YLV .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udnNGq7YLV .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udnNGq7YLV .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udnNGq7YLV .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udnNGq7YLV .title_block {
    text-align: center;
  }
  .cid-udnNGq7YLV .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udnNGq7YLV .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udnNGq7YLV .btn {
    padding: 14px 26px;
  }
}
.cid-udnNGq7YLV .mbr-text,
.cid-udnNGq7YLV .mbr-section-btn {
  color: #ffffff;
}
.cid-uh4TtyByYM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-uh4TtyByYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh4TtyByYM th,
.cid-uh4TtyByYM td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-uh4TtyByYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh4TtyByYM .al {
  text-align: justify;
}
.cid-uh4TtyByYM .responsive {
  max-width: 100%;
  height: auto;
}
.cid-uh4TtyByYM .row {
  justify-content: flex-start;
}
.cid-uh4TtyByYM .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uh4TtyByYM .content-container {
    flex-wrap: wrap;
  }
}
.cid-uh4TtyByYM .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uh4TtyByYM .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uh4TtyByYM .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uh4TtyByYM .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-uh4TtyByYM .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uh4TtyByYM .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-uh4TtyByYM .label-text {
  color: #000000;
  margin: 0;
}
.cid-uh4TtyByYM .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uh4TtyByYM .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uh4TtyByYM .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uh4TtyByYM .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uh4TtyByYM .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uh4TtyByYM .mbr-section-title,
.cid-uh4TtyByYM .mbr-section-btn {
  text-align: left;
}
.cid-uh4WQinOgu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh4WQinOgu .mbr-text {
  color: #000000;
}
.cid-uh4WQinOgu .list {
  color: #666666;
}
.cid-uh4WQinOgu ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh4WQinOgu li {
  padding-bottom: 0.5rem;
}
.cid-uh4WQinOgu p {
  text-align: justify;
}
.cid-uh4WQinOgu H3 {
  color: #1b9e13;
}
.cid-uh4UabjTyA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uh4UabjTyA .container,
.cid-uh4UabjTyA .container-fluid {
  position: static;
}
.cid-uh4UabjTyA .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-uh4UabjTyA .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-uh4UabjTyA .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-uh4UabjTyA .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uh4UabjTyA .al {
  text-align: justify;
}
.cid-uh4UabjTyA .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-uh4UabjTyA .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-uh4UabjTyA .mbr-text {
    margin-top: 38px;
  }
}
.cid-uh4UabjTyA .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uh4UabjTyA .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uh4UabjTyA .mbr-section-btn .btn:before {
  display: none;
}
.cid-uh4UabjTyA .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uh4UabjTyA .image-wrapper {
  max-height: 100%;
}
.cid-uh4UabjTyA .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-uh4UabjTyA .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uh4UabjTyA .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uh4UabjTyA .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh4UabjTyA .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uh4UabjTyA .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-uh4UabjTyA .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-uh4UabjTyA .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-uh4UabjTyA .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-uh4UabjTyA .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-uh4UabjTyA .image-wrapper:before {
    display: none;
  }
}
.cid-uh4UabjTyA .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uh4UabjTyA .col-text {
    margin-left: auto;
  }
}
.cid-uh4UabjTyA .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uh4UabjTyA .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-uh4UabjTyA .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uh4UabjTyA .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-uh4UabjTyA .list-item {
  display: flex;
  align-items: center;
}
.cid-uh4UabjTyA .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-uh4UabjTyA .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-uh4UabjTyA .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-uh4UabjTyA .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uh4UabjTyA .mbr-text,
.cid-uh4UabjTyA .mbr-section-btn {
  color: #000000;
}
.cid-udnNHG7ldv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udnNHG7ldv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnNHG7ldv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnNHG7ldv .row {
  justify-content: center;
}
.cid-udnNHG7ldv .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udnNHG7ldv .col-title {
    margin-bottom: 20px;
  }
}
.cid-udnNHG7ldv .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udnNHG7ldv .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udnNHG7ldv .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udnNHG7ldv .card-row {
  align-items: stretch;
}
.cid-udnNHG7ldv .card {
  padding: 10px;
}
.cid-udnNHG7ldv .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udnNHG7ldv .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udnNHG7ldv .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udnNHG7ldv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udnNHG7ldv .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udnNHG7ldv .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udnNHG7ldv .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udnNHG7ldv .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udnNHG7ldv .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udnNHG7ldv .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udnNHG7ldv .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelFnqvi2A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelFnqvi2A .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelFnqvi2A .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelFnqvi2A .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udnNI52WT1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udnNI52WT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnNI52WT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnNI52WT1 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udnNI52WT1 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udnNI52WT1 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udnNI52WT1 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udnNI52WT1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udnNI52WT1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udnNI52WT1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udnNI52WT1 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udnNI52WT1 .mbr-text,
.cid-udnNI52WT1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udnNIBQG1w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udnNIBQG1w .container {
  max-width: 1600px;
}
.cid-udnNIBQG1w .row {
  justify-content: center;
}
.cid-udnNIBQG1w .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udnNIBQG1w .text-container {
    margin-bottom: 50px;
  }
}
.cid-udnNIBQG1w .mbr-section-title {
  color: #212132;
}
.cid-udnNIBQG1w .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udnNIBQG1w .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udnNIBQG1w .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udnNIBQG1w .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udnNIBQG1w .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udnNIBQG1w .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udnNIBQG1w .card:hover {
  transform: scale(0.96);
}
.cid-udnNIBQG1w .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udnNIBQG1w .card-wrapper {
    padding: 16px;
  }
}
.cid-udnNIBQG1w .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udnNIBQG1w .card-box {
    margin-bottom: 20px;
  }
}
.cid-udnNIBQG1w .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udnNIBQG1w .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udnNIBQG1w .card-text {
    margin-top: 8px;
  }
}
.cid-udnNIBQG1w .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udnNIBQG1w .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udnNIBQG1w .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udnNIBQG1w .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udnNIBQG1w .card-img {
    height: auto;
  }
}
.cid-udnNIBQG1w .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udnNIBQG1w .card-title,
.cid-udnNIBQG1w .mbr-section-btn {
  color: #050505;
}
.cid-udnNJkXdc7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udnNJkXdc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnNJkXdc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnNJkXdc7 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udnNJkXdc7 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udnNJkXdc7 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udnNJkXdc7 .label-text {
  color: #ffffff;
}
.cid-udnNJkXdc7 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udnNJkXdc7 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnNJkXdc7 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udnNJkXdc7 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnNJkXdc7 .link-text a {
  display: flex;
  align-items: center;
}
.cid-udnNJkXdc7 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udnNJkXdc7 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udnORs6J3q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udnORs6J3q .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udnORs6J3q .title_block {
  margin-bottom: 50px;
}
.cid-udnORs6J3q .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udnORs6J3q .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udnORs6J3q .mbr-text {
  margin-bottom: 30px;
}
.cid-udnORs6J3q .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udnORs6J3q .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udnORs6J3q .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udnORs6J3q .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udnORs6J3q .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udnORs6J3q .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udnORs6J3q .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udnORs6J3q .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udnORs6J3q .title_block {
    text-align: center;
  }
  .cid-udnORs6J3q .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udnORs6J3q .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udnORs6J3q .btn {
    padding: 14px 26px;
  }
}
.cid-udnORs6J3q .mbr-text,
.cid-udnORs6J3q .mbr-section-btn {
  color: #ffffff;
}
.cid-udnOS1JMMi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udnOS1JMMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnOS1JMMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnOS1JMMi .al {
  text-align: justify;
}
.cid-udnOS1JMMi .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udnOS1JMMi .row {
  justify-content: flex-start;
}
.cid-udnOS1JMMi .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udnOS1JMMi .content-container {
    flex-wrap: wrap;
  }
}
.cid-udnOS1JMMi .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udnOS1JMMi .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udnOS1JMMi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udnOS1JMMi .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udnOS1JMMi .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udnOS1JMMi .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udnOS1JMMi .label-text {
  color: #000000;
  margin: 0;
}
.cid-udnOS1JMMi .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udnOS1JMMi .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udnOS1JMMi .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udnOS1JMMi .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udnOS1JMMi .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udnOS1JMMi .mbr-section-title,
.cid-udnOS1JMMi .mbr-section-btn {
  text-align: left;
}
.cid-udnOT7FBPj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udnOT7FBPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnOT7FBPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnOT7FBPj .row {
  justify-content: center;
}
.cid-udnOT7FBPj .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udnOT7FBPj .col-title {
    margin-bottom: 20px;
  }
}
.cid-udnOT7FBPj .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udnOT7FBPj .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udnOT7FBPj .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udnOT7FBPj .card-row {
  align-items: stretch;
}
.cid-udnOT7FBPj .card {
  padding: 10px;
}
.cid-udnOT7FBPj .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udnOT7FBPj .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udnOT7FBPj .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udnOT7FBPj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udnOT7FBPj .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udnOT7FBPj .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udnOT7FBPj .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udnOT7FBPj .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udnOT7FBPj .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udnOT7FBPj .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udnOT7FBPj .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelFiBG5qE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelFiBG5qE .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelFiBG5qE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelFiBG5qE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udnOTnJmH2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udnOTnJmH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnOTnJmH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnOTnJmH2 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udnOTnJmH2 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udnOTnJmH2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udnOTnJmH2 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udnOTnJmH2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udnOTnJmH2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udnOTnJmH2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udnOTnJmH2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udnOTnJmH2 .mbr-text,
.cid-udnOTnJmH2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udnOTZQonL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udnOTZQonL .container {
  max-width: 1600px;
}
.cid-udnOTZQonL .row {
  justify-content: center;
}
.cid-udnOTZQonL .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udnOTZQonL .text-container {
    margin-bottom: 50px;
  }
}
.cid-udnOTZQonL .mbr-section-title {
  color: #212132;
}
.cid-udnOTZQonL .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udnOTZQonL .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udnOTZQonL .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udnOTZQonL .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udnOTZQonL .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udnOTZQonL .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udnOTZQonL .card:hover {
  transform: scale(0.96);
}
.cid-udnOTZQonL .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udnOTZQonL .card-wrapper {
    padding: 16px;
  }
}
.cid-udnOTZQonL .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udnOTZQonL .card-box {
    margin-bottom: 20px;
  }
}
.cid-udnOTZQonL .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udnOTZQonL .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udnOTZQonL .card-text {
    margin-top: 8px;
  }
}
.cid-udnOTZQonL .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udnOTZQonL .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udnOTZQonL .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udnOTZQonL .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udnOTZQonL .card-img {
    height: auto;
  }
}
.cid-udnOTZQonL .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udnOTZQonL .card-title,
.cid-udnOTZQonL .mbr-section-btn {
  color: #050505;
}
.cid-udnOUf5NKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udnOUf5NKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnOUf5NKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnOUf5NKj .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udnOUf5NKj .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udnOUf5NKj .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udnOUf5NKj .label-text {
  color: #ffffff;
}
.cid-udnOUf5NKj .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udnOUf5NKj .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnOUf5NKj .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udnOUf5NKj .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnOUf5NKj .link-text a {
  display: flex;
  align-items: center;
}
.cid-udnOUf5NKj .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udnOUf5NKj .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udnRdjLuxS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udnRdjLuxS .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udnRdjLuxS .title_block {
  margin-bottom: 50px;
}
.cid-udnRdjLuxS .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udnRdjLuxS .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udnRdjLuxS .mbr-text {
  margin-bottom: 30px;
}
.cid-udnRdjLuxS .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udnRdjLuxS .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udnRdjLuxS .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udnRdjLuxS .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udnRdjLuxS .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udnRdjLuxS .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udnRdjLuxS .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udnRdjLuxS .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udnRdjLuxS .title_block {
    text-align: center;
  }
  .cid-udnRdjLuxS .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udnRdjLuxS .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udnRdjLuxS .btn {
    padding: 14px 26px;
  }
}
.cid-udnRdjLuxS .mbr-text,
.cid-udnRdjLuxS .mbr-section-btn {
  color: #ffffff;
}
.cid-udnReVZYNE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udnReVZYNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnReVZYNE th,
.cid-udnReVZYNE td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-udnReVZYNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnReVZYNE .al {
  text-align: justify;
}
.cid-udnReVZYNE .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udnReVZYNE .row {
  justify-content: flex-start;
}
.cid-udnReVZYNE .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udnReVZYNE .content-container {
    flex-wrap: wrap;
  }
}
.cid-udnReVZYNE .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udnReVZYNE .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udnReVZYNE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udnReVZYNE .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udnReVZYNE .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udnReVZYNE .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udnReVZYNE .label-text {
  color: #000000;
  margin: 0;
}
.cid-udnReVZYNE .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udnReVZYNE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udnReVZYNE .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udnReVZYNE .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udnReVZYNE .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udnReVZYNE .mbr-section-title,
.cid-udnReVZYNE .mbr-section-btn {
  text-align: left;
}
.cid-udnRf7GKFP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udnRf7GKFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnRf7GKFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnRf7GKFP .row {
  justify-content: center;
}
.cid-udnRf7GKFP .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udnRf7GKFP .col-title {
    margin-bottom: 20px;
  }
}
.cid-udnRf7GKFP .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udnRf7GKFP .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udnRf7GKFP .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udnRf7GKFP .card-row {
  align-items: stretch;
}
.cid-udnRf7GKFP .card {
  padding: 10px;
}
.cid-udnRf7GKFP .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udnRf7GKFP .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udnRf7GKFP .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udnRf7GKFP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udnRf7GKFP .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udnRf7GKFP .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udnRf7GKFP .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udnRf7GKFP .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udnRf7GKFP .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udnRf7GKFP .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udnRf7GKFP .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelFgcczUC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelFgcczUC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelFgcczUC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelFgcczUC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udnRgHpDZn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udnRgHpDZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnRgHpDZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnRgHpDZn .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udnRgHpDZn .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udnRgHpDZn .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udnRgHpDZn .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udnRgHpDZn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udnRgHpDZn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udnRgHpDZn .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udnRgHpDZn .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udnRgHpDZn .mbr-text,
.cid-udnRgHpDZn .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udnRfLudmp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udnRfLudmp .container {
  max-width: 1600px;
}
.cid-udnRfLudmp .row {
  justify-content: center;
}
.cid-udnRfLudmp .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udnRfLudmp .text-container {
    margin-bottom: 50px;
  }
}
.cid-udnRfLudmp .mbr-section-title {
  color: #212132;
}
.cid-udnRfLudmp .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udnRfLudmp .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udnRfLudmp .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udnRfLudmp .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udnRfLudmp .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udnRfLudmp .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udnRfLudmp .card:hover {
  transform: scale(0.96);
}
.cid-udnRfLudmp .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udnRfLudmp .card-wrapper {
    padding: 16px;
  }
}
.cid-udnRfLudmp .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udnRfLudmp .card-box {
    margin-bottom: 20px;
  }
}
.cid-udnRfLudmp .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udnRfLudmp .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udnRfLudmp .card-text {
    margin-top: 8px;
  }
}
.cid-udnRfLudmp .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udnRfLudmp .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udnRfLudmp .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udnRfLudmp .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udnRfLudmp .card-img {
    height: auto;
  }
}
.cid-udnRfLudmp .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udnRfLudmp .card-title,
.cid-udnRfLudmp .mbr-section-btn {
  color: #050505;
}
.cid-udnRh5aSh9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udnRh5aSh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnRh5aSh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnRh5aSh9 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udnRh5aSh9 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udnRh5aSh9 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udnRh5aSh9 .label-text {
  color: #ffffff;
}
.cid-udnRh5aSh9 .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udnRh5aSh9 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnRh5aSh9 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udnRh5aSh9 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnRh5aSh9 .link-text a {
  display: flex;
  align-items: center;
}
.cid-udnRh5aSh9 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udnRh5aSh9 .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udnTbaVlTc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udnTbaVlTc .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udnTbaVlTc .title_block {
  margin-bottom: 50px;
}
.cid-udnTbaVlTc .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udnTbaVlTc .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udnTbaVlTc .mbr-text {
  margin-bottom: 30px;
}
.cid-udnTbaVlTc .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udnTbaVlTc .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udnTbaVlTc .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udnTbaVlTc .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udnTbaVlTc .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udnTbaVlTc .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udnTbaVlTc .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udnTbaVlTc .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udnTbaVlTc .title_block {
    text-align: center;
  }
  .cid-udnTbaVlTc .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udnTbaVlTc .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udnTbaVlTc .btn {
    padding: 14px 26px;
  }
}
.cid-udnTbaVlTc .mbr-text,
.cid-udnTbaVlTc .mbr-section-btn {
  color: #ffffff;
}
.cid-udnUyaLutO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udnUyaLutO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnUyaLutO th,
.cid-udnUyaLutO td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-udnUyaLutO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnUyaLutO .al {
  text-align: justify;
}
.cid-udnUyaLutO .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udnUyaLutO .row {
  justify-content: flex-start;
}
.cid-udnUyaLutO .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udnUyaLutO .content-container {
    flex-wrap: wrap;
  }
}
.cid-udnUyaLutO .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udnUyaLutO .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udnUyaLutO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udnUyaLutO .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udnUyaLutO .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udnUyaLutO .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udnUyaLutO .label-text {
  color: #000000;
  margin: 0;
}
.cid-udnUyaLutO .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udnUyaLutO .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udnUyaLutO .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udnUyaLutO .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udnUyaLutO .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udnUyaLutO .mbr-section-title,
.cid-udnUyaLutO .mbr-section-btn {
  text-align: left;
}
.cid-udnTe99ALN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udnTe99ALN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnTe99ALN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnTe99ALN .row {
  justify-content: center;
}
.cid-udnTe99ALN .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udnTe99ALN .col-title {
    margin-bottom: 20px;
  }
}
.cid-udnTe99ALN .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udnTe99ALN .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udnTe99ALN .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udnTe99ALN .card-row {
  align-items: stretch;
}
.cid-udnTe99ALN .card {
  padding: 10px;
}
.cid-udnTe99ALN .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udnTe99ALN .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udnTe99ALN .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udnTe99ALN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udnTe99ALN .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udnTe99ALN .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udnTe99ALN .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udnTe99ALN .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udnTe99ALN .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udnTe99ALN .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udnTe99ALN .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelFbDrUDZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelFbDrUDZ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelFbDrUDZ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelFbDrUDZ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udnTeNkMN4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udnTeNkMN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnTeNkMN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnTeNkMN4 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udnTeNkMN4 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udnTeNkMN4 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udnTeNkMN4 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udnTeNkMN4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udnTeNkMN4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udnTeNkMN4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udnTeNkMN4 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udnTeNkMN4 .mbr-text,
.cid-udnTeNkMN4 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udnTfARkcv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udnTfARkcv .container {
  max-width: 1600px;
}
.cid-udnTfARkcv .row {
  justify-content: center;
}
.cid-udnTfARkcv .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udnTfARkcv .text-container {
    margin-bottom: 50px;
  }
}
.cid-udnTfARkcv .mbr-section-title {
  color: #212132;
}
.cid-udnTfARkcv .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udnTfARkcv .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udnTfARkcv .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udnTfARkcv .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udnTfARkcv .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udnTfARkcv .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udnTfARkcv .card:hover {
  transform: scale(0.96);
}
.cid-udnTfARkcv .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udnTfARkcv .card-wrapper {
    padding: 16px;
  }
}
.cid-udnTfARkcv .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udnTfARkcv .card-box {
    margin-bottom: 20px;
  }
}
.cid-udnTfARkcv .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udnTfARkcv .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udnTfARkcv .card-text {
    margin-top: 8px;
  }
}
.cid-udnTfARkcv .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udnTfARkcv .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udnTfARkcv .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udnTfARkcv .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udnTfARkcv .card-img {
    height: auto;
  }
}
.cid-udnTfARkcv .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udnTfARkcv .card-title,
.cid-udnTfARkcv .mbr-section-btn {
  color: #050505;
}
.cid-udnTfQPzwz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udnTfQPzwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnTfQPzwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnTfQPzwz .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udnTfQPzwz .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udnTfQPzwz .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udnTfQPzwz .label-text {
  color: #ffffff;
}
.cid-udnTfQPzwz .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udnTfQPzwz .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnTfQPzwz .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udnTfQPzwz .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnTfQPzwz .link-text a {
  display: flex;
  align-items: center;
}
.cid-udnTfQPzwz .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udnTfQPzwz .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udnQvqob9Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udnQvqob9Y .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udnQvqob9Y .title_block {
  margin-bottom: 50px;
}
.cid-udnQvqob9Y .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udnQvqob9Y .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udnQvqob9Y .mbr-text {
  margin-bottom: 30px;
}
.cid-udnQvqob9Y .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udnQvqob9Y .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udnQvqob9Y .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udnQvqob9Y .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udnQvqob9Y .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udnQvqob9Y .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udnQvqob9Y .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udnQvqob9Y .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udnQvqob9Y .title_block {
    text-align: center;
  }
  .cid-udnQvqob9Y .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udnQvqob9Y .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udnQvqob9Y .btn {
    padding: 14px 26px;
  }
}
.cid-udnQvqob9Y .mbr-text,
.cid-udnQvqob9Y .mbr-section-btn {
  color: #ffffff;
}
.cid-udnW4gmrZJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udnW4gmrZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnW4gmrZJ th,
.cid-udnW4gmrZJ td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-udnW4gmrZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnW4gmrZJ .al {
  text-align: justify;
}
.cid-udnW4gmrZJ .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udnW4gmrZJ .row {
  justify-content: flex-start;
}
.cid-udnW4gmrZJ .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udnW4gmrZJ .content-container {
    flex-wrap: wrap;
  }
}
.cid-udnW4gmrZJ .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udnW4gmrZJ .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udnW4gmrZJ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udnW4gmrZJ .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udnW4gmrZJ .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udnW4gmrZJ .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udnW4gmrZJ .label-text {
  color: #000000;
  margin: 0;
}
.cid-udnW4gmrZJ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udnW4gmrZJ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udnW4gmrZJ .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udnW4gmrZJ .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udnW4gmrZJ .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udnW4gmrZJ .mbr-section-title,
.cid-udnW4gmrZJ .mbr-section-btn {
  text-align: left;
}
.cid-udnVMurHEV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udnVMurHEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnVMurHEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnVMurHEV .row {
  justify-content: center;
}
.cid-udnVMurHEV .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udnVMurHEV .col-title {
    margin-bottom: 20px;
  }
}
.cid-udnVMurHEV .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udnVMurHEV .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udnVMurHEV .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udnVMurHEV .card-row {
  align-items: stretch;
}
.cid-udnVMurHEV .card {
  padding: 10px;
}
.cid-udnVMurHEV .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udnVMurHEV .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udnVMurHEV .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udnVMurHEV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udnVMurHEV .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udnVMurHEV .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udnVMurHEV .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udnVMurHEV .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udnVMurHEV .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udnVMurHEV .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udnVMurHEV .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelF8zSxyJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelF8zSxyJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelF8zSxyJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelF8zSxyJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udnVNm3KPi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udnVNm3KPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnVNm3KPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnVNm3KPi .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udnVNm3KPi .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udnVNm3KPi .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udnVNm3KPi .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udnVNm3KPi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udnVNm3KPi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udnVNm3KPi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udnVNm3KPi .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udnVNm3KPi .mbr-text,
.cid-udnVNm3KPi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udnVOtcmQ9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udnVOtcmQ9 .container {
  max-width: 1600px;
}
.cid-udnVOtcmQ9 .row {
  justify-content: center;
}
.cid-udnVOtcmQ9 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udnVOtcmQ9 .text-container {
    margin-bottom: 50px;
  }
}
.cid-udnVOtcmQ9 .mbr-section-title {
  color: #212132;
}
.cid-udnVOtcmQ9 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udnVOtcmQ9 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udnVOtcmQ9 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udnVOtcmQ9 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udnVOtcmQ9 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udnVOtcmQ9 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udnVOtcmQ9 .card:hover {
  transform: scale(0.96);
}
.cid-udnVOtcmQ9 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udnVOtcmQ9 .card-wrapper {
    padding: 16px;
  }
}
.cid-udnVOtcmQ9 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udnVOtcmQ9 .card-box {
    margin-bottom: 20px;
  }
}
.cid-udnVOtcmQ9 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udnVOtcmQ9 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udnVOtcmQ9 .card-text {
    margin-top: 8px;
  }
}
.cid-udnVOtcmQ9 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udnVOtcmQ9 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udnVOtcmQ9 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udnVOtcmQ9 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udnVOtcmQ9 .card-img {
    height: auto;
  }
}
.cid-udnVOtcmQ9 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udnVOtcmQ9 .card-title,
.cid-udnVOtcmQ9 .mbr-section-btn {
  color: #050505;
}
.cid-udnVOIpoxe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udnVOIpoxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnVOIpoxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnVOIpoxe .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udnVOIpoxe .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udnVOIpoxe .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udnVOIpoxe .label-text {
  color: #ffffff;
}
.cid-udnVOIpoxe .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udnVOIpoxe .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnVOIpoxe .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udnVOIpoxe .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnVOIpoxe .link-text a {
  display: flex;
  align-items: center;
}
.cid-udnVOIpoxe .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udnVOIpoxe .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udnYf6WVeA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udnYf6WVeA .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udnYf6WVeA .title_block {
  margin-bottom: 50px;
}
.cid-udnYf6WVeA .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udnYf6WVeA .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udnYf6WVeA .mbr-text {
  margin-bottom: 30px;
}
.cid-udnYf6WVeA .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udnYf6WVeA .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udnYf6WVeA .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udnYf6WVeA .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udnYf6WVeA .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udnYf6WVeA .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udnYf6WVeA .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udnYf6WVeA .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udnYf6WVeA .title_block {
    text-align: center;
  }
  .cid-udnYf6WVeA .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udnYf6WVeA .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udnYf6WVeA .btn {
    padding: 14px 26px;
  }
}
.cid-udnYf6WVeA .mbr-text,
.cid-udnYf6WVeA .mbr-section-btn {
  color: #ffffff;
}
.cid-udnYdNx3Ea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udnYdNx3Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnYdNx3Ea th,
.cid-udnYdNx3Ea td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-udnYdNx3Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnYdNx3Ea .al {
  text-align: justify;
}
.cid-udnYdNx3Ea .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udnYdNx3Ea .row {
  justify-content: flex-start;
}
.cid-udnYdNx3Ea .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udnYdNx3Ea .content-container {
    flex-wrap: wrap;
  }
}
.cid-udnYdNx3Ea .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udnYdNx3Ea .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udnYdNx3Ea .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udnYdNx3Ea .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udnYdNx3Ea .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udnYdNx3Ea .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udnYdNx3Ea .label-text {
  color: #000000;
  margin: 0;
}
.cid-udnYdNx3Ea .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udnYdNx3Ea .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udnYdNx3Ea .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udnYdNx3Ea .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udnYdNx3Ea .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udnYdNx3Ea .mbr-section-title,
.cid-udnYdNx3Ea .mbr-section-btn {
  text-align: left;
}
.cid-udnZmPwkin {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udnZmPwkin .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnZmPwkin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnZmPwkin .row {
  justify-content: center;
}
.cid-udnZmPwkin .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udnZmPwkin .col-title {
    margin-bottom: 20px;
  }
}
.cid-udnZmPwkin .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udnZmPwkin .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udnZmPwkin .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udnZmPwkin .card-row {
  align-items: stretch;
}
.cid-udnZmPwkin .card {
  padding: 10px;
}
.cid-udnZmPwkin .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udnZmPwkin .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udnZmPwkin .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udnZmPwkin .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udnZmPwkin .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udnZmPwkin .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udnZmPwkin .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udnZmPwkin .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udnZmPwkin .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udnZmPwkin .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udnZmPwkin .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelF4yOkyq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelF4yOkyq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelF4yOkyq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelF4yOkyq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udnZnvZ5Cb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udnZnvZ5Cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnZnvZ5Cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnZnvZ5Cb .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udnZnvZ5Cb .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udnZnvZ5Cb .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udnZnvZ5Cb .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udnZnvZ5Cb .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udnZnvZ5Cb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udnZnvZ5Cb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udnZnvZ5Cb .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udnZnvZ5Cb .mbr-text,
.cid-udnZnvZ5Cb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udnZnVC49Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udnZnVC49Z .container {
  max-width: 1600px;
}
.cid-udnZnVC49Z .row {
  justify-content: center;
}
.cid-udnZnVC49Z .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udnZnVC49Z .text-container {
    margin-bottom: 50px;
  }
}
.cid-udnZnVC49Z .mbr-section-title {
  color: #212132;
}
.cid-udnZnVC49Z .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udnZnVC49Z .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udnZnVC49Z .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udnZnVC49Z .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udnZnVC49Z .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udnZnVC49Z .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udnZnVC49Z .card:hover {
  transform: scale(0.96);
}
.cid-udnZnVC49Z .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udnZnVC49Z .card-wrapper {
    padding: 16px;
  }
}
.cid-udnZnVC49Z .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udnZnVC49Z .card-box {
    margin-bottom: 20px;
  }
}
.cid-udnZnVC49Z .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udnZnVC49Z .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udnZnVC49Z .card-text {
    margin-top: 8px;
  }
}
.cid-udnZnVC49Z .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udnZnVC49Z .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udnZnVC49Z .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udnZnVC49Z .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udnZnVC49Z .card-img {
    height: auto;
  }
}
.cid-udnZnVC49Z .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udnZnVC49Z .card-title,
.cid-udnZnVC49Z .mbr-section-btn {
  color: #050505;
}
.cid-udnZpxONTH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udnZpxONTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-udnZpxONTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udnZpxONTH .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udnZpxONTH .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udnZpxONTH .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udnZpxONTH .label-text {
  color: #ffffff;
}
.cid-udnZpxONTH .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udnZpxONTH .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnZpxONTH .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udnZpxONTH .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udnZpxONTH .link-text a {
  display: flex;
  align-items: center;
}
.cid-udnZpxONTH .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udnZpxONTH .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udo0t4kTFA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udo0t4kTFA .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udo0t4kTFA .title_block {
  margin-bottom: 50px;
}
.cid-udo0t4kTFA .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udo0t4kTFA .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udo0t4kTFA .mbr-text {
  margin-bottom: 30px;
}
.cid-udo0t4kTFA .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udo0t4kTFA .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udo0t4kTFA .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udo0t4kTFA .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udo0t4kTFA .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udo0t4kTFA .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udo0t4kTFA .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udo0t4kTFA .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udo0t4kTFA .title_block {
    text-align: center;
  }
  .cid-udo0t4kTFA .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udo0t4kTFA .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udo0t4kTFA .btn {
    padding: 14px 26px;
  }
}
.cid-udo0t4kTFA .mbr-text,
.cid-udo0t4kTFA .mbr-section-btn {
  color: #ffffff;
}
.cid-udo0uaZea9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udo0uaZea9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo0uaZea9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo0uaZea9 .al {
  text-align: justify;
}
.cid-udo0uaZea9 .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udo0uaZea9 .row {
  justify-content: flex-start;
}
.cid-udo0uaZea9 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udo0uaZea9 .content-container {
    flex-wrap: wrap;
  }
}
.cid-udo0uaZea9 .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udo0uaZea9 .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udo0uaZea9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udo0uaZea9 .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udo0uaZea9 .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udo0uaZea9 .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udo0uaZea9 .label-text {
  color: #000000;
  margin: 0;
}
.cid-udo0uaZea9 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udo0uaZea9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udo0uaZea9 .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udo0uaZea9 .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udo0uaZea9 .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udo0uaZea9 .mbr-section-title,
.cid-udo0uaZea9 .mbr-section-btn {
  text-align: left;
}
.cid-udo0uPLKp8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udo0uPLKp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo0uPLKp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo0uPLKp8 .row {
  justify-content: center;
}
.cid-udo0uPLKp8 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udo0uPLKp8 .col-title {
    margin-bottom: 20px;
  }
}
.cid-udo0uPLKp8 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udo0uPLKp8 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udo0uPLKp8 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udo0uPLKp8 .card-row {
  align-items: stretch;
}
.cid-udo0uPLKp8 .card {
  padding: 10px;
}
.cid-udo0uPLKp8 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udo0uPLKp8 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udo0uPLKp8 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udo0uPLKp8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udo0uPLKp8 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udo0uPLKp8 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udo0uPLKp8 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udo0uPLKp8 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udo0uPLKp8 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udo0uPLKp8 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udo0uPLKp8 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelF0VgIGA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelF0VgIGA .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelF0VgIGA .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelF0VgIGA .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udo0vv3WN2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udo0vv3WN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo0vv3WN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo0vv3WN2 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udo0vv3WN2 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udo0vv3WN2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udo0vv3WN2 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udo0vv3WN2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udo0vv3WN2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udo0vv3WN2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udo0vv3WN2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udo0vv3WN2 .mbr-text,
.cid-udo0vv3WN2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udo0vKSFgs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udo0vKSFgs .container {
  max-width: 1600px;
}
.cid-udo0vKSFgs .row {
  justify-content: center;
}
.cid-udo0vKSFgs .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udo0vKSFgs .text-container {
    margin-bottom: 50px;
  }
}
.cid-udo0vKSFgs .mbr-section-title {
  color: #212132;
}
.cid-udo0vKSFgs .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udo0vKSFgs .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udo0vKSFgs .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udo0vKSFgs .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udo0vKSFgs .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udo0vKSFgs .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udo0vKSFgs .card:hover {
  transform: scale(0.96);
}
.cid-udo0vKSFgs .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udo0vKSFgs .card-wrapper {
    padding: 16px;
  }
}
.cid-udo0vKSFgs .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udo0vKSFgs .card-box {
    margin-bottom: 20px;
  }
}
.cid-udo0vKSFgs .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udo0vKSFgs .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udo0vKSFgs .card-text {
    margin-top: 8px;
  }
}
.cid-udo0vKSFgs .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udo0vKSFgs .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udo0vKSFgs .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udo0vKSFgs .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udo0vKSFgs .card-img {
    height: auto;
  }
}
.cid-udo0vKSFgs .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udo0vKSFgs .card-title,
.cid-udo0vKSFgs .mbr-section-btn {
  color: #050505;
}
.cid-udo0wnwxPH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udo0wnwxPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo0wnwxPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo0wnwxPH .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udo0wnwxPH .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udo0wnwxPH .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udo0wnwxPH .label-text {
  color: #ffffff;
}
.cid-udo0wnwxPH .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udo0wnwxPH .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo0wnwxPH .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udo0wnwxPH .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo0wnwxPH .link-text a {
  display: flex;
  align-items: center;
}
.cid-udo0wnwxPH .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udo0wnwxPH .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udo3jV6qEd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udo3jV6qEd .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udo3jV6qEd .title_block {
  margin-bottom: 50px;
}
.cid-udo3jV6qEd .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udo3jV6qEd .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udo3jV6qEd .mbr-text {
  margin-bottom: 30px;
}
.cid-udo3jV6qEd .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udo3jV6qEd .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udo3jV6qEd .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udo3jV6qEd .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udo3jV6qEd .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udo3jV6qEd .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udo3jV6qEd .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udo3jV6qEd .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udo3jV6qEd .title_block {
    text-align: center;
  }
  .cid-udo3jV6qEd .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udo3jV6qEd .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udo3jV6qEd .btn {
    padding: 14px 26px;
  }
}
.cid-udo3jV6qEd .mbr-text,
.cid-udo3jV6qEd .mbr-section-btn {
  color: #ffffff;
}
.cid-udo3nNLfem {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udo3nNLfem .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo3nNLfem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo3nNLfem .al {
  text-align: justify;
}
.cid-udo3nNLfem .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udo3nNLfem .row {
  justify-content: flex-start;
}
.cid-udo3nNLfem .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udo3nNLfem .content-container {
    flex-wrap: wrap;
  }
}
.cid-udo3nNLfem .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udo3nNLfem .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udo3nNLfem .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udo3nNLfem .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udo3nNLfem .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udo3nNLfem .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udo3nNLfem .label-text {
  color: #000000;
  margin: 0;
}
.cid-udo3nNLfem .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udo3nNLfem .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udo3nNLfem .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udo3nNLfem .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udo3nNLfem .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udo3nNLfem .mbr-section-title,
.cid-udo3nNLfem .mbr-section-btn {
  text-align: left;
}
.cid-udo3oF3Rfi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udo3oF3Rfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo3oF3Rfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo3oF3Rfi .row {
  justify-content: center;
}
.cid-udo3oF3Rfi .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udo3oF3Rfi .col-title {
    margin-bottom: 20px;
  }
}
.cid-udo3oF3Rfi .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udo3oF3Rfi .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udo3oF3Rfi .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udo3oF3Rfi .card-row {
  align-items: stretch;
}
.cid-udo3oF3Rfi .card {
  padding: 10px;
}
.cid-udo3oF3Rfi .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udo3oF3Rfi .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udo3oF3Rfi .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udo3oF3Rfi .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udo3oF3Rfi .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udo3oF3Rfi .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udo3oF3Rfi .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udo3oF3Rfi .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udo3oF3Rfi .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udo3oF3Rfi .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udo3oF3Rfi .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEXBjMHz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEXBjMHz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEXBjMHz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEXBjMHz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udo3pimcGT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udo3pimcGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo3pimcGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo3pimcGT .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udo3pimcGT .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udo3pimcGT .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udo3pimcGT .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udo3pimcGT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udo3pimcGT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udo3pimcGT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udo3pimcGT .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udo3pimcGT .mbr-text,
.cid-udo3pimcGT .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udo3qkhjn8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udo3qkhjn8 .container {
  max-width: 1600px;
}
.cid-udo3qkhjn8 .row {
  justify-content: center;
}
.cid-udo3qkhjn8 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udo3qkhjn8 .text-container {
    margin-bottom: 50px;
  }
}
.cid-udo3qkhjn8 .mbr-section-title {
  color: #212132;
}
.cid-udo3qkhjn8 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udo3qkhjn8 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udo3qkhjn8 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udo3qkhjn8 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udo3qkhjn8 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udo3qkhjn8 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udo3qkhjn8 .card:hover {
  transform: scale(0.96);
}
.cid-udo3qkhjn8 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udo3qkhjn8 .card-wrapper {
    padding: 16px;
  }
}
.cid-udo3qkhjn8 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udo3qkhjn8 .card-box {
    margin-bottom: 20px;
  }
}
.cid-udo3qkhjn8 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udo3qkhjn8 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udo3qkhjn8 .card-text {
    margin-top: 8px;
  }
}
.cid-udo3qkhjn8 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udo3qkhjn8 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udo3qkhjn8 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udo3qkhjn8 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udo3qkhjn8 .card-img {
    height: auto;
  }
}
.cid-udo3qkhjn8 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udo3qkhjn8 .card-title,
.cid-udo3qkhjn8 .mbr-section-btn {
  color: #050505;
}
.cid-udo3qGiIBY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udo3qGiIBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo3qGiIBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo3qGiIBY .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udo3qGiIBY .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udo3qGiIBY .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udo3qGiIBY .label-text {
  color: #ffffff;
}
.cid-udo3qGiIBY .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udo3qGiIBY .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo3qGiIBY .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udo3qGiIBY .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo3qGiIBY .link-text a {
  display: flex;
  align-items: center;
}
.cid-udo3qGiIBY .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udo3qGiIBY .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udo4B3gNaN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udo4B3gNaN .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udo4B3gNaN .title_block {
  margin-bottom: 50px;
}
.cid-udo4B3gNaN .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udo4B3gNaN .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udo4B3gNaN .mbr-text {
  margin-bottom: 30px;
}
.cid-udo4B3gNaN .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udo4B3gNaN .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udo4B3gNaN .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udo4B3gNaN .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udo4B3gNaN .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udo4B3gNaN .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udo4B3gNaN .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udo4B3gNaN .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udo4B3gNaN .title_block {
    text-align: center;
  }
  .cid-udo4B3gNaN .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udo4B3gNaN .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udo4B3gNaN .btn {
    padding: 14px 26px;
  }
}
.cid-udo4B3gNaN .mbr-text,
.cid-udo4B3gNaN .mbr-section-btn {
  color: #ffffff;
}
.cid-udo4EEcA3h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udo4EEcA3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo4EEcA3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo4EEcA3h .al {
  text-align: justify;
}
.cid-udo4EEcA3h .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udo4EEcA3h .row {
  justify-content: flex-start;
}
.cid-udo4EEcA3h .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udo4EEcA3h .content-container {
    flex-wrap: wrap;
  }
}
.cid-udo4EEcA3h .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udo4EEcA3h .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udo4EEcA3h .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udo4EEcA3h .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udo4EEcA3h .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udo4EEcA3h .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udo4EEcA3h .label-text {
  color: #000000;
  margin: 0;
}
.cid-udo4EEcA3h .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udo4EEcA3h .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udo4EEcA3h .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udo4EEcA3h .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udo4EEcA3h .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udo4EEcA3h .mbr-section-title,
.cid-udo4EEcA3h .mbr-section-btn {
  text-align: left;
}
.cid-uh597bFRx3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh597bFRx3 .mbr-text {
  color: #000000;
}
.cid-uh597bFRx3 .list {
  color: #666666;
}
.cid-uh597bFRx3 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh597bFRx3 li {
  padding-bottom: 0.5rem;
}
.cid-uh597bFRx3 p {
  text-align: justify;
}
.cid-uh597bFRx3 H3 {
  color: #1b9e13;
}
.cid-uh59a87To1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uh59a87To1 .container,
.cid-uh59a87To1 .container-fluid {
  position: static;
}
.cid-uh59a87To1 .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-uh59a87To1 .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-uh59a87To1 .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-uh59a87To1 .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uh59a87To1 .al {
  text-align: justify;
}
.cid-uh59a87To1 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-uh59a87To1 .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-uh59a87To1 .mbr-text {
    margin-top: 38px;
  }
}
.cid-uh59a87To1 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-uh59a87To1 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uh59a87To1 .mbr-section-btn .btn:before {
  display: none;
}
.cid-uh59a87To1 .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uh59a87To1 .image-wrapper {
  max-height: 100%;
}
.cid-uh59a87To1 .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-uh59a87To1 .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uh59a87To1 .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uh59a87To1 .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh59a87To1 .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uh59a87To1 .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-uh59a87To1 .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-uh59a87To1 .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-uh59a87To1 .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-uh59a87To1 .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-uh59a87To1 .image-wrapper:before {
    display: none;
  }
}
.cid-uh59a87To1 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uh59a87To1 .col-text {
    margin-left: auto;
  }
}
.cid-uh59a87To1 .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-uh59a87To1 .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-uh59a87To1 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uh59a87To1 .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-uh59a87To1 .list-item {
  display: flex;
  align-items: center;
}
.cid-uh59a87To1 .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-uh59a87To1 .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-uh59a87To1 .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-uh59a87To1 .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-uh59a87To1 .mbr-text,
.cid-uh59a87To1 .mbr-section-btn {
  color: #000000;
}
.cid-udo5zb3YIH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udo5zb3YIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo5zb3YIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo5zb3YIH .row {
  justify-content: center;
}
.cid-udo5zb3YIH .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udo5zb3YIH .col-title {
    margin-bottom: 20px;
  }
}
.cid-udo5zb3YIH .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udo5zb3YIH .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udo5zb3YIH .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udo5zb3YIH .card-row {
  align-items: stretch;
}
.cid-udo5zb3YIH .card {
  padding: 10px;
}
.cid-udo5zb3YIH .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udo5zb3YIH .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udo5zb3YIH .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udo5zb3YIH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udo5zb3YIH .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udo5zb3YIH .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udo5zb3YIH .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udo5zb3YIH .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udo5zb3YIH .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udo5zb3YIH .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udo5zb3YIH .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelETWSYYG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelETWSYYG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelETWSYYG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelETWSYYG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udo5zOJgOg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udo5zOJgOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo5zOJgOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo5zOJgOg .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udo5zOJgOg .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udo5zOJgOg .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udo5zOJgOg .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udo5zOJgOg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udo5zOJgOg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udo5zOJgOg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udo5zOJgOg .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udo5zOJgOg .mbr-text,
.cid-udo5zOJgOg .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udo5A33swF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udo5A33swF .container {
  max-width: 1600px;
}
.cid-udo5A33swF .row {
  justify-content: center;
}
.cid-udo5A33swF .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udo5A33swF .text-container {
    margin-bottom: 50px;
  }
}
.cid-udo5A33swF .mbr-section-title {
  color: #212132;
}
.cid-udo5A33swF .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udo5A33swF .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udo5A33swF .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udo5A33swF .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udo5A33swF .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udo5A33swF .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udo5A33swF .card:hover {
  transform: scale(0.96);
}
.cid-udo5A33swF .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udo5A33swF .card-wrapper {
    padding: 16px;
  }
}
.cid-udo5A33swF .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udo5A33swF .card-box {
    margin-bottom: 20px;
  }
}
.cid-udo5A33swF .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udo5A33swF .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udo5A33swF .card-text {
    margin-top: 8px;
  }
}
.cid-udo5A33swF .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udo5A33swF .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udo5A33swF .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udo5A33swF .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udo5A33swF .card-img {
    height: auto;
  }
}
.cid-udo5A33swF .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udo5A33swF .card-title,
.cid-udo5A33swF .mbr-section-btn {
  color: #050505;
}
.cid-udo5AEaC9x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udo5AEaC9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo5AEaC9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo5AEaC9x .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udo5AEaC9x .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udo5AEaC9x .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udo5AEaC9x .label-text {
  color: #ffffff;
}
.cid-udo5AEaC9x .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udo5AEaC9x .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo5AEaC9x .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udo5AEaC9x .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo5AEaC9x .link-text a {
  display: flex;
  align-items: center;
}
.cid-udo5AEaC9x .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udo5AEaC9x .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udo665qwPX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udo665qwPX .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udo665qwPX .title_block {
  margin-bottom: 50px;
}
.cid-udo665qwPX .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udo665qwPX .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udo665qwPX .mbr-text {
  margin-bottom: 30px;
}
.cid-udo665qwPX .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udo665qwPX .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udo665qwPX .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udo665qwPX .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udo665qwPX .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udo665qwPX .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udo665qwPX .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udo665qwPX .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udo665qwPX .title_block {
    text-align: center;
  }
  .cid-udo665qwPX .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udo665qwPX .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udo665qwPX .btn {
    padding: 14px 26px;
  }
}
.cid-udo665qwPX .mbr-text,
.cid-udo665qwPX .mbr-section-btn {
  color: #ffffff;
}
.cid-udo66JZVxc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udo66JZVxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo66JZVxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo66JZVxc .al {
  text-align: justify;
}
.cid-udo66JZVxc .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udo66JZVxc .row {
  justify-content: flex-start;
}
.cid-udo66JZVxc .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udo66JZVxc .content-container {
    flex-wrap: wrap;
  }
}
.cid-udo66JZVxc .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udo66JZVxc .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udo66JZVxc .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udo66JZVxc .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udo66JZVxc .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udo66JZVxc .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udo66JZVxc .label-text {
  color: #000000;
  margin: 0;
}
.cid-udo66JZVxc .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udo66JZVxc .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udo66JZVxc .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udo66JZVxc .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udo66JZVxc .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udo66JZVxc .mbr-section-title,
.cid-udo66JZVxc .mbr-section-btn {
  text-align: left;
}
.cid-udo67jYPAn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udo67jYPAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo67jYPAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo67jYPAn .row {
  justify-content: center;
}
.cid-udo67jYPAn .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udo67jYPAn .col-title {
    margin-bottom: 20px;
  }
}
.cid-udo67jYPAn .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udo67jYPAn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udo67jYPAn .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udo67jYPAn .card-row {
  align-items: stretch;
}
.cid-udo67jYPAn .card {
  padding: 10px;
}
.cid-udo67jYPAn .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udo67jYPAn .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udo67jYPAn .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udo67jYPAn .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udo67jYPAn .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udo67jYPAn .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udo67jYPAn .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udo67jYPAn .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udo67jYPAn .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udo67jYPAn .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udo67jYPAn .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEPDuAad {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEPDuAad .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEPDuAad .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEPDuAad .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udo67ASgBl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udo67ASgBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo67ASgBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo67ASgBl .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udo67ASgBl .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udo67ASgBl .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udo67ASgBl .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udo67ASgBl .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udo67ASgBl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udo67ASgBl .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udo67ASgBl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udo67ASgBl .mbr-text,
.cid-udo67ASgBl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udo68eDlf3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udo68eDlf3 .container {
  max-width: 1600px;
}
.cid-udo68eDlf3 .row {
  justify-content: center;
}
.cid-udo68eDlf3 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udo68eDlf3 .text-container {
    margin-bottom: 50px;
  }
}
.cid-udo68eDlf3 .mbr-section-title {
  color: #212132;
}
.cid-udo68eDlf3 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udo68eDlf3 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udo68eDlf3 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udo68eDlf3 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udo68eDlf3 .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udo68eDlf3 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udo68eDlf3 .card:hover {
  transform: scale(0.96);
}
.cid-udo68eDlf3 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udo68eDlf3 .card-wrapper {
    padding: 16px;
  }
}
.cid-udo68eDlf3 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udo68eDlf3 .card-box {
    margin-bottom: 20px;
  }
}
.cid-udo68eDlf3 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udo68eDlf3 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udo68eDlf3 .card-text {
    margin-top: 8px;
  }
}
.cid-udo68eDlf3 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udo68eDlf3 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udo68eDlf3 .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udo68eDlf3 .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udo68eDlf3 .card-img {
    height: auto;
  }
}
.cid-udo68eDlf3 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udo68eDlf3 .card-title,
.cid-udo68eDlf3 .mbr-section-btn {
  color: #050505;
}
.cid-udo68AsvKF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udo68AsvKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo68AsvKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo68AsvKF .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udo68AsvKF .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udo68AsvKF .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udo68AsvKF .label-text {
  color: #ffffff;
}
.cid-udo68AsvKF .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udo68AsvKF .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo68AsvKF .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udo68AsvKF .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo68AsvKF .link-text a {
  display: flex;
  align-items: center;
}
.cid-udo68AsvKF .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udo68AsvKF .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udo7zKj36V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udo7zKj36V .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udo7zKj36V .title_block {
  margin-bottom: 50px;
}
.cid-udo7zKj36V .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udo7zKj36V .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udo7zKj36V .mbr-text {
  margin-bottom: 30px;
}
.cid-udo7zKj36V .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udo7zKj36V .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udo7zKj36V .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udo7zKj36V .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udo7zKj36V .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udo7zKj36V .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udo7zKj36V .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udo7zKj36V .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udo7zKj36V .title_block {
    text-align: center;
  }
  .cid-udo7zKj36V .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udo7zKj36V .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udo7zKj36V .btn {
    padding: 14px 26px;
  }
}
.cid-udo7zKj36V .mbr-text,
.cid-udo7zKj36V .mbr-section-btn {
  color: #ffffff;
}
.cid-udo7AJrddO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udo7AJrddO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo7AJrddO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo7AJrddO .al {
  text-align: justify;
}
.cid-udo7AJrddO .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udo7AJrddO .row {
  justify-content: flex-start;
}
.cid-udo7AJrddO .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udo7AJrddO .content-container {
    flex-wrap: wrap;
  }
}
.cid-udo7AJrddO .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udo7AJrddO .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udo7AJrddO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udo7AJrddO .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udo7AJrddO .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udo7AJrddO .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udo7AJrddO .label-text {
  color: #000000;
  margin: 0;
}
.cid-udo7AJrddO .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udo7AJrddO .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udo7AJrddO .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udo7AJrddO .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udo7AJrddO .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udo7AJrddO .mbr-section-title,
.cid-udo7AJrddO .mbr-section-btn {
  text-align: left;
}
.cid-udo7AXUb6h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udo7AXUb6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo7AXUb6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo7AXUb6h .row {
  justify-content: center;
}
.cid-udo7AXUb6h .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udo7AXUb6h .col-title {
    margin-bottom: 20px;
  }
}
.cid-udo7AXUb6h .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udo7AXUb6h .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udo7AXUb6h .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udo7AXUb6h .card-row {
  align-items: stretch;
}
.cid-udo7AXUb6h .card {
  padding: 10px;
}
.cid-udo7AXUb6h .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udo7AXUb6h .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udo7AXUb6h .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udo7AXUb6h .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udo7AXUb6h .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udo7AXUb6h .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udo7AXUb6h .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udo7AXUb6h .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udo7AXUb6h .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udo7AXUb6h .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udo7AXUb6h .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEMvIni5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEMvIni5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEMvIni5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEMvIni5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udo7ByC3R9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udo7ByC3R9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo7ByC3R9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo7ByC3R9 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udo7ByC3R9 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udo7ByC3R9 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udo7ByC3R9 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udo7ByC3R9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udo7ByC3R9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udo7ByC3R9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udo7ByC3R9 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udo7ByC3R9 .mbr-text,
.cid-udo7ByC3R9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udo7BQtous {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udo7BQtous .container {
  max-width: 1600px;
}
.cid-udo7BQtous .row {
  justify-content: center;
}
.cid-udo7BQtous .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udo7BQtous .text-container {
    margin-bottom: 50px;
  }
}
.cid-udo7BQtous .mbr-section-title {
  color: #212132;
}
.cid-udo7BQtous .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udo7BQtous .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udo7BQtous .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udo7BQtous .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udo7BQtous .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udo7BQtous .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udo7BQtous .card:hover {
  transform: scale(0.96);
}
.cid-udo7BQtous .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udo7BQtous .card-wrapper {
    padding: 16px;
  }
}
.cid-udo7BQtous .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udo7BQtous .card-box {
    margin-bottom: 20px;
  }
}
.cid-udo7BQtous .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udo7BQtous .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udo7BQtous .card-text {
    margin-top: 8px;
  }
}
.cid-udo7BQtous .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udo7BQtous .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udo7BQtous .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udo7BQtous .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udo7BQtous .card-img {
    height: auto;
  }
}
.cid-udo7BQtous .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udo7BQtous .card-title,
.cid-udo7BQtous .mbr-section-btn {
  color: #050505;
}
.cid-udo7CaioFz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udo7CaioFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udo7CaioFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udo7CaioFz .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udo7CaioFz .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udo7CaioFz .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udo7CaioFz .label-text {
  color: #ffffff;
}
.cid-udo7CaioFz .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udo7CaioFz .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo7CaioFz .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udo7CaioFz .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udo7CaioFz .link-text a {
  display: flex;
  align-items: center;
}
.cid-udo7CaioFz .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udo7CaioFz .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udobd4IyHl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udobd4IyHl .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udobd4IyHl .title_block {
  margin-bottom: 50px;
}
.cid-udobd4IyHl .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udobd4IyHl .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udobd4IyHl .mbr-text {
  margin-bottom: 30px;
}
.cid-udobd4IyHl .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udobd4IyHl .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udobd4IyHl .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udobd4IyHl .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udobd4IyHl .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udobd4IyHl .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udobd4IyHl .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udobd4IyHl .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udobd4IyHl .title_block {
    text-align: center;
  }
  .cid-udobd4IyHl .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udobd4IyHl .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udobd4IyHl .btn {
    padding: 14px 26px;
  }
}
.cid-udobd4IyHl .mbr-text,
.cid-udobd4IyHl .mbr-section-btn {
  color: #ffffff;
}
.cid-udobdGWsBz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udobdGWsBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udobdGWsBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udobdGWsBz .al {
  text-align: justify;
}
.cid-udobdGWsBz .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udobdGWsBz .row {
  justify-content: flex-start;
}
.cid-udobdGWsBz .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udobdGWsBz .content-container {
    flex-wrap: wrap;
  }
}
.cid-udobdGWsBz .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udobdGWsBz .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udobdGWsBz .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udobdGWsBz .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udobdGWsBz .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udobdGWsBz .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udobdGWsBz .label-text {
  color: #000000;
  margin: 0;
}
.cid-udobdGWsBz .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udobdGWsBz .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udobdGWsBz .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udobdGWsBz .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udobdGWsBz .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udobdGWsBz .mbr-section-title,
.cid-udobdGWsBz .mbr-section-btn {
  text-align: left;
}
.cid-udobdTIBdf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udobdTIBdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udobdTIBdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udobdTIBdf .row {
  justify-content: center;
}
.cid-udobdTIBdf .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udobdTIBdf .col-title {
    margin-bottom: 20px;
  }
}
.cid-udobdTIBdf .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udobdTIBdf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udobdTIBdf .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udobdTIBdf .card-row {
  align-items: stretch;
}
.cid-udobdTIBdf .card {
  padding: 10px;
}
.cid-udobdTIBdf .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udobdTIBdf .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udobdTIBdf .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udobdTIBdf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udobdTIBdf .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udobdTIBdf .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udobdTIBdf .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udobdTIBdf .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udobdTIBdf .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udobdTIBdf .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udobdTIBdf .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEIKUsAd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEIKUsAd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEIKUsAd .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEIKUsAd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udobe9w4a6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udobe9w4a6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udobe9w4a6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udobe9w4a6 .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udobe9w4a6 .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udobe9w4a6 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udobe9w4a6 .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udobe9w4a6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udobe9w4a6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udobe9w4a6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udobe9w4a6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udobe9w4a6 .mbr-text,
.cid-udobe9w4a6 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udobeRye9K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udobeRye9K .container {
  max-width: 1600px;
}
.cid-udobeRye9K .row {
  justify-content: center;
}
.cid-udobeRye9K .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udobeRye9K .text-container {
    margin-bottom: 50px;
  }
}
.cid-udobeRye9K .mbr-section-title {
  color: #212132;
}
.cid-udobeRye9K .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udobeRye9K .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udobeRye9K .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udobeRye9K .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udobeRye9K .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udobeRye9K .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udobeRye9K .card:hover {
  transform: scale(0.96);
}
.cid-udobeRye9K .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udobeRye9K .card-wrapper {
    padding: 16px;
  }
}
.cid-udobeRye9K .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udobeRye9K .card-box {
    margin-bottom: 20px;
  }
}
.cid-udobeRye9K .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udobeRye9K .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udobeRye9K .card-text {
    margin-top: 8px;
  }
}
.cid-udobeRye9K .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udobeRye9K .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udobeRye9K .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udobeRye9K .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udobeRye9K .card-img {
    height: auto;
  }
}
.cid-udobeRye9K .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udobeRye9K .card-title,
.cid-udobeRye9K .mbr-section-btn {
  color: #050505;
}
.cid-udobfdxHSy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udobfdxHSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udobfdxHSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udobfdxHSy .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udobfdxHSy .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udobfdxHSy .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udobfdxHSy .label-text {
  color: #ffffff;
}
.cid-udobfdxHSy .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udobfdxHSy .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udobfdxHSy .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udobfdxHSy .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udobfdxHSy .link-text a {
  display: flex;
  align-items: center;
}
.cid-udobfdxHSy .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udobfdxHSy .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-udokzbxlVo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-udokzbxlVo .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-udokzbxlVo .title_block {
  margin-bottom: 50px;
}
.cid-udokzbxlVo .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-udokzbxlVo .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-udokzbxlVo .mbr-text {
  margin-bottom: 30px;
}
.cid-udokzbxlVo .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-udokzbxlVo .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-udokzbxlVo .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-udokzbxlVo .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-udokzbxlVo .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-udokzbxlVo .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-udokzbxlVo .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-udokzbxlVo .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udokzbxlVo .title_block {
    text-align: center;
  }
  .cid-udokzbxlVo .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-udokzbxlVo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-udokzbxlVo .btn {
    padding: 14px 26px;
  }
}
.cid-udokzbxlVo .mbr-text,
.cid-udokzbxlVo .mbr-section-btn {
  color: #ffffff;
}
.cid-udokzM0GWu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-udokzM0GWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-udokzM0GWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udokzM0GWu .al {
  text-align: justify;
}
.cid-udokzM0GWu .responsive {
  max-width: 100%;
  height: auto;
}
.cid-udokzM0GWu .row {
  justify-content: flex-start;
}
.cid-udokzM0GWu .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-udokzM0GWu .content-container {
    flex-wrap: wrap;
  }
}
.cid-udokzM0GWu .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-udokzM0GWu .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-udokzM0GWu .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-udokzM0GWu .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-udokzM0GWu .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-udokzM0GWu .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-udokzM0GWu .label-text {
  color: #000000;
  margin: 0;
}
.cid-udokzM0GWu .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-udokzM0GWu .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-udokzM0GWu .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-udokzM0GWu .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-udokzM0GWu .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-udokzM0GWu .mbr-section-title,
.cid-udokzM0GWu .mbr-section-btn {
  text-align: left;
}
.cid-udokBIvmyU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udokBIvmyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-udokBIvmyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udokBIvmyU .row {
  justify-content: center;
}
.cid-udokBIvmyU .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udokBIvmyU .col-title {
    margin-bottom: 20px;
  }
}
.cid-udokBIvmyU .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udokBIvmyU .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udokBIvmyU .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udokBIvmyU .card-row {
  align-items: stretch;
}
.cid-udokBIvmyU .card {
  padding: 10px;
}
.cid-udokBIvmyU .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udokBIvmyU .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udokBIvmyU .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udokBIvmyU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udokBIvmyU .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udokBIvmyU .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udokBIvmyU .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-udokBIvmyU .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-udokBIvmyU .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udokBIvmyU .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udokBIvmyU .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEG1ypqi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEG1ypqi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEG1ypqi .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEG1ypqi .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-udokADfFyJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-udokADfFyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udokADfFyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udokADfFyJ .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-udokADfFyJ .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-udokADfFyJ .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-udokADfFyJ .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-udokADfFyJ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-udokADfFyJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-udokADfFyJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-udokADfFyJ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udokADfFyJ .mbr-text,
.cid-udokADfFyJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-udokAWvqgO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-udokAWvqgO .container {
  max-width: 1600px;
}
.cid-udokAWvqgO .row {
  justify-content: center;
}
.cid-udokAWvqgO .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-udokAWvqgO .text-container {
    margin-bottom: 50px;
  }
}
.cid-udokAWvqgO .mbr-section-title {
  color: #212132;
}
.cid-udokAWvqgO .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-udokAWvqgO .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-udokAWvqgO .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-udokAWvqgO .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-udokAWvqgO .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-udokAWvqgO .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-udokAWvqgO .card:hover {
  transform: scale(0.96);
}
.cid-udokAWvqgO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-udokAWvqgO .card-wrapper {
    padding: 16px;
  }
}
.cid-udokAWvqgO .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udokAWvqgO .card-box {
    margin-bottom: 20px;
  }
}
.cid-udokAWvqgO .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-udokAWvqgO .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-udokAWvqgO .card-text {
    margin-top: 8px;
  }
}
.cid-udokAWvqgO .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-udokAWvqgO .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-udokAWvqgO .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-udokAWvqgO .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-udokAWvqgO .card-img {
    height: auto;
  }
}
.cid-udokAWvqgO .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-udokAWvqgO .card-title,
.cid-udokAWvqgO .mbr-section-btn {
  color: #050505;
}
.cid-udokCyWN1y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-udokCyWN1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-udokCyWN1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udokCyWN1y .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-udokCyWN1y .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-udokCyWN1y .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-udokCyWN1y .label-text {
  color: #ffffff;
}
.cid-udokCyWN1y .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-udokCyWN1y .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udokCyWN1y .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-udokCyWN1y .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-udokCyWN1y .link-text a {
  display: flex;
  align-items: center;
}
.cid-udokCyWN1y .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-udokCyWN1y .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcLDYw9t95 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyuf3a1lQB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyuf3a1lQB .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyuf3a1lQB .title_block {
  margin-bottom: 50px;
}
.cid-tyuf3a1lQB .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyuf3a1lQB .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyuf3a1lQB .mbr-text {
  margin-bottom: 30px;
}
.cid-tyuf3a1lQB .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyuf3a1lQB .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyuf3a1lQB .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyuf3a1lQB .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyuf3a1lQB .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyuf3a1lQB .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyuf3a1lQB .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyuf3a1lQB .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyuf3a1lQB .title_block {
    text-align: center;
  }
  .cid-tyuf3a1lQB .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyuf3a1lQB .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyuf3a1lQB .btn {
    padding: 14px 26px;
  }
}
.cid-tyuf3a1lQB .mbr-text,
.cid-tyuf3a1lQB .mbr-section-btn {
  color: #ffffff;
}
.cid-tcLxKcgQek {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcLxKcgQek img {
  margin: auto;
  position: relative;
}
.cid-tcLxKcgQek .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tcLxKcgQek .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tcLxKcgQek .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tcLxKcgQek .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-tcLxKcgQek .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcLxKcgQek .mbr-section-text {
  color: #000000;
}
.cid-tcLxKcgQek .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tcLxKcgQek .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcMkzU98my {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyug1Gpv32 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyug1Gpv32 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyug1Gpv32 .title_block {
  margin-bottom: 50px;
}
.cid-tyug1Gpv32 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyug1Gpv32 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyug1Gpv32 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyug1Gpv32 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyug1Gpv32 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyug1Gpv32 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyug1Gpv32 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyug1Gpv32 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyug1Gpv32 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyug1Gpv32 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyug1Gpv32 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyug1Gpv32 .title_block {
    text-align: center;
  }
  .cid-tyug1Gpv32 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyug1Gpv32 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyug1Gpv32 .btn {
    padding: 14px 26px;
  }
}
.cid-tyug1Gpv32 .mbr-text,
.cid-tyug1Gpv32 .mbr-section-btn {
  color: #ffffff;
}
.cid-uefLdZiN8S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uefLdZiN8S img {
  margin: auto;
  position: relative;
}
.cid-uefLdZiN8S .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uefLdZiN8S .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uefLdZiN8S .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uefLdZiN8S .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-uefLdZiN8S .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uefLdZiN8S .mbr-section-text {
  color: #000000;
}
.cid-uefLdZiN8S .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uefLdZiN8S .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcM2Gez29a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyugceTqCh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyugceTqCh .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyugceTqCh .title_block {
  margin-bottom: 50px;
}
.cid-tyugceTqCh .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyugceTqCh .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyugceTqCh .mbr-text {
  margin-bottom: 30px;
}
.cid-tyugceTqCh .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyugceTqCh .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyugceTqCh .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyugceTqCh .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyugceTqCh .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyugceTqCh .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyugceTqCh .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyugceTqCh .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyugceTqCh .title_block {
    text-align: center;
  }
  .cid-tyugceTqCh .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyugceTqCh .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyugceTqCh .btn {
    padding: 14px 26px;
  }
}
.cid-tyugceTqCh .mbr-text,
.cid-tyugceTqCh .mbr-section-btn {
  color: #ffffff;
}
.cid-uefLIZfQJa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uefLIZfQJa img {
  margin: auto;
  position: relative;
}
.cid-uefLIZfQJa .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uefLIZfQJa .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uefLIZfQJa .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uefLIZfQJa .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-uefLIZfQJa .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uefLIZfQJa .mbr-section-text {
  color: #000000;
}
.cid-uefLIZfQJa .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uefLIZfQJa .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcLMUargcT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyufwkq404 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyufwkq404 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyufwkq404 .title_block {
  margin-bottom: 50px;
}
.cid-tyufwkq404 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyufwkq404 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyufwkq404 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyufwkq404 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyufwkq404 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyufwkq404 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyufwkq404 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyufwkq404 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyufwkq404 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyufwkq404 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyufwkq404 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyufwkq404 .title_block {
    text-align: center;
  }
  .cid-tyufwkq404 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyufwkq404 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyufwkq404 .btn {
    padding: 14px 26px;
  }
}
.cid-tyufwkq404 .mbr-text,
.cid-tyufwkq404 .mbr-section-btn {
  color: #ffffff;
}
.cid-uefEU0ykj7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uefEU0ykj7 img {
  margin: auto;
  position: relative;
}
.cid-uefEU0ykj7 .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uefEU0ykj7 .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uefEU0ykj7 .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uefEU0ykj7 .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-uefEU0ykj7 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uefEU0ykj7 .mbr-section-text {
  color: #000000;
}
.cid-uefEU0ykj7 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uefEU0ykj7 .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcM1tH9NZw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyufFRqgpW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyufFRqgpW .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyufFRqgpW .title_block {
  margin-bottom: 50px;
}
.cid-tyufFRqgpW .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyufFRqgpW .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyufFRqgpW .mbr-text {
  margin-bottom: 30px;
}
.cid-tyufFRqgpW .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyufFRqgpW .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyufFRqgpW .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyufFRqgpW .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyufFRqgpW .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyufFRqgpW .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyufFRqgpW .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyufFRqgpW .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyufFRqgpW .title_block {
    text-align: center;
  }
  .cid-tyufFRqgpW .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyufFRqgpW .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyufFRqgpW .btn {
    padding: 14px 26px;
  }
}
.cid-tyufFRqgpW .mbr-text,
.cid-tyufFRqgpW .mbr-section-btn {
  color: #ffffff;
}
.cid-uefGKe2e52 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uefGKe2e52 img {
  margin: auto;
  position: relative;
}
.cid-uefGKe2e52 .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uefGKe2e52 .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uefGKe2e52 .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uefGKe2e52 .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-uefGKe2e52 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uefGKe2e52 .mbr-section-text {
  color: #000000;
}
.cid-uefGKe2e52 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uefGKe2e52 .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ueg1liYHM7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ueg1liYHM7 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ueg1liYHM7 .title_block {
  margin-bottom: 50px;
}
.cid-ueg1liYHM7 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ueg1liYHM7 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ueg1liYHM7 .mbr-text {
  margin-bottom: 30px;
}
.cid-ueg1liYHM7 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ueg1liYHM7 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ueg1liYHM7 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ueg1liYHM7 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ueg1liYHM7 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ueg1liYHM7 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ueg1liYHM7 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ueg1liYHM7 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ueg1liYHM7 .title_block {
    text-align: center;
  }
  .cid-ueg1liYHM7 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ueg1liYHM7 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ueg1liYHM7 .btn {
    padding: 14px 26px;
  }
}
.cid-ueg1liYHM7 .mbr-text,
.cid-ueg1liYHM7 .mbr-section-btn {
  color: #ffffff;
}
.cid-ueg0K1vKeN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueg0K1vKeN img {
  margin: auto;
  position: relative;
}
.cid-ueg0K1vKeN .col-md-6 {
  margin-bottom: 1rem;
}
.cid-ueg0K1vKeN .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-ueg0K1vKeN .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-ueg0K1vKeN .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-ueg0K1vKeN .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-ueg0K1vKeN .mbr-section-text {
  color: #000000;
}
.cid-ueg0K1vKeN .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ueg0K1vKeN .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-uefZ3YvFA0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-uefZ3YvFA0 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-uefZ3YvFA0 .title_block {
  margin-bottom: 50px;
}
.cid-uefZ3YvFA0 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-uefZ3YvFA0 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-uefZ3YvFA0 .mbr-text {
  margin-bottom: 30px;
}
.cid-uefZ3YvFA0 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-uefZ3YvFA0 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-uefZ3YvFA0 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-uefZ3YvFA0 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-uefZ3YvFA0 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-uefZ3YvFA0 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-uefZ3YvFA0 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-uefZ3YvFA0 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uefZ3YvFA0 .title_block {
    text-align: center;
  }
  .cid-uefZ3YvFA0 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-uefZ3YvFA0 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uefZ3YvFA0 .btn {
    padding: 14px 26px;
  }
}
.cid-uefZ3YvFA0 .mbr-text,
.cid-uefZ3YvFA0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uefZhrXmUF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uefZhrXmUF img {
  margin: auto;
  position: relative;
}
.cid-uefZhrXmUF .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uefZhrXmUF .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uefZhrXmUF .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uefZhrXmUF .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-uefZhrXmUF .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uefZhrXmUF .mbr-section-text {
  color: #000000;
}
.cid-uefZhrXmUF .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uefZhrXmUF .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-uelFtYLwLw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-uelFtYLwLw .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-uelFtYLwLw .title_block {
  margin-bottom: 50px;
}
.cid-uelFtYLwLw .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-uelFtYLwLw .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-uelFtYLwLw .mbr-text {
  margin-bottom: 30px;
}
.cid-uelFtYLwLw .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-uelFtYLwLw .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-uelFtYLwLw .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-uelFtYLwLw .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-uelFtYLwLw .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-uelFtYLwLw .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-uelFtYLwLw .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-uelFtYLwLw .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uelFtYLwLw .title_block {
    text-align: center;
  }
  .cid-uelFtYLwLw .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-uelFtYLwLw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uelFtYLwLw .btn {
    padding: 14px 26px;
  }
}
.cid-uelFtYLwLw .mbr-text,
.cid-uelFtYLwLw .mbr-section-btn {
  color: #ffffff;
}
.cid-uelFHXl3yf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-uelFHXl3yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uelFHXl3yf th,
.cid-uelFHXl3yf td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-uelFHXl3yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uelFHXl3yf .al {
  text-align: justify;
}
.cid-uelFHXl3yf .responsive {
  max-width: 100%;
  height: auto;
}
.cid-uelFHXl3yf .row {
  justify-content: flex-start;
}
.cid-uelFHXl3yf .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-uelFHXl3yf .content-container {
    flex-wrap: wrap;
  }
}
.cid-uelFHXl3yf .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uelFHXl3yf .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uelFHXl3yf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uelFHXl3yf .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-uelFHXl3yf .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uelFHXl3yf .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-uelFHXl3yf .label-text {
  color: #000000;
  margin: 0;
}
.cid-uelFHXl3yf .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uelFHXl3yf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uelFHXl3yf .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uelFHXl3yf .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uelFHXl3yf .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uelFHXl3yf .mbr-section-title,
.cid-uelFHXl3yf .mbr-section-btn {
  text-align: left;
}
.cid-uh55SnJ2pA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh55SnJ2pA .mbr-text {
  color: #000000;
}
.cid-uh55SnJ2pA .list {
  color: #666666;
}
.cid-uh55SnJ2pA ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uh55SnJ2pA li {
  padding-bottom: 0.5rem;
}
.cid-uh55SnJ2pA p {
  text-align: justify;
}
.cid-uh55SnJ2pA H3 {
  color: #1b9e13;
}
.cid-uelFT5huk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uelFT5huk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uelFT5huk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uelFT5huk4 .row {
  justify-content: center;
}
.cid-uelFT5huk4 .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uelFT5huk4 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uelFT5huk4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uelFT5huk4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uelFT5huk4 .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uelFT5huk4 .card-row {
  align-items: stretch;
}
.cid-uelFT5huk4 .card {
  padding: 10px;
}
.cid-uelFT5huk4 .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uelFT5huk4 .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uelFT5huk4 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uelFT5huk4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uelFT5huk4 .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uelFT5huk4 .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uelFT5huk4 .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-uelFT5huk4 .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-uelFT5huk4 .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-uelFT5huk4 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uelFT5huk4 .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelFLsfKXt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelFLsfKXt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelFLsfKXt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelFLsfKXt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uelFK2VjUT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-uelFK2VjUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uelFK2VjUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uelFK2VjUT .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-uelFK2VjUT .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-uelFK2VjUT .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uelFK2VjUT .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-uelFK2VjUT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uelFK2VjUT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uelFK2VjUT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uelFK2VjUT .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uelFK2VjUT .mbr-text,
.cid-uelFK2VjUT .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uelG1e3poG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-uelG1e3poG .container {
  max-width: 1600px;
}
.cid-uelG1e3poG .row {
  justify-content: center;
}
.cid-uelG1e3poG .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uelG1e3poG .text-container {
    margin-bottom: 50px;
  }
}
.cid-uelG1e3poG .mbr-section-title {
  color: #212132;
}
.cid-uelG1e3poG .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uelG1e3poG .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-uelG1e3poG .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-uelG1e3poG .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-uelG1e3poG .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-uelG1e3poG .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-uelG1e3poG .card:hover {
  transform: scale(0.96);
}
.cid-uelG1e3poG .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-uelG1e3poG .card-wrapper {
    padding: 16px;
  }
}
.cid-uelG1e3poG .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uelG1e3poG .card-box {
    margin-bottom: 20px;
  }
}
.cid-uelG1e3poG .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-uelG1e3poG .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uelG1e3poG .card-text {
    margin-top: 8px;
  }
}
.cid-uelG1e3poG .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uelG1e3poG .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-uelG1e3poG .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uelG1e3poG .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-uelG1e3poG .card-img {
    height: auto;
  }
}
.cid-uelG1e3poG .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-uelG1e3poG .card-title,
.cid-uelG1e3poG .mbr-section-btn {
  color: #050505;
}
.cid-uelG3dkRsB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-uelG3dkRsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uelG3dkRsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uelG3dkRsB .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-uelG3dkRsB .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-uelG3dkRsB .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-uelG3dkRsB .label-text {
  color: #ffffff;
}
.cid-uelG3dkRsB .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uelG3dkRsB .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-uelG3dkRsB .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-uelG3dkRsB .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-uelG3dkRsB .link-text a {
  display: flex;
  align-items: center;
}
.cid-uelG3dkRsB .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-uelG3dkRsB .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ug1XOIQUIF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ug1XOIQUIF .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ug1XOIQUIF .title_block {
  margin-bottom: 50px;
}
.cid-ug1XOIQUIF .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ug1XOIQUIF .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ug1XOIQUIF .mbr-text {
  margin-bottom: 30px;
}
.cid-ug1XOIQUIF .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ug1XOIQUIF .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ug1XOIQUIF .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ug1XOIQUIF .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ug1XOIQUIF .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ug1XOIQUIF .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ug1XOIQUIF .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ug1XOIQUIF .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug1XOIQUIF .title_block {
    text-align: center;
  }
  .cid-ug1XOIQUIF .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ug1XOIQUIF .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ug1XOIQUIF .btn {
    padding: 14px 26px;
  }
}
.cid-ug1XOIQUIF .mbr-text,
.cid-ug1XOIQUIF .mbr-section-btn {
  color: #ffffff;
}
.cid-ug33vkRGan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ug33vkRGan .mbr-gallery-filter {
  text-align: left;
}
.cid-ug33vkRGan .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-ug33vkRGan .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-ug33vkRGan .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-ug33vkRGan .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ug33vkRGan .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-ug33vkRGan .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-ug33vkRGan .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-ug33vkRGan .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ug33vkRGan .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ug33vkRGan .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ug33vkRGan .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 1px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ug33vkRGan .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-ug33vkRGan .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-ug33vkRGan .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-ug33vkRGan .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-ug33vkRGan .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-ug33vkRGan .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ug33vkRGan .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ug33vkRGan .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ug33vkRGan .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-ug33vkRGan .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ug33vkRGan .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ug33vkRGan .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-ug33vkRGan .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ug33vkRGan .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ug33vkRGan .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-ug33vkRGan .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-ug33vkRGan .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-ug33vkRGan .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-ug33vkRGan .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tjbdeduwqA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-ug95G7xcr1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ug95G7xcr1 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ug95G7xcr1 .title_block {
  margin-bottom: 50px;
}
.cid-ug95G7xcr1 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ug95G7xcr1 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ug95G7xcr1 .mbr-text {
  margin-bottom: 30px;
}
.cid-ug95G7xcr1 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ug95G7xcr1 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ug95G7xcr1 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ug95G7xcr1 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ug95G7xcr1 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ug95G7xcr1 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ug95G7xcr1 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ug95G7xcr1 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug95G7xcr1 .title_block {
    text-align: center;
  }
  .cid-ug95G7xcr1 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ug95G7xcr1 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ug95G7xcr1 .btn {
    padding: 14px 26px;
  }
}
.cid-ug95G7xcr1 .mbr-text,
.cid-ug95G7xcr1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uh45skhhdC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uh45skhhdC .item {
  padding-bottom: 2rem;
}
.cid-uh45skhhdC .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-uh45skhhdC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uh45skhhdC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uh45skhhdC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uh45skhhdC .carousel-control,
.cid-uh45skhhdC .close {
  background: #1b1b1b;
}
.cid-uh45skhhdC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uh45skhhdC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uh45skhhdC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uh45skhhdC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uh45skhhdC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uh45skhhdC .close::before {
  content: '\e91a';
}
.cid-uh45skhhdC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uh45skhhdC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uh45skhhdC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uh45skhhdC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uh45skhhdC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uh45skhhdC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uh45skhhdC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uh45skhhdC .carousel-indicators li.active,
.cid-uh45skhhdC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uh45skhhdC .carousel-indicators li::after,
.cid-uh45skhhdC .carousel-indicators li::before {
  content: none;
}
.cid-uh45skhhdC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uh45skhhdC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uh45skhhdC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uh45skhhdC .carousel-indicators {
    display: none;
  }
}
.cid-uh45skhhdC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uh45skhhdC .carousel-inner > .active {
  display: block;
}
.cid-uh45skhhdC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uh45skhhdC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uh45skhhdC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uh45skhhdC .carousel-control,
  .cid-uh45skhhdC .carousel-indicators,
  .cid-uh45skhhdC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uh45skhhdC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uh45skhhdC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uh45skhhdC .carousel-indicators .active,
.cid-uh45skhhdC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uh45skhhdC .carousel-indicators .active {
  background: #fff;
}
.cid-uh45skhhdC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uh45skhhdC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uh45skhhdC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uh45skhhdC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uh45skhhdC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uh45skhhdC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uh45skhhdC .carousel {
  width: 100%;
}
.cid-uh45skhhdC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uh45skhhdC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uh45skhhdC .modal.fade .modal-dialog,
.cid-uh45skhhdC .modal.in .modal-dialog {
  transform: none;
}
.cid-uh45skhhdC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uh45skhhdC H6 {
  text-align: center;
}
.cid-uh45skhhdC .mbr-section-title {
  color: #2e6b75;
}
.cid-uh45skhhdC .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uh45skhhdC .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ug32FuMwSp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ug32FuMwSp .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ug32FuMwSp .title_block {
  margin-bottom: 50px;
}
.cid-ug32FuMwSp .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ug32FuMwSp .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ug32FuMwSp .mbr-text {
  margin-bottom: 30px;
}
.cid-ug32FuMwSp .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ug32FuMwSp .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ug32FuMwSp .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ug32FuMwSp .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ug32FuMwSp .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ug32FuMwSp .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ug32FuMwSp .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ug32FuMwSp .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug32FuMwSp .title_block {
    text-align: center;
  }
  .cid-ug32FuMwSp .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ug32FuMwSp .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ug32FuMwSp .btn {
    padding: 14px 26px;
  }
}
.cid-ug32FuMwSp .mbr-text,
.cid-ug32FuMwSp .mbr-section-btn {
  color: #ffffff;
}
.cid-ug95nAaq8d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ug95nAaq8d .mbr-gallery-filter {
  text-align: left;
}
.cid-ug95nAaq8d .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-ug95nAaq8d .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-ug95nAaq8d .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-ug95nAaq8d .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ug95nAaq8d .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-ug95nAaq8d .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-ug95nAaq8d .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-ug95nAaq8d .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ug95nAaq8d .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ug95nAaq8d .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ug95nAaq8d .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 1px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ug95nAaq8d .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-ug95nAaq8d .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-ug95nAaq8d .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-ug95nAaq8d .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-ug95nAaq8d .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-ug95nAaq8d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ug95nAaq8d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ug95nAaq8d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ug95nAaq8d .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-ug95nAaq8d .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ug95nAaq8d .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ug95nAaq8d .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-ug95nAaq8d .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ug95nAaq8d .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ug95nAaq8d .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-ug95nAaq8d .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-ug95nAaq8d .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-ug95nAaq8d .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-ug95nAaq8d .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-ug9an77vMw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-ug9an77vMw .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-ug9an77vMw .title_block {
  margin-bottom: 50px;
}
.cid-ug9an77vMw .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-ug9an77vMw .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-ug9an77vMw .mbr-text {
  margin-bottom: 30px;
}
.cid-ug9an77vMw .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-ug9an77vMw .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-ug9an77vMw .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-ug9an77vMw .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-ug9an77vMw .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-ug9an77vMw .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-ug9an77vMw .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-ug9an77vMw .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug9an77vMw .title_block {
    text-align: center;
  }
  .cid-ug9an77vMw .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-ug9an77vMw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-ug9an77vMw .btn {
    padding: 14px 26px;
  }
}
.cid-ug9an77vMw .mbr-text,
.cid-ug9an77vMw .mbr-section-btn {
  color: #ffffff;
}
.cid-ug9anjIwGa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ug9anjIwGa .mbr-gallery-filter {
  text-align: left;
}
.cid-ug9anjIwGa .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-ug9anjIwGa .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-ug9anjIwGa .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-ug9anjIwGa .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ug9anjIwGa .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-ug9anjIwGa .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-ug9anjIwGa .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-ug9anjIwGa .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ug9anjIwGa .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-ug9anjIwGa .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ug9anjIwGa .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 1px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ug9anjIwGa .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-ug9anjIwGa .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-ug9anjIwGa .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-ug9anjIwGa .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-ug9anjIwGa .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-ug9anjIwGa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ug9anjIwGa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ug9anjIwGa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ug9anjIwGa .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-ug9anjIwGa .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ug9anjIwGa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ug9anjIwGa .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-ug9anjIwGa .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ug9anjIwGa .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-ug9anjIwGa .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-ug9anjIwGa .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-ug9anjIwGa .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-ug9anjIwGa .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-ug9anjIwGa .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcM5AlE0j9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyugiTLzdz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyugiTLzdz .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyugiTLzdz .title_block {
  margin-bottom: 50px;
}
.cid-tyugiTLzdz .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyugiTLzdz .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyugiTLzdz .mbr-text {
  margin-bottom: 30px;
}
.cid-tyugiTLzdz .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyugiTLzdz .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyugiTLzdz .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyugiTLzdz .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyugiTLzdz .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyugiTLzdz .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyugiTLzdz .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyugiTLzdz .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyugiTLzdz .title_block {
    text-align: center;
  }
  .cid-tyugiTLzdz .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyugiTLzdz .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyugiTLzdz .btn {
    padding: 14px 26px;
  }
}
.cid-tyugiTLzdz .mbr-text,
.cid-tyugiTLzdz .mbr-section-btn {
  color: #ffffff;
}
.cid-tcMfinIaVD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcMfinIaVD img {
  margin: auto;
  position: relative;
}
.cid-tcMfinIaVD .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tcMfinIaVD .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tcMfinIaVD .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tcMfinIaVD .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-tcMfinIaVD .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tcMfinIaVD .mbr-section-text {
  color: #000000;
}
.cid-tcMfinIaVD .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tcMfinIaVD .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tcM28lrxOQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyufQrhucn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyufQrhucn .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyufQrhucn .title_block {
  margin-bottom: 50px;
}
.cid-tyufQrhucn .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyufQrhucn .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyufQrhucn .mbr-text {
  margin-bottom: 30px;
}
.cid-tyufQrhucn .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyufQrhucn .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyufQrhucn .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyufQrhucn .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyufQrhucn .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyufQrhucn .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyufQrhucn .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyufQrhucn .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyufQrhucn .title_block {
    text-align: center;
  }
  .cid-tyufQrhucn .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyufQrhucn .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyufQrhucn .btn {
    padding: 14px 26px;
  }
}
.cid-tyufQrhucn .mbr-text,
.cid-tyufQrhucn .mbr-section-btn {
  color: #ffffff;
}
.cid-uefIfOAilz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uefIfOAilz img {
  margin: auto;
  position: relative;
}
.cid-uefIfOAilz .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uefIfOAilz .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uefIfOAilz .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uefIfOAilz .dot {
  width: 6px;
  height: 6px;
  background: #3e9717;
}
.cid-uefIfOAilz .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uefIfOAilz .mbr-section-text {
  color: #000000;
}
.cid-uefIfOAilz .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uefIfOAilz .mbr-section-title {
  color: #000000;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-utOmFl8Khe .navbar-dropdown {
  position: relative !important;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utOmFl8Khe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utOmFl8Khe .dropdown-item:hover,
.cid-utOmFl8Khe .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-utOmFl8Khe .dropdown-item:hover span {
  color: white;
}
.cid-utOmFl8Khe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utOmFl8Khe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utOmFl8Khe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utOmFl8Khe .nav-link {
  position: relative;
}
.cid-utOmFl8Khe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .container {
    flex-wrap: nowrap;
  }
}
.cid-utOmFl8Khe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown-menu,
.cid-utOmFl8Khe .navbar.opened {
  background: #ffffff !important;
}
.cid-utOmFl8Khe .nav-item:focus,
.cid-utOmFl8Khe .nav-link:focus {
  outline: none;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utOmFl8Khe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utOmFl8Khe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utOmFl8Khe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utOmFl8Khe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.opened {
  transition: all 0.3s;
}
.cid-utOmFl8Khe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utOmFl8Khe .navbar .navbar-logo img {
  width: auto;
}
.cid-utOmFl8Khe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar.collapsed {
  justify-content: center;
}
.cid-utOmFl8Khe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utOmFl8Khe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utOmFl8Khe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utOmFl8Khe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utOmFl8Khe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utOmFl8Khe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utOmFl8Khe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utOmFl8Khe .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-utOmFl8Khe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utOmFl8Khe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utOmFl8Khe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utOmFl8Khe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utOmFl8Khe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utOmFl8Khe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utOmFl8Khe .navbar.navbar-short {
  min-height: 60px;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utOmFl8Khe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utOmFl8Khe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utOmFl8Khe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utOmFl8Khe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utOmFl8Khe .dropdown-item.active,
.cid-utOmFl8Khe .dropdown-item:active {
  background-color: transparent;
}
.cid-utOmFl8Khe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utOmFl8Khe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utOmFl8Khe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utOmFl8Khe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utOmFl8Khe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utOmFl8Khe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utOmFl8Khe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utOmFl8Khe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utOmFl8Khe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utOmFl8Khe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utOmFl8Khe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utOmFl8Khe .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-utOmFl8Khe .navbar {
    height: 70px;
  }
  .cid-utOmFl8Khe .navbar.opened {
    height: auto;
  }
  .cid-utOmFl8Khe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utOmFl8Khe #google_translate_element {
  color: transparent;
}
.cid-utOmFl8Khe #google_translate_element a {
  display: none;
}
.cid-utOmFl8Khe div #google_translate_element {
  width: 120px;
}
.cid-tdlL5Ri0au {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f0c48a;
}
.cid-tyu9Umha22 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-tyu9Umha22 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-tyu9Umha22 .title_block {
  margin-bottom: 50px;
}
.cid-tyu9Umha22 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-tyu9Umha22 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tyu9Umha22 .mbr-text {
  margin-bottom: 30px;
}
.cid-tyu9Umha22 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-tyu9Umha22 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-tyu9Umha22 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-tyu9Umha22 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-tyu9Umha22 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-tyu9Umha22 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-tyu9Umha22 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-tyu9Umha22 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tyu9Umha22 .title_block {
    text-align: center;
  }
  .cid-tyu9Umha22 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-tyu9Umha22 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tyu9Umha22 .btn {
    padding: 14px 26px;
  }
}
.cid-tyu9Umha22 .mbr-text,
.cid-tyu9Umha22 .mbr-section-btn {
  color: #ffffff;
}
.cid-tyu9UXOoIv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crop-new-1-2000x2000.jpg");
}
.cid-tyu9UXOoIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyu9UXOoIv th,
.cid-tyu9UXOoIv td {
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
}
.cid-tyu9UXOoIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyu9UXOoIv .al {
  text-align: justify;
}
.cid-tyu9UXOoIv .responsive {
  max-width: 100%;
  height: auto;
}
.cid-tyu9UXOoIv .row {
  justify-content: flex-start;
}
.cid-tyu9UXOoIv .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tyu9UXOoIv .content-container {
    flex-wrap: wrap;
  }
}
.cid-tyu9UXOoIv .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tyu9UXOoIv .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tyu9UXOoIv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tyu9UXOoIv .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }
}
.cid-tyu9UXOoIv .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tyu9UXOoIv .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff0b0;
}
.cid-tyu9UXOoIv .label-text {
  color: #000000;
  margin: 0;
}
.cid-tyu9UXOoIv .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tyu9UXOoIv .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tyu9UXOoIv .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tyu9UXOoIv .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tyu9UXOoIv .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tyu9UXOoIv .mbr-section-title,
.cid-tyu9UXOoIv .mbr-section-btn {
  text-align: left;
}
.cid-tyuagc7ttT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tyuagc7ttT .container,
.cid-tyuagc7ttT .container-fluid {
  position: static;
}
.cid-tyuagc7ttT .label-text {
  width: 100%;
  color: #1b9e13;
  margin-bottom: 20px;
}
.cid-tyuagc7ttT .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.cid-tyuagc7ttT .mbr-section-title {
  color: #1b9e13;
  margin-bottom: 25px;
}
.cid-tyuagc7ttT .colored-text {
  color: #1b9e13;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tyuagc7ttT .al {
  text-align: justify;
}
.cid-tyuagc7ttT .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-tyuagc7ttT .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-tyuagc7ttT .mbr-text {
    margin-top: 38px;
  }
}
.cid-tyuagc7ttT .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tyuagc7ttT .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tyuagc7ttT .mbr-section-btn .btn:before {
  display: none;
}
.cid-tyuagc7ttT .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tyuagc7ttT .image-wrapper {
  max-height: 100%;
}
.cid-tyuagc7ttT .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tyuagc7ttT .image-wrapper {
    position: absolute;
    top: -10%;
    width: 37.13%;
    z-index: 2;
    left: 4%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tyuagc7ttT .image-wrapper {
    width: 44%;
    top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyuagc7ttT .image-wrapper {
    width: 37.13%;
    top: -10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tyuagc7ttT .image-wrapper {
    top: -10%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tyuagc7ttT .image-wrapper {
    max-width: 474px !important;
    margin: 1px auto 0;
  }
}
.cid-tyuagc7ttT .image-wrapper:before {
  content: '';
  position: absolute;
  width: 918px;
  height: 918px;
  top: -28%;
  z-index: -1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
  box-sizing: border-box;
  left: -17%;
}
@media (max-width: 1399px) {
  .cid-tyuagc7ttT .image-wrapper:before {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .cid-tyuagc7ttT .image-wrapper:before {
    width: 580px;
    height: 580px;
  }
}
@media (max-width: 991px) {
  .cid-tyuagc7ttT .image-wrapper:before {
    width: 455px;
    height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-tyuagc7ttT .image-wrapper:before {
    display: none;
  }
}
.cid-tyuagc7ttT .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tyuagc7ttT .col-text {
    margin-left: auto;
  }
}
.cid-tyuagc7ttT .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tyuagc7ttT .list {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .cid-tyuagc7ttT .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tyuagc7ttT .list {
    text-align: left;
    max-width: 440px;
  }
}
.cid-tyuagc7ttT .list-item {
  display: flex;
  align-items: center;
}
.cid-tyuagc7ttT .list-item:not(:first-child) {
  margin-top: 13px;
}
.cid-tyuagc7ttT .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tyuagc7ttT .icon-wrapper span {
  color: #1b9e13;
  font-size: 13px;
}
.cid-tyuagc7ttT .list-item-text {
  flex-grow: 1;
  color: #000000;
}
.cid-tyuagc7ttT .mbr-text,
.cid-tyuagc7ttT .mbr-section-btn {
  color: #000000;
}
.cid-tdlPxSwkTj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tdlPxSwkTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdlPxSwkTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdlPxSwkTj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tdlPxSwkTj .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tdlPxSwkTj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tdlPxSwkTj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tdlPxSwkTj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tdlPxSwkTj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tdlPxSwkTj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tdlPxSwkTj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tdlPxSwkTj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdlPxSwkTj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tdlPxSwkTj .card-title {
  color: #1b9e13;
}
.cid-tyuaRsLSlK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyuaRsLSlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyuaRsLSlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyuaRsLSlK .row {
  justify-content: center;
}
.cid-tyuaRsLSlK .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tyuaRsLSlK .col-title {
    margin-bottom: 20px;
  }
}
.cid-tyuaRsLSlK .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-tyuaRsLSlK .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tyuaRsLSlK .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tyuaRsLSlK .card-row {
  align-items: stretch;
}
.cid-tyuaRsLSlK .card {
  padding: 10px;
}
.cid-tyuaRsLSlK .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-tyuaRsLSlK .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-tyuaRsLSlK .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tyuaRsLSlK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff0b0;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-tyuaRsLSlK .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-tyuaRsLSlK .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-tyuaRsLSlK .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-tyuaRsLSlK .card-wrapper:hover .card-box {
  background-color: #fff0b0;
}
.cid-tyuaRsLSlK .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-tyuaRsLSlK .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-tyuaRsLSlK .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uelEcjB8DP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uelEcjB8DP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uelEcjB8DP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uelEcjB8DP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyub2ZmlFm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/18544-2000x720.jpg");
}
.cid-tyub2ZmlFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyub2ZmlFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyub2ZmlFm .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #1b9e13;
  border-radius: 50%;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .cid-tyub2ZmlFm .round {
    position: absolute;
    right: 10%;
    transform: rotate(10deg);
    top: 10%;
  }
}
.cid-tyub2ZmlFm .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tyub2ZmlFm .arrow-col {
  overflow: hidden;
  margin-top: 0rem;
}
.cid-tyub2ZmlFm .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyub2ZmlFm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyub2ZmlFm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tyub2ZmlFm .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tyub2ZmlFm .mbr-text,
.cid-tyub2ZmlFm .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u2Kc6plqfY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u2Kc6plqfY .container {
  max-width: 1600px;
}
.cid-u2Kc6plqfY .row {
  justify-content: center;
}
.cid-u2Kc6plqfY .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-u2Kc6plqfY .text-container {
    margin-bottom: 50px;
  }
}
.cid-u2Kc6plqfY .mbr-section-title {
  color: #212132;
}
.cid-u2Kc6plqfY .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u2Kc6plqfY .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-u2Kc6plqfY .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (min-width: 300px) {
  .cid-u2Kc6plqfY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .cid-u2Kc6plqfY .cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cid-u2Kc6plqfY .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-u2Kc6plqfY .card:hover {
  transform: scale(0.96);
}
.cid-u2Kc6plqfY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-u2Kc6plqfY .card-wrapper {
    padding: 16px;
  }
}
.cid-u2Kc6plqfY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-u2Kc6plqfY .card-box {
    margin-bottom: 20px;
  }
}
.cid-u2Kc6plqfY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-u2Kc6plqfY .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u2Kc6plqfY .card-text {
    margin-top: 8px;
  }
}
.cid-u2Kc6plqfY .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-u2Kc6plqfY .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-u2Kc6plqfY .card-img {
  width: 100%;
  height: 192px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-u2Kc6plqfY .card-img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-u2Kc6plqfY .card-img {
    height: auto;
  }
}
.cid-u2Kc6plqfY .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-u2Kc6plqfY .card-title,
.cid-u2Kc6plqfY .mbr-section-btn {
  color: #050505;
}
.cid-tzUOdFRRRQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(315deg, #ffffff 10%, #ffffff 100%) !important;
}
.cid-tzUOdFRRRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUOdFRRRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUOdFRRRQ .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tzUOdFRRRQ .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tzUOdFRRRQ .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-tzUOdFRRRQ .label-text {
  color: #ffffff;
}
.cid-tzUOdFRRRQ .card-text {
  color: #000000;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tzUOdFRRRQ .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOdFRRRQ .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tzUOdFRRRQ .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tzUOdFRRRQ .link-text a {
  display: flex;
  align-items: center;
}
.cid-tzUOdFRRRQ .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tzUOdFRRRQ .link-text a:hover {
  color: #1b9e13 !important;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-uuJJ0Pesrs .navbar-dropdown {
  position: relative !important;
}
.cid-uuJJ0Pesrs .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-uuJJ0Pesrs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuJJ0Pesrs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuJJ0Pesrs .dropdown-item:hover,
.cid-uuJJ0Pesrs .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-uuJJ0Pesrs .dropdown-item:hover span {
  color: white;
}
.cid-uuJJ0Pesrs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuJJ0Pesrs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuJJ0Pesrs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuJJ0Pesrs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuJJ0Pesrs .nav-link {
  position: relative;
}
.cid-uuJJ0Pesrs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uuJJ0Pesrs .container {
    flex-wrap: nowrap;
  }
}
.cid-uuJJ0Pesrs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuJJ0Pesrs .dropdown-menu,
.cid-uuJJ0Pesrs .navbar.opened {
  background: #ffffff !important;
}
.cid-uuJJ0Pesrs .nav-item:focus,
.cid-uuJJ0Pesrs .nav-link:focus {
  outline: none;
}
.cid-uuJJ0Pesrs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuJJ0Pesrs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuJJ0Pesrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuJJ0Pesrs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuJJ0Pesrs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuJJ0Pesrs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuJJ0Pesrs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uuJJ0Pesrs .navbar.opened {
  transition: all 0.3s;
}
.cid-uuJJ0Pesrs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuJJ0Pesrs .navbar .navbar-logo img {
  width: auto;
}
.cid-uuJJ0Pesrs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuJJ0Pesrs .navbar.collapsed {
  justify-content: center;
}
.cid-uuJJ0Pesrs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuJJ0Pesrs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuJJ0Pesrs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uuJJ0Pesrs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuJJ0Pesrs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuJJ0Pesrs .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-uuJJ0Pesrs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuJJ0Pesrs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuJJ0Pesrs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuJJ0Pesrs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuJJ0Pesrs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuJJ0Pesrs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuJJ0Pesrs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuJJ0Pesrs .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-uuJJ0Pesrs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuJJ0Pesrs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuJJ0Pesrs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuJJ0Pesrs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuJJ0Pesrs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuJJ0Pesrs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuJJ0Pesrs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuJJ0Pesrs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuJJ0Pesrs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuJJ0Pesrs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuJJ0Pesrs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuJJ0Pesrs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuJJ0Pesrs .dropdown-item.active,
.cid-uuJJ0Pesrs .dropdown-item:active {
  background-color: transparent;
}
.cid-uuJJ0Pesrs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuJJ0Pesrs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuJJ0Pesrs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuJJ0Pesrs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuJJ0Pesrs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuJJ0Pesrs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuJJ0Pesrs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuJJ0Pesrs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuJJ0Pesrs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuJJ0Pesrs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuJJ0Pesrs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuJJ0Pesrs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuJJ0Pesrs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuJJ0Pesrs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuJJ0Pesrs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuJJ0Pesrs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuJJ0Pesrs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuJJ0Pesrs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuJJ0Pesrs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuJJ0Pesrs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuJJ0Pesrs .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-uuJJ0Pesrs .navbar {
    height: 70px;
  }
  .cid-uuJJ0Pesrs .navbar.opened {
    height: auto;
  }
  .cid-uuJJ0Pesrs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuJJ0Pesrs #google_translate_element {
  color: transparent;
}
.cid-uuJJ0Pesrs #google_translate_element a {
  display: none;
}
.cid-uuJJ0Pesrs div #google_translate_element {
  width: 120px;
}
.cid-uuJJ0PKDF6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-uuJJ0PKDF6 .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-uuJJ0PKDF6 .title_block {
  margin-bottom: 50px;
}
.cid-uuJJ0PKDF6 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-uuJJ0PKDF6 .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-uuJJ0PKDF6 .mbr-text {
  margin-bottom: 30px;
}
.cid-uuJJ0PKDF6 .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-uuJJ0PKDF6 .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-uuJJ0PKDF6 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-uuJJ0PKDF6 .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-uuJJ0PKDF6 .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-uuJJ0PKDF6 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-uuJJ0PKDF6 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-uuJJ0PKDF6 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uuJJ0PKDF6 .title_block {
    text-align: center;
  }
  .cid-uuJJ0PKDF6 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-uuJJ0PKDF6 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uuJJ0PKDF6 .btn {
    padding: 14px 26px;
  }
}
.cid-uuJJ0PKDF6 .mbr-text,
.cid-uuJJ0PKDF6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uuJJ0Q4YzS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uuJJ0Q4YzS .mbr-gallery-filter {
  text-align: left;
}
.cid-uuJJ0Q4YzS .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-uuJJ0Q4YzS .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-uuJJ0Q4YzS .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-uuJJ0Q4YzS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uuJJ0Q4YzS .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-uuJJ0Q4YzS .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-uuJJ0Q4YzS .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-uuJJ0Q4YzS .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-uuJJ0Q4YzS .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-uuJJ0Q4YzS .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-uuJJ0Q4YzS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuJJ0Q4YzS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuJJ0Q4YzS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-uuJJ0Q4YzS .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-uuJJ0Q4YzS .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-uuJJ0Q4YzS .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuJObLPHUK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuJObLPHUK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuJObLPHUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuJObLPHUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .container {
    padding: 0 22px;
  }
}
.cid-uuJObLPHUK .row {
  position: relative;
  z-index: 1;
}
.cid-uuJObLPHUK .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuJObLPHUK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuJObLPHUK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuJObLPHUK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuJObLPHUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuJObLPHUK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuJObLPHUK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuJObLPHUK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuJObLPHUK .mbr-section-title {
  color: #00d0f3;
}
.cid-uuJObLPHUK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuJObLPHUK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuJObLPHUK .list {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-contact {
  color: #ffffff;
}
.cid-uuJObLPHUK .mbr-desc {
  color: #ffffff;
}
.cid-uuJObLPHUK .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuJObLPHUK .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuJObLPHUK .logo-title,
.cid-uuJObLPHUK .logo {
  text-align: left;
}
.cid-uuJObLPHUK .logo-sub-title {
  text-align: left;
}
.cid-uuJObLPHUK .group-title {
  text-align: left;
}
.cid-uuKUBgrh9j .navbar-dropdown {
  position: relative !important;
}
.cid-uuKUBgrh9j .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-uuKUBgrh9j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuKUBgrh9j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuKUBgrh9j .dropdown-item:hover,
.cid-uuKUBgrh9j .dropdown-item:focus {
  background: #1b9e13 !important;
  color: white !important;
}
.cid-uuKUBgrh9j .dropdown-item:hover span {
  color: white;
}
.cid-uuKUBgrh9j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuKUBgrh9j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuKUBgrh9j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuKUBgrh9j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuKUBgrh9j .nav-link {
  position: relative;
}
.cid-uuKUBgrh9j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uuKUBgrh9j .container {
    flex-wrap: nowrap;
  }
}
.cid-uuKUBgrh9j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuKUBgrh9j .dropdown-menu,
.cid-uuKUBgrh9j .navbar.opened {
  background: #ffffff !important;
}
.cid-uuKUBgrh9j .nav-item:focus,
.cid-uuKUBgrh9j .nav-link:focus {
  outline: none;
}
.cid-uuKUBgrh9j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuKUBgrh9j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuKUBgrh9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuKUBgrh9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuKUBgrh9j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuKUBgrh9j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuKUBgrh9j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uuKUBgrh9j .navbar.opened {
  transition: all 0.3s;
}
.cid-uuKUBgrh9j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuKUBgrh9j .navbar .navbar-logo img {
  width: auto;
}
.cid-uuKUBgrh9j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuKUBgrh9j .navbar.collapsed {
  justify-content: center;
}
.cid-uuKUBgrh9j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuKUBgrh9j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuKUBgrh9j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uuKUBgrh9j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuKUBgrh9j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuKUBgrh9j .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-uuKUBgrh9j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuKUBgrh9j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuKUBgrh9j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuKUBgrh9j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuKUBgrh9j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuKUBgrh9j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuKUBgrh9j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuKUBgrh9j .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-uuKUBgrh9j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuKUBgrh9j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuKUBgrh9j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuKUBgrh9j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuKUBgrh9j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuKUBgrh9j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuKUBgrh9j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuKUBgrh9j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuKUBgrh9j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuKUBgrh9j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuKUBgrh9j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuKUBgrh9j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuKUBgrh9j .dropdown-item.active,
.cid-uuKUBgrh9j .dropdown-item:active {
  background-color: transparent;
}
.cid-uuKUBgrh9j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuKUBgrh9j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuKUBgrh9j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuKUBgrh9j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuKUBgrh9j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuKUBgrh9j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuKUBgrh9j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuKUBgrh9j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuKUBgrh9j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuKUBgrh9j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuKUBgrh9j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuKUBgrh9j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKUBgrh9j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKUBgrh9j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuKUBgrh9j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKUBgrh9j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuKUBgrh9j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuKUBgrh9j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKUBgrh9j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuKUBgrh9j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuKUBgrh9j .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-uuKUBgrh9j .navbar {
    height: 70px;
  }
  .cid-uuKUBgrh9j .navbar.opened {
    height: auto;
  }
  .cid-uuKUBgrh9j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuKUBgrh9j #google_translate_element {
  color: transparent;
}
.cid-uuKUBgrh9j #google_translate_element a {
  display: none;
}
.cid-uuKUBgrh9j div #google_translate_element {
  width: 120px;
}
.cid-uuKUBgYvEn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tea-leaves-grow-middle-tea-plantation-new-shoots-are-soft-shoots-1200x799.jpg");
}
.cid-uuKUBgYvEn .mbr-overlay {
  background: #353535;
  background: linear-gradient(to right, #353535, #ffe161);
}
.cid-uuKUBgYvEn .title_block {
  margin-bottom: 50px;
}
.cid-uuKUBgYvEn .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
.cid-uuKUBgYvEn .mbr-section-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-uuKUBgYvEn .mbr-text {
  margin-bottom: 30px;
}
.cid-uuKUBgYvEn .mbr-section-btn .btn-white {
  color: #47b5ed !important;
}
.cid-uuKUBgYvEn .mbr-section-btn .btn-white:before {
  background: #47b5ed !important;
}
.cid-uuKUBgYvEn .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-uuKUBgYvEn .mbr-section-btn .btn-white:hover::before {
  background: #47b5ed !important;
}
.cid-uuKUBgYvEn .mbr-section-btn .btn-white-outline:hover {
  color: #47b5ed !important;
}
.cid-uuKUBgYvEn .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-uuKUBgYvEn .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-uuKUBgYvEn .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uuKUBgYvEn .title_block {
    text-align: center;
  }
  .cid-uuKUBgYvEn .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-uuKUBgYvEn .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uuKUBgYvEn .btn {
    padding: 14px 26px;
  }
}
.cid-uuKUBgYvEn .mbr-text,
.cid-uuKUBgYvEn .mbr-section-btn {
  color: #ffffff;
}
.cid-uuKUBhj6W9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uuKUBhj6W9 .mbr-gallery-filter {
  text-align: left;
}
.cid-uuKUBhj6W9 .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-uuKUBhj6W9 .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-uuKUBhj6W9 .mbr-gallery-filter ul:before {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
  }
}
.cid-uuKUBhj6W9 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uuKUBhj6W9 .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-uuKUBhj6W9 .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-uuKUBhj6W9 .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-uuKUBhj6W9 .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-uuKUBhj6W9 .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div img {
  height: 300px;
  width: 100%;
  border: 0px solid #073763;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: "Moririse2" !important;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div .icon-focus:before {
  content: "\e99b";
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div .icon-video {
  transform: translateY(50%);
  top: 55%;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-uuKUBhj6W9 .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-uuKUBhj6W9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuKUBhj6W9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuKUBhj6W9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #090f10;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
  bottom: 50%;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-uuKUBhj6W9 .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-uuKUBhj6W9 .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-uuKUBhj6W9 .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-uuKUBhNbJU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/s-2000x1333.jpg");
}
.cid-uuKUBhNbJU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #140808 130%);
  z-index: 1;
}
.cid-uuKUBhNbJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKUBhNbJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uuKUBhNbJU .container {
    padding: 0 22px;
  }
}
.cid-uuKUBhNbJU .row {
  position: relative;
  z-index: 1;
}
.cid-uuKUBhNbJU .row-main {
  position: relative;
  justify-content: center;
}
.cid-uuKUBhNbJU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuKUBhNbJU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuKUBhNbJU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuKUBhNbJU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuKUBhNbJU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuKUBhNbJU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uuKUBhNbJU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uuKUBhNbJU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uuKUBhNbJU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uuKUBhNbJU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuKUBhNbJU .nav-wrapper .list .item-wrap:hover,
.cid-uuKUBhNbJU .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uuKUBhNbJU .nav-wrapper .list .item-wrap:hover::before,
.cid-uuKUBhNbJU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uuKUBhNbJU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuKUBhNbJU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuKUBhNbJU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uuKUBhNbJU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uuKUBhNbJU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuKUBhNbJU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uuKUBhNbJU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uuKUBhNbJU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #585560;
  transition: all 0.3s ease-in-out;
}
.cid-uuKUBhNbJU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uuKUBhNbJU .mbr-section-title {
  color: #00d0f3;
}
.cid-uuKUBhNbJU .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uuKUBhNbJU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuKUBhNbJU .list {
  color: #ffffff;
}
.cid-uuKUBhNbJU .mbr-contact {
  color: #ffffff;
}
.cid-uuKUBhNbJU .mbr-desc {
  color: #ffffff;
}
.cid-uuKUBhNbJU .social-row .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #656565;
  background-color: #e9e9e9;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none;
}
.cid-uuKUBhNbJU .social-row .social-icon:hover {
  background-color: #333;
}
.cid-uuKUBhNbJU .logo-title,
.cid-uuKUBhNbJU .logo {
  text-align: left;
}
.cid-uuKUBhNbJU .logo-sub-title {
  text-align: left;
}
.cid-uuKUBhNbJU .group-title {
  text-align: left;
}
