.btn {
  border-radius: 50px;
}
body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 6.4rem;
  line-height: 1.1;
}
.display-1 > .proportion-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .proportion-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .proportion-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .proportion-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .proportion-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #adadad !important;
}
.bg-info {
  background-color: #34a0a4 !important;
}
.bg-warning {
  background-color: #8b8d8d !important;
}
.bg-danger {
  background-color: #3d626c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !important;
  color: #585c74 !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: #b1b3c4 !important;
  border-color: #b1b3c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #585c74 !important;
  background-color: #b1b3c4 !important;
  border-color: #b1b3c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #34a0a4 !important;
  border-color: #34a0a4 !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: #1f6062 !important;
  border-color: #1f6062 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f6062 !important;
  border-color: #1f6062 !important;
}
.btn-success,
.btn-success:active {
  background-color: #adadad !important;
  border-color: #adadad !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: #828282 !important;
  border-color: #828282 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8b8d8d !important;
  border-color: #8b8d8d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #606161 !important;
  border-color: #606161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #606161 !important;
  border-color: #606161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3d626c !important;
  border-color: #3d626c !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: #1e3035 !important;
  border-color: #1e3035 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e3035 !important;
  border-color: #1e3035 !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: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2e3e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b1b3c4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #585c74 !important;
  background-color: #e2e3e9 !important;
  border-color: #e2e3e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34a0a4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1f6062 !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: #34a0a4 !important;
  border-color: #34a0a4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #adadad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #828282 !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: #adadad !important;
  border-color: #adadad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8b8d8d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #606161 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8b8d8d !important;
  border-color: #8b8d8d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d626c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1e3035 !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: #3d626c !important;
  border-color: #3d626c !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: #000000 !important;
}
.text-secondary {
  color: #e2e3e9 !important;
}
.text-success {
  color: #adadad !important;
}
.text-info {
  color: #34a0a4 !important;
}
.text-warning {
  color: #8b8d8d !important;
}
.text-danger {
  color: #3d626c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e2e3e9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #adadad !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #34a0a4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b8d8d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d626c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #34a0a4;
}
.alert-warning {
  background-color: #8b8d8d;
}
.alert-danger {
  background-color: #3d626c;
}
.proportion-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.proportion-gallery-filter li a {
  border-radius: 100px !important;
}
.proportion-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.proportion-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.proportion-plan-header.bg-primary .proportion-plan-subtitle,
.proportion-plan-header.bg-primary .proportion-plan-price-desc {
  color: #b3b3b3;
}
.proportion-plan-header.bg-success .proportion-plan-subtitle,
.proportion-plan-header.bg-success .proportion-plan-price-desc {
  color: #ededed;
}
.proportion-plan-header.bg-info .proportion-plan-subtitle,
.proportion-plan-header.bg-info .proportion-plan-price-desc {
  color: #81d4d7;
}
.proportion-plan-header.bg-warning .proportion-plan-subtitle,
.proportion-plan-header.bg-warning .proportion-plan-price-desc {
  color: #cbcccc;
}
.proportion-plan-header.bg-danger .proportion-plan-subtitle,
.proportion-plan-header.bg-danger .proportion-plan-price-desc {
  color: #77a5b2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .proportion-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .proportion-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.proportion-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.proportion-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.proportion-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.proportion-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e2e3e9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: all 300ms ease !important;
}
a.btn {
  transition: all 300ms ease !important;
  box-shadow: none !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJGJ5k2Vvo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/home12.jpg-1376x768.jpg");
}
.tf8j2W-uJGJ5k2Vvo .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGJ5k2Vvo .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGJ5k2Vvo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGJ5k2Vvo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGJ5k2Vvo .container {
    padding: 0 20px;
  }
}
.tf8j2W-uJGJ5k2Vvo .card {
  justify-content: center;
}
.tf8j2W-uJGJ5k2Vvo .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .tf8j2W-uJGJ5k2Vvo .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGJ5k2Vvo .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.tf8j2W-uJGJ5k2Vvo .content-wrapper .proportion-desc {
  margin-bottom: 40px;
}
.tf8j2W-uJGJ5k2Vvo .content-wrapper .proportion-section-title {
  margin-bottom: 30px;
}
.tf8j2W-uJGJ5k2Vvo .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .tf8j2W-uJGJ5k2Vvo .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGJ5k2Vvo .image-wrapper {
    padding-right: 0;
  }
}
.tf8j2W-uJGJ5k2Vvo .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJGJ5k2Vvo .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.tf8j2W-uJGJ5k2Vvo .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tf8j2W-uJGJ5k2Vvo .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.tf8j2W-uJGJ5k2Vvo .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJGJ5k2Vvo .proportion-desc {
  color: #2c2a27;
  text-align: center;
}
.tf8j2W-uJGJ5k2Vvo .proportion-section-title,
.tf8j2W-uJGJ5k2Vvo .proportion-section-btn {
  text-align: center;
  color: #2c2a27;
}
.tf8j2W-uJGJGM4Xp2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGJGM4Xp2 .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGJGM4Xp2 .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJGJGM4Xp2 .container {
    padding: 0 15px;
  }
}
.tf8j2W-uJGJGM4Xp2 .row {
  justify-content: space-between;
}
.tf8j2W-uJGJGM4Xp2 .row .card {
  justify-content: flex-end;
}
.tf8j2W-uJGJGM4Xp2 .title-wrapper .proportion-section-title {
  margin-bottom: 40px;
}
.tf8j2W-uJGJGM4Xp2 .text-wrapper .proportion-text {
  margin-bottom: 40px;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #8b8d8d;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #8b8d8d;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .tf8j2W-uJGJGM4Xp2 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-content .icon-wrapper .proportion-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f2f2f2;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  padding-right: 50px;
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
    padding-right: 0;
  }
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
  content: '';
  position: absolute;
  top: -26px;
  left: -20px;
  width: 75px;
  height: 68px;
  background-color: #8b8d8d;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper::before {
    left: 0;
  }
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper img {
  position: relative;
  z-index: 1;
  height: 85px;
  width: 85px;
  min-width: 85px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 20px;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper a {
  height: 85px;
  width: 85px;
  min-width: 85px;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.tf8j2W-uJGJGM4Xp2 .content-wrapper .items-wrapper .item .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.tf8j2W-uJGJGM4Xp2 .proportion-section-title {
  color: #191919;
  text-align: center;
}
.tf8j2W-uJGJGM4Xp2 .proportion-text {
  color: #2c2a27;
}
.tf8j2W-uJGJGM4Xp2 .item-text {
  color: #30262b;
}
.tf8j2W-uJGJGM4Xp2 .item-name {
  color: #30262b;
}
.tf8j2W-uJGJGM4Xp2 .item-role {
  color: #30262b;
}
.tf8j2W-uJKwSGTxHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.tf8j2W-uJKwSGTxHl .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKwSGTxHl .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKwSGTxHl .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.tf8j2W-uJKwSGTxHl .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.tf8j2W-uJKwSGTxHl .item .item-wrapper {
  height: 100%;
}
.tf8j2W-uJKwSGTxHl .item .item-wrapper:hover .item-img img,
.tf8j2W-uJKwSGTxHl .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.tf8j2W-uJKwSGTxHl .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.tf8j2W-uJKwSGTxHl .item .item-wrapper .item-content .item-desc {
  margin-bottom: 16px;
}
.tf8j2W-uJKwSGTxHl .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .tf8j2W-uJKwSGTxHl .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.tf8j2W-uJKwSGTxHl .item-title {
  color: #000000;
  text-align: center;
}
.tf8j2W-uJKwSGTxHl .item-desc {
  color: #000000;
}
.tf8j2W-uJGJTdMJ3X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.tf8j2W-uJGJTdMJ3X .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGJTdMJ3X .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGJTdMJ3X .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .tf8j2W-uJGJTdMJ3X .row {
    align-items: center !important;
  }
}
.tf8j2W-uJGJTdMJ3X .proportion-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .tf8j2W-uJGJTdMJ3X .proportion-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .tf8j2W-uJGJTdMJ3X .proportion-section-head {
    margin-bottom: 65px;
  }
}
.tf8j2W-uJGJTdMJ3X .proportion-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.tf8j2W-uJGJTdMJ3X .proportion-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.tf8j2W-uJGJTdMJ3X .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #8b8d8d;
}
@media (max-width: 991px) {
  .tf8j2W-uJGJTdMJ3X .text-wrap {
    padding: 30px 0;
  }
}
.tf8j2W-uJGJTdMJ3X .proportion-title {
  color: #000000;
  text-align: center;
}
.tf8j2W-uJGJTdMJ3X .proportion-text {
  margin-top: 12px;
  color: #353535;
}
.tf8j2W-uJGJTdMJ3X .list-box {
  width: 100%;
}
.tf8j2W-uJGJTdMJ3X .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #000000;
  padding-left: 0;
}
.tf8j2W-uJGJTdMJ3X .list-text {
  position: relative;
}
.tf8j2W-uJGJTdMJ3X .list-text:not(:first-child) {
  margin-top: 12px;
}
.tf8j2W-uJGJTdMJ3X .proportion-section-btn {
  margin-top: 20px;
}
.tf8j2W-uJGJTdMJ3X .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  border-radius: 0 0 100px 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJGJTdMJ3X .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .tf8j2W-uJGJTdMJ3X .img-box {
    border-radius: 0 0 0 15vw;
    border-radius: 0 0 15vw 0;
  }
}
.tf8j2W-uJGJTdMJ3X .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.tf8j2W-uJGK3jmsky {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.tf8j2W-uJGK3jmsky .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGK3jmsky .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJGK3jmsky .container {
    padding: 0 24px;
  }
}
.tf8j2W-uJGK3jmsky .content-wrapper {
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-section-subtitle {
  margin-bottom: 20px;
}
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-section-title {
  margin-bottom: 32px;
}
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-desc {
  margin-bottom: 56px;
}
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-text {
  margin-bottom: 0;
}
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-section-btn {
  margin-top: 20px;
}
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-section-btn .btn::before {
  background-image: linear-gradient(90deg, #3d626c 0%, transparent 100%);
}
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-section-btn .btn:hover,
.tf8j2W-uJGK3jmsky .content-wrapper .proportion-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #3d626c !important;
  border-color: #3d626c !important;
}
.tf8j2W-uJGK3jmsky .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.tf8j2W-uJGK3jmsky .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.tf8j2W-uJGK3jmsky .decor-wrapper .decor_1 {
  background-color: #f7f7f7;
}
.tf8j2W-uJGK3jmsky .decor-wrapper .decor_2 {
  background-color: #f7f7f7;
}
.tf8j2W-uJGK3jmsky .decor-wrapper .decor_3 {
  background-color: #f7f7f7;
}
.tf8j2W-uJGK3jmsky .decor-wrapper .decor_4 {
  background-color: #f7f7f7;
}
.tf8j2W-uJGK3jmsky .proportion-section-title {
  color: #141414;
}
.tf8j2W-uJGK3jmsky .proportion-section-subtitle {
  color: #141414;
  text-align: center;
}
.tf8j2W-uJGK3jmsky .proportion-desc {
  color: #141414;
  text-align: center;
}
.tf8j2W-uJGK3jmsky .proportion-text {
  color: #000000;
  text-align: center;
}
.tf8j2W-uJGK3jmsky .proportion-section-title,
.tf8j2W-uJGK3jmsky .proportion-section-btn {
  text-align: center;
  color: #000000;
}
.tf8j2W-uJGRZiIJSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGRZiIJSR .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGRZiIJSR .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGRZiIJSR .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGRZiIJSR .title-wrapper {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGRZiIJSR .title-wrapper .proportion-label {
  margin-bottom: 22px;
}
.tf8j2W-uJGRZiIJSR .title-wrapper .title-wrap .proportion-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJGRZiIJSR .title-wrapper .title-wrap .proportion-section-title {
    width: 100%;
  }
}
.tf8j2W-uJGRZiIJSR .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.tf8j2W-uJGRZiIJSR .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .tf8j2W-uJGRZiIJSR .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .iconfont-wrapper .proportion-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #34a0a4;
}
@media (max-width: 1640px) {
  .tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .iconfont-wrapper .proportion-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .iconfont-wrapper .proportion-iconfont {
    font-size: 48px;
  }
}
.tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.tf8j2W-uJGRZiIJSR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.tf8j2W-uJGRZiIJSR .proportion-label {
  color: #c10b02;
}
.tf8j2W-uJGRZiIJSR .proportion-section-title {
  color: #c10b02;
}
.tf8j2W-uJGRZiIJSR .item-title {
  color: #000000;
  text-align: center;
}
.tf8j2W-uJGRZiIJSR .proportion-section-title,
.tf8j2W-uJGRZiIJSR .title-wrap {
  color: #000000;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}
.tf8j2W-uJGN9iyAdx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.tf8j2W-uJGN9iyAdx .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGN9iyAdx .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGN9iyAdx .content-wrap {
  margin: 0;
}
.tf8j2W-uJGN9iyAdx .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.tf8j2W-uJGN9iyAdx .label-wrapper .proportion-label {
  margin-bottom: 22px;
}
.tf8j2W-uJGN9iyAdx .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJGN9iyAdx .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .tf8j2W-uJGN9iyAdx .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .content-wrapper {
    padding: 0;
  }
}
.tf8j2W-uJGN9iyAdx .content-wrapper .proportion-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .content-wrapper .proportion-section-title {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGN9iyAdx .content-wrapper .text-wrapper .proportion-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .content-wrapper .text-wrapper .proportion-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGN9iyAdx .desc-wrapper .proportion-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJGN9iyAdx .desc-wrapper .proportion-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .tf8j2W-uJGN9iyAdx .desc-wrapper .proportion-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .desc-wrapper .proportion-desc {
    width: 100%;
    padding: 0;
  }
}
.tf8j2W-uJGN9iyAdx .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #8b8d8d;
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .tf8j2W-uJGN9iyAdx .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .tf8j2W-uJGN9iyAdx .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #8b8d8d;
    padding-top: 22px;
  }
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #8b8d8d !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #8b8d8d !important;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #191919;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #8b8d8d;
  border-radius: 0;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #191919;
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .proportion-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .proportion-section-btn {
    margin-top: 0;
  }
}
.tf8j2W-uJGN9iyAdx .form-wrapper .form-wrap .dragArea.row .proportion-section-btn .btn {
  margin-bottom: 0;
}
.tf8j2W-uJGN9iyAdx .proportion-label {
  color: #c10b02;
}
.tf8j2W-uJGN9iyAdx .proportion-section-title {
  color: #c10b02;
}
.tf8j2W-uJGN9iyAdx .proportion-text {
  color: #4b4949;
}
.tf8j2W-uJGN9iyAdx .proportion-desc {
  color: #4b4949;
}
.tf8j2W-uJGN9iyAdx label {
  color: #4b4949;
}
.tf8j2W-uJGN9iyAdx .proportion-section-title,
.tf8j2W-uJGN9iyAdx .proportion-section-btn {
  color: #191919;
  text-align: center;
}
.tf8j2W-uJGN9iyAdx .proportion-text,
.tf8j2W-uJGN9iyAdx .text-wrapper {
  color: #000000;
}
.tf8j2W-uJGTNzrvWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.tf8j2W-uJGTNzrvWF .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGTNzrvWF .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGTNzrvWF .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGTNzrvWF .title-wrapper {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGTNzrvWF .title-wrapper .proportion-label {
  margin-bottom: 22px;
}
.tf8j2W-uJGTNzrvWF .title-wrapper .title-wrap .proportion-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJGTNzrvWF .title-wrapper .title-wrap .proportion-section-title {
    width: 100%;
  }
}
.tf8j2W-uJGTNzrvWF .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.tf8j2W-uJGTNzrvWF .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .tf8j2W-uJGTNzrvWF .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .iconfont-wrapper .proportion-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #34a0a4;
}
@media (max-width: 1640px) {
  .tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .iconfont-wrapper .proportion-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .iconfont-wrapper .proportion-iconfont {
    font-size: 48px;
  }
}
.tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.tf8j2W-uJGTNzrvWF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.tf8j2W-uJGTNzrvWF .proportion-label {
  color: #c10b02;
}
.tf8j2W-uJGTNzrvWF .proportion-section-title {
  color: #c10b02;
}
.tf8j2W-uJGTNzrvWF .item-title {
  color: #000000;
  text-align: center;
}
.tf8j2W-uJGTNzrvWF .proportion-section-title,
.tf8j2W-uJGTNzrvWF .title-wrap {
  color: #000000;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}
.tf8j2W-uJGNKmECbX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGNKmECbX .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGNKmECbX .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGNKmECbX .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .tf8j2W-uJGNKmECbX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tf8j2W-uJGNKmECbX .container {
    padding: 0 16px;
  }
}
.tf8j2W-uJGNKmECbX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGNKmECbX .content-wrapper .proportion-section-title {
  margin-bottom: 50px;
}
.tf8j2W-uJGNKmECbX .content-wrapper .proportion-text {
  margin-bottom: 0;
}
.tf8j2W-uJGNKmECbX .proportion-section-title {
  color: #191b1d;
}
.tf8j2W-uJGNKmECbX .proportion-text {
  color: #000000;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}
.tf8j2W-uJGNU71ExK {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGNU71ExK .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGNU71ExK .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGNU71ExK .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .tf8j2W-uJGNU71ExK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tf8j2W-uJGNU71ExK .container {
    padding: 0 16px;
  }
}
.tf8j2W-uJGNU71ExK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGNU71ExK .content-wrapper .proportion-section-title {
  margin-bottom: 50px;
}
.tf8j2W-uJGNU71ExK .content-wrapper .proportion-text {
  margin-bottom: 0;
}
.tf8j2W-uJGNU71ExK .proportion-section-title {
  color: #191b1d;
}
.tf8j2W-uJGNU71ExK .proportion-text {
  color: #000000;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}
.tf8j2W-uJGNWeNakQ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGNWeNakQ .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGNWeNakQ .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGNWeNakQ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .tf8j2W-uJGNWeNakQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tf8j2W-uJGNWeNakQ .container {
    padding: 0 16px;
  }
}
.tf8j2W-uJGNWeNakQ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGNWeNakQ .content-wrapper .proportion-section-title {
  margin-bottom: 50px;
}
.tf8j2W-uJGNWeNakQ .content-wrapper .proportion-text {
  margin-bottom: 0;
}
.tf8j2W-uJGNWeNakQ .proportion-section-title {
  color: #191b1d;
}
.tf8j2W-uJGNWeNakQ .proportion-text {
  color: #000000;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}
.tf8j2W-uJGNZsrnTX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGNZsrnTX .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGNZsrnTX .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGNZsrnTX .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .tf8j2W-uJGNZsrnTX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tf8j2W-uJGNZsrnTX .container {
    padding: 0 16px;
  }
}
.tf8j2W-uJGNZsrnTX .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGNZsrnTX .content-wrapper .proportion-section-title {
  margin-bottom: 50px;
}
.tf8j2W-uJGNZsrnTX .content-wrapper .proportion-text {
  margin-bottom: 0;
}
.tf8j2W-uJGNZsrnTX .proportion-section-title {
  color: #191b1d;
}
.tf8j2W-uJGNZsrnTX .proportion-text {
  color: #000000;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}
.tf8j2W-uJGO2W4jPg {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGO2W4jPg .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGO2W4jPg .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGO2W4jPg .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .tf8j2W-uJGO2W4jPg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tf8j2W-uJGO2W4jPg .container {
    padding: 0 16px;
  }
}
.tf8j2W-uJGO2W4jPg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGO2W4jPg .content-wrapper .proportion-section-title {
  margin-bottom: 50px;
}
.tf8j2W-uJGO2W4jPg .content-wrapper .proportion-text {
  margin-bottom: 0;
}
.tf8j2W-uJGO2W4jPg .proportion-section-title {
  color: #191b1d;
}
.tf8j2W-uJGO2W4jPg .proportion-text {
  color: #000000;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}
.tf8j2W-uJGLsgP09j {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.tf8j2W-uJGLsgP09j .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGLsgP09j .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGLsgP09j .items-wrap {
  justify-content: space-between;
}
.tf8j2W-uJGLsgP09j .items-wrap .card {
  justify-content: center;
}
.tf8j2W-uJGLsgP09j .title-wrapper .proportion-desc {
  margin-bottom: 32px;
}
.tf8j2W-uJGLsgP09j .title-wrapper .proportion-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLsgP09j .title-wrapper .proportion-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGLsgP09j .content-wrapper {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGLsgP09j .content-wrapper .proportion-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLsgP09j .content-wrapper .proportion-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGLsgP09j .image-wrapper {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGLsgP09j .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLsgP09j .image-wrapper img {
    height: 350px;
  }
}
.tf8j2W-uJGLsgP09j .proportion-desc {
  color: #000000;
}
.tf8j2W-uJGLsgP09j .proportion-section-title {
  color: #3a341c;
  text-align: center;
}
.tf8j2W-uJGLsgP09j .proportion-text {
  color: #000000;
}
.tf8j2W-uJGLuMGBG3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGLuMGBG3 .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGLuMGBG3 .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGLuMGBG3 .title-wrapper .proportion-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLuMGBG3 .title-wrapper .proportion-section-title {
    margin-bottom: 24px;
  }
}
.tf8j2W-uJGLuMGBG3 .items-wrapper {
  margin: 0 -8px;
}
.tf8j2W-uJGLuMGBG3 .items-wrapper .item {
  padding: 0 8px;
}
.tf8j2W-uJGLuMGBG3 .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .tf8j2W-uJGLuMGBG3 .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.tf8j2W-uJGLuMGBG3 .item {
  transform: translateY(-8rem);
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLuMGBG3 .item {
    transform: none;
    margin-bottom: 12px;
  }
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .tf8j2W-uJGLuMGBG3 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJGLuMGBG3 .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  opacity: .5;
  pointer-events: none;
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLuMGBG3 .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper .iconfont-wrap .proportion-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper .card-box .card-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLuMGBG3 .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper .card-box .proportion-section-btn {
  margin-top: 24px;
}
.tf8j2W-uJGLuMGBG3 .item .item-wrapper .card-box .proportion-section-btn .btn {
  margin-bottom: 0;
}
.tf8j2W-uJGLuMGBG3 .proportion-section-title {
  color: #8e73fe;
  text-align: center;
}
.tf8j2W-uJGLuMGBG3 .card-title {
  color: #2c2c26;
}
.tf8j2W-uJGLuMGBG3 .card-text {
  color: #3a341c;
}
.tf8j2W-uJGLuMGBG3 .proportion-section-title,
.tf8j2W-uJGLuMGBG3 .proportion-section-btn {
  color: #3a341c;
}
.tf8j2W-uJGLuMGBG3 .card-title,
.tf8j2W-uJGLuMGBG3 .iconfont-wrap {
  text-align: center;
}
.tf8j2W-uJGLGN09zU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.tf8j2W-uJGLGN09zU .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGLGN09zU .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGLGN09zU .row {
  justify-content: space-between;
}
.tf8j2W-uJGLGN09zU .card {
  justify-content: space-between;
}
.tf8j2W-uJGLGN09zU .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLGN09zU .content-wrapper {
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGLGN09zU .content-wrapper .proportion-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLGN09zU .content-wrapper .proportion-section-title {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGLGN09zU .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLGN09zU .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGLGN09zU .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tf8j2W-uJGLGN09zU .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.tf8j2W-uJGLGN09zU .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tf8j2W-uJGLGN09zU .proportion-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLGN09zU .image-wrapper {
    margin-top: 32px;
  }
}
.tf8j2W-uJGLGN09zU .image-wrapper .desc-wrapper .proportion-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLGN09zU .image-wrapper .desc-wrapper .proportion-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGLGN09zU .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tf8j2W-uJGLGN09zU .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.tf8j2W-uJGLGN09zU .proportion-section-title {
  color: #c10b02;
}
.tf8j2W-uJGLGN09zU .list {
  color: #4b4949;
}
.tf8j2W-uJGLGN09zU .list-title {
  color: #000000;
}
.tf8j2W-uJGLGN09zU .proportion-desc,
.tf8j2W-uJGLGN09zU .desc-wrapper {
  color: #000000;
  text-align: right;
}
.tf8j2W-uJGLGN09zU .proportion-section-title,
.tf8j2W-uJGLGN09zU .proportion-section-btn {
  text-align: center;
  color: #000000;
}
.tf8j2W-uJGLGN09zU .list,
.tf8j2W-uJGLGN09zU .item-wrap {
  color: #191919;
}
.tf8j2W-uJGMh8Kb4W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tf8j2W-uJGMh8Kb4W .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGMh8Kb4W .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGMh8Kb4W .row {
  justify-content: space-between;
}
.tf8j2W-uJGMh8Kb4W .card {
  justify-content: space-between;
}
.tf8j2W-uJGMh8Kb4W .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMh8Kb4W .content-wrapper {
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGMh8Kb4W .content-wrapper .proportion-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMh8Kb4W .content-wrapper .proportion-section-title {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGMh8Kb4W .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMh8Kb4W .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGMh8Kb4W .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tf8j2W-uJGMh8Kb4W .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.tf8j2W-uJGMh8Kb4W .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tf8j2W-uJGMh8Kb4W .proportion-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMh8Kb4W .image-wrapper {
    margin-top: 32px;
  }
}
.tf8j2W-uJGMh8Kb4W .image-wrapper .desc-wrapper .proportion-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMh8Kb4W .image-wrapper .desc-wrapper .proportion-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGMh8Kb4W .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMh8Kb4W .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.tf8j2W-uJGMh8Kb4W .proportion-section-title {
  color: #c10b02;
}
.tf8j2W-uJGMh8Kb4W .list {
  color: #4b4949;
}
.tf8j2W-uJGMh8Kb4W .list-title {
  color: #191919;
}
.tf8j2W-uJGMh8Kb4W .proportion-desc,
.tf8j2W-uJGMh8Kb4W .desc-wrapper {
  color: #000000;
  text-align: right;
}
.tf8j2W-uJGMh8Kb4W .proportion-section-title,
.tf8j2W-uJGMh8Kb4W .proportion-section-btn {
  text-align: center;
  color: #000000;
}
.tf8j2W-uJGMh8Kb4W .list,
.tf8j2W-uJGMh8Kb4W .item-wrap {
  color: #191919;
}
.tf8j2W-uJGMhmOblR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.tf8j2W-uJGMhmOblR .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJGMhmOblR .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJGMhmOblR .row {
  justify-content: space-between;
}
.tf8j2W-uJGMhmOblR .card {
  justify-content: space-between;
}
.tf8j2W-uJGMhmOblR .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMhmOblR .content-wrapper {
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGMhmOblR .content-wrapper .proportion-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMhmOblR .content-wrapper .proportion-section-title {
    margin-bottom: 32px;
  }
}
.tf8j2W-uJGMhmOblR .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMhmOblR .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGMhmOblR .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tf8j2W-uJGMhmOblR .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.tf8j2W-uJGMhmOblR .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tf8j2W-uJGMhmOblR .proportion-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMhmOblR .image-wrapper {
    margin-top: 32px;
  }
}
.tf8j2W-uJGMhmOblR .image-wrapper .desc-wrapper .proportion-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMhmOblR .image-wrapper .desc-wrapper .proportion-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.tf8j2W-uJGMhmOblR .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tf8j2W-uJGMhmOblR .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.tf8j2W-uJGMhmOblR .proportion-section-title {
  color: #c10b02;
}
.tf8j2W-uJGMhmOblR .list {
  color: #4b4949;
}
.tf8j2W-uJGMhmOblR .list-title {
  color: #000000;
}
.tf8j2W-uJGMhmOblR .proportion-desc,
.tf8j2W-uJGMhmOblR .desc-wrapper {
  color: #000000;
  text-align: right;
}
.tf8j2W-uJGMhmOblR .proportion-section-title,
.tf8j2W-uJGMhmOblR .proportion-section-btn {
  text-align: center;
  color: #000000;
}
.tf8j2W-uJGMhmOblR .list,
.tf8j2W-uJGMhmOblR .item-wrap {
  color: #191919;
}
.tf8j2W-uJKCtmMc9M {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  background-color: #34a0a4 !important;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #34a0a4 !important;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.tf8j2W-uJKCtmMc9M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tf8j2W-uJKCtmMc9M .menu_box .navbar.opened,
  .tf8j2W-uJKCtmMc9M .menu_box .navbar-collapse {
    background-color: #34a0a4 !important;
    transition: all 0s ease 0s;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown {
  position: relative !important;
}
.tf8j2W-uJKCtmMc9M .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    margin-top: 1rem;
  }
}
.tf8j2W-uJKCtmMc9M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-text,
  .tf8j2W-uJKCtmMc9M .offcanvas-body .proportion-section-subtitle {
    margin-bottom: 32px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .tf8j2W-uJKCtmMc9M ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .tf8j2W-uJKCtmMc9M li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tf8j2W-uJKCtmMc9M .lg_brand {
    margin: 0 1rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .nav-item {
    margin: 0 !important;
  }
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover,
.tf8j2W-uJKCtmMc9M .nav-item .nav-link:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .tf8j2W-uJKCtmMc9M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .tf8j2W-uJKCtmMc9M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .tf8j2W-uJKCtmMc9M .offcanvas_box {
    display: none;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.tf8j2W-uJKCtmMc9M .container {
  display: flex;
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.tf8j2W-uJKCtmMc9M .iconfont-wrapper:hover {
  opacity: .5;
}
.tf8j2W-uJKCtmMc9M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar-nav {
    margin: 0;
  }
}
.tf8j2W-uJKCtmMc9M .dropdown-menu,
.tf8j2W-uJKCtmMc9M .navbar.opened {
  background-color: false !important;
}
.tf8j2W-uJKCtmMc9M .nav-item:focus,
.tf8j2W-uJKCtmMc9M .nav-link:focus {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tf8j2W-uJKCtmMc9M .dropdown .dropdown-menu .dropdown-item .proportion-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.opened {
  transition: all 0.3s;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed {
  justify-content: center;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.tf8j2W-uJKCtmMc9M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .tf8j2W-uJKCtmMc9M .navbar .nav-item {
    padding: .5rem 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tf8j2W-uJKCtmMc9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .tf8j2W-uJKCtmMc9M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .tf8j2W-uJKCtmMc9M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tf8j2W-uJKCtmMc9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tf8j2W-uJKCtmMc9M .navbar .icons-menu {
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short {
  min-height: 60px;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.tf8j2W-uJKCtmMc9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tf8j2W-uJKCtmMc9M .navbar-brand .navbar-logo a {
  outline: none;
}
.tf8j2W-uJKCtmMc9M .dropdown-item.active,
.tf8j2W-uJKCtmMc9M .dropdown-item:active {
  background-color: transparent;
}
.tf8j2W-uJKCtmMc9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tf8j2W-uJKCtmMc9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tf8j2W-uJKCtmMc9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tf8j2W-uJKCtmMc9M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.tf8j2W-uJKCtmMc9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #34a0a4;
  background: #34a0a4;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tf8j2W-uJKCtmMc9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tf8j2W-uJKCtmMc9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tf8j2W-uJKCtmMc9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf8j2W-uJKCtmMc9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tf8j2W-uJKCtmMc9M .navbar {
    height: 70px;
  }
  .tf8j2W-uJKCtmMc9M .navbar.opened {
    height: auto;
  }
  .tf8j2W-uJKCtmMc9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tf8j2W-uJKCtmMc9M .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tf8j2W-uJKCtmMc9M .container-fluid {
    padding: 0 36px;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCtmMc9M .proportion-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tf8j2W-uJKCtmMc9M .proportion-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tf8j2W-uJKCtmMc9M .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .tf8j2W-uJKCtmMc9M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.tf8j2W-uJKCtmMc9M .text_widget {
  margin-bottom: 32px;
}
.tf8j2W-uJKCtmMc9M .text_widget a {
  transition: all 0.3s ease-out;
}
.tf8j2W-uJKCtmMc9M .text_widget a:hover,
.tf8j2W-uJKCtmMc9M .text_widget a:focus {
  opacity: .7;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle {
  color: #080808;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .navbar-caption {
  color: #080808;
}
.tf8j2W-uJKCtmMc9M .proportion-text {
  color: #333333;
  text-align: center;
}
.tf8j2W-uJKCtmMc9M .proportion-section-subtitle,
.tf8j2W-uJKCtmMc9M .text_widget,
.tf8j2W-uJKCtmMc9M .proportion-section-btn {
  text-align: center;
}
.tf8j2W-uJKCtmMc9M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tf8j2W-uJKCJnFTsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #34a0a4;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image.disabled {
  display: none;
}
.tf8j2W-uJKCJnFTsn .proportion-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tf8j2W-uJKCJnFTsn .content-wrap {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .card {
  justify-content: center;
}
.tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .title-wrapper .proportion-section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .nav-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap {
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:hover,
.tf8j2W-uJKCJnFTsn .nav-wrapper .list .item-wrap:focus {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
  margin-right: 16px;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .proportion-iconfont {
  opacity: .7;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .social-wrapper .social-wrap .soc-item a .proportion-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  color: #ffd9c8;
  background-color: #f24d4a;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 4px;
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone {
    text-align: center;
  }
}
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover,
.tf8j2W-uJKCJnFTsn .contacts-wrapper .phone-wrapper .proportion-phone:hover {
  opacity: .4;
}
.tf8j2W-uJKCJnFTsn .copy-wrapper .proportion-copy {
  margin-bottom: 0;
}
.tf8j2W-uJKCJnFTsn .proportion-section-title {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #f24d4a;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .proportion-phone {
  color: #ffffff;
}
.tf8j2W-uJKCJnFTsn .proportion-copy {
  color: #ffffff;
  text-align: center;
}
.tf8j2W-uJKCJnFTsn .list,
.tf8j2W-uJKCJnFTsn .item-wrap,
.tf8j2W-uJKCJnFTsn .nav-wrapper {
  color: #ffffff;
  text-align: left;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: bounceIn 1s ease-out;
}
/* endlogoanimations */
