.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.tvp-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .tvp-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .tvp-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .tvp-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .tvp-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .tvp-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #af9049 !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #af9049 !important;
}
.bg-danger {
  background-color: #af2311 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #af9049 !important;
  border-color: #af9049 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c1a76a !important;
  border-color: #c1a76a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c1a76a !important;
  border-color: #c1a76a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #af9049 !important;
  border-color: #af9049 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c1a76a !important;
  border-color: #c1a76a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c1a76a !important;
  border-color: #c1a76a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #af2311 !important;
  border-color: #af2311 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #af9049;
  color: #af9049;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #725e2f !important;
  background-color: transparent !important;
  border-color: #725e2f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #af9049 !important;
  border-color: #af9049 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #af9049;
  color: #af9049;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #725e2f !important;
  background-color: transparent !important;
  border-color: #725e2f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #af9049 !important;
  border-color: #af9049 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #af2311;
  color: #af2311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #601309 !important;
  background-color: transparent !important;
  border-color: #601309 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #af2311 !important;
  border-color: #af2311 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #af9049 !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #af9049 !important;
}
.text-danger {
  color: #af2311 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #67552b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #67552b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #521008 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #af9049;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #af9049;
}
.alert-danger {
  background-color: #af2311;
}
.tvp-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.tvp-gallery-filter li a {
  border-radius: 100px !important;
}
.tvp-gallery-filter li.active .btn {
  background-color: #af9049;
  border-color: #af9049;
  color: #ffffff;
}
.tvp-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #af9049;
}
.tvp-plan-header.bg-primary .tvp-plan-subtitle,
.tvp-plan-header.bg-primary .tvp-plan-price-desc {
  color: #d7c7a0;
}
.tvp-plan-header.bg-success .tvp-plan-subtitle,
.tvp-plan-header.bg-success .tvp-plan-price-desc {
  color: #ffffff;
}
.tvp-plan-header.bg-info .tvp-plan-subtitle,
.tvp-plan-header.bg-info .tvp-plan-price-desc {
  color: #ffffff;
}
.tvp-plan-header.bg-warning .tvp-plan-subtitle,
.tvp-plan-header.bg-warning .tvp-plan-price-desc {
  color: #d7c7a0;
}
.tvp-plan-header.bg-danger .tvp-plan-subtitle,
.tvp-plan-header.bg-danger .tvp-plan-price-desc {
  color: #ee6351;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .tvp-iconfont {
  font-size: 1.875rem;
}
.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: #af9049 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .tvp-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #af9049;
}
/* Forms */
.tvp-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.tvp-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.tvp-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.tvp-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: #af9049;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #af9049;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #af9049;
  border-bottom-color: #af9049;
}
.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: #af9049 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6f6f6f !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='%23af9049' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.tvp-section-btn .btn,
.tvp-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.tvp-section-btn .btn .tvp-iconfont,
.tvp-section-btn-main .btn .tvp-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.tvp-section-btn .btn-primary:hover,
.tvp-section-btn-main .btn-primary:hover,
.tvp-section-btn .btn-primary:focus,
.tvp-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #af9049 !important;
}
.tvp-section-btn .btn-secondary:hover,
.tvp-section-btn-main .btn-secondary:hover,
.tvp-section-btn .btn-secondary:focus,
.tvp-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.tvp-section-btn .btn-success:hover,
.tvp-section-btn-main .btn-success:hover,
.tvp-section-btn .btn-success:focus,
.tvp-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.tvp-section-btn .btn-info:hover,
.tvp-section-btn-main .btn-info:hover,
.tvp-section-btn .btn-info:focus,
.tvp-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.tvp-section-btn .btn-warning:hover,
.tvp-section-btn-main .btn-warning:hover,
.tvp-section-btn .btn-warning:focus,
.tvp-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #af9049 !important;
}
.tvp-section-btn .btn-danger:hover,
.tvp-section-btn-main .btn-danger:hover,
.tvp-section-btn .btn-danger:focus,
.tvp-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #af2311 !important;
}
.tvp-section-btn .btn-black:hover,
.tvp-section-btn-main .btn-black:hover,
.tvp-section-btn .btn-black:focus,
.tvp-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.tvp-section-btn .btn-white:hover,
.tvp-section-btn-main .btn-white:hover,
.tvp-section-btn .btn-white:focus,
.tvp-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.tvp-section-btn .btn-primary-outline:hover,
.tvp-section-btn-main .btn-primary-outline:hover,
.tvp-section-btn .btn-primary-outline:focus,
.tvp-section-btn-main .btn-primary-outline:focus {
  background-color: #af9049 !important;
  color: #ffffff !important;
}
.tvp-section-btn .btn-secondary-outline:hover,
.tvp-section-btn-main .btn-secondary-outline:hover,
.tvp-section-btn .btn-secondary-outline:focus,
.tvp-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.tvp-section-btn .btn-success-outline:hover,
.tvp-section-btn-main .btn-success-outline:hover,
.tvp-section-btn .btn-success-outline:focus,
.tvp-section-btn-main .btn-success-outline:focus {
  background-color: #ededed !important;
  color: #6f6f6f !important;
}
.tvp-section-btn .btn-info-outline:hover,
.tvp-section-btn-main .btn-info-outline:hover,
.tvp-section-btn .btn-info-outline:focus,
.tvp-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.tvp-section-btn .btn-warning-outline:hover,
.tvp-section-btn-main .btn-warning-outline:hover,
.tvp-section-btn .btn-warning-outline:focus,
.tvp-section-btn-main .btn-warning-outline:focus {
  background-color: #af9049 !important;
  color: #ffffff !important;
}
.tvp-section-btn .btn-danger-outline:hover,
.tvp-section-btn-main .btn-danger-outline:hover,
.tvp-section-btn .btn-danger-outline:focus,
.tvp-section-btn-main .btn-danger-outline:focus {
  background-color: #af2311 !important;
  color: #ffffff !important;
}
.tvp-section-btn .btn-black-outline:hover,
.tvp-section-btn-main .btn-black-outline:hover,
.tvp-section-btn .btn-black-outline:focus,
.tvp-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.tvp-section-btn .btn-white-outline:hover,
.tvp-section-btn-main .btn-white-outline:hover,
.tvp-section-btn .btn-white-outline:focus,
.tvp-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-uR2F0hQX8c {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uR2F0hQX8c .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-uR2F0hQX8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-uR2F0hQX8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2F0hQX8c .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uR2F0hQX8c .menu_box .navbar.opened,
  .cid-uR2F0hQX8c .menu_box .navbar-collapse {
    background-color: #f8f8f8 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uR2F0hQX8c nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uR2F0hQX8c .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uR2F0hQX8c .btn:hover {
  box-shadow: none;
}
.cid-uR2F0hQX8c .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uR2F0hQX8c .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .nav-item {
    margin: 0 !important;
  }
}
.cid-uR2F0hQX8c .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uR2F0hQX8c .nav-item .nav-link:hover,
.cid-uR2F0hQX8c .nav-item .nav-link:focus {
  color: #af9049 !important;
}
.cid-uR2F0hQX8c .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uR2F0hQX8c .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR2F0hQX8c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uR2F0hQX8c .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uR2F0hQX8c .offcanvas_box {
    display: none;
  }
}
.cid-uR2F0hQX8c .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uR2F0hQX8c .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uR2F0hQX8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uR2F0hQX8c .container {
  display: flex;
  margin: auto;
}
.cid-uR2F0hQX8c .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uR2F0hQX8c .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uR2F0hQX8c .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR2F0hQX8c .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .navbar-nav {
    margin: 0;
  }
}
.cid-uR2F0hQX8c .dropdown-menu,
.cid-uR2F0hQX8c .navbar.opened {
  background-color: false !important;
}
.cid-uR2F0hQX8c .nav-item:focus,
.cid-uR2F0hQX8c .nav-link:focus {
  outline: none;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item .tvp-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item .tvp-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2F0hQX8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2F0hQX8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2F0hQX8c .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uR2F0hQX8c .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uR2F0hQX8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uR2F0hQX8c .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uR2F0hQX8c .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uR2F0hQX8c .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR2F0hQX8c .navbar.collapsed {
  justify-content: center;
}
.cid-uR2F0hQX8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2F0hQX8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2F0hQX8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2F0hQX8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2F0hQX8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2F0hQX8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uR2F0hQX8c .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uR2F0hQX8c .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uR2F0hQX8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2F0hQX8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uR2F0hQX8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR2F0hQX8c .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uR2F0hQX8c .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uR2F0hQX8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uR2F0hQX8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR2F0hQX8c .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uR2F0hQX8c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR2F0hQX8c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR2F0hQX8c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uR2F0hQX8c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR2F0hQX8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR2F0hQX8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2F0hQX8c .dropdown-item.active,
.cid-uR2F0hQX8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2F0hQX8c .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uR2F0hQX8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2F0hQX8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2F0hQX8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2F0hQX8c ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uR2F0hQX8c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR2F0hQX8c button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #f8f8f8;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uR2F0hQX8c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2F0hQX8c .navbar {
    height: 70px;
  }
  .cid-uR2F0hQX8c .navbar.opened {
    height: auto;
  }
  .cid-uR2F0hQX8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2F0hQX8c .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uR2F0hQX8c .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uR2F0hQX8c .tvp-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uR2F0hQX8c .navbar-caption:hover {
  color: #af9049;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uR2F0hQX8c .text_widget {
  margin-bottom: 32px;
}
.cid-uR2F0hQX8c .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uR2F0hQX8c .text_widget a:hover,
.cid-uR2F0hQX8c .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uR2F0hQX8c .icons-menu-main {
  display: flex;
}
.cid-uR2F0hQX8c .tvp-section-subtitle {
  color: #af9049;
}
.cid-uR2F0hQX8c .navbar-caption {
  color: #000000;
}
.cid-uR2F0hQX8c .tvp-text {
  color: #6f6f6f;
}
.cid-uR2F0hQX8c a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uR2EUwj1V4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uR2EUwj1V4 .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR2EUwj1V4 .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2EUwj1V4 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uR2EUwj1V4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2EUwj1V4 .container {
    padding: 0 16px;
  }
}
.cid-uR2EUwj1V4 .content-wrapper {
  position: relative;
  min-height: 900px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uR2EUwj1V4 .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-uR2EUwj1V4 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR2EUwj1V4 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uR2EUwj1V4 .content-wrapper .content-wrap .tvp-section-title {
  margin-bottom: 24px;
}
.cid-uR2EUwj1V4 .content-wrapper .content-wrap .text-wrapper .tvp-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uR2EUwj1V4 .content-wrapper .content-wrap .text-wrapper .tvp-text {
    width: 100%;
  }
}
.cid-uR2EUwj1V4 .tvp-section-title {
  color: #ffffff;
}
.cid-uR2EUwj1V4 .tvp-text {
  color: #ffffff;
}
.cid-uR2EUwj1V4 .tvp-section-title,
.cid-uR2EUwj1V4 .tvp-section-btn {
  text-align: left;
}
.cid-uR2FfIzajH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uR2FfIzajH::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #af9049 -10%, transparent 80%);
}
.cid-uR2FfIzajH::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #af9049 -10%, transparent 80%);
}
.cid-uR2FfIzajH .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR2FfIzajH .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR2FfIzajH .container {
    padding: 0 16px;
  }
}
.cid-uR2FfIzajH .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uR2FfIzajH .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uR2FfIzajH .content-wrapper {
  margin-bottom: 80px;
}
.cid-uR2FfIzajH .content-wrapper .tvp-section-title {
  margin-bottom: 24px;
}
.cid-uR2FfIzajH .content-wrapper .tvp-section-title span {
  color: #af9049;
}
.cid-uR2FfIzajH .content-wrapper .text-wrap .tvp-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uR2FfIzajH .content-wrapper .text-wrap .tvp-text {
    width: 100%;
  }
}
.cid-uR2FfIzajH .tvp-section-btn-main {
  margin-bottom: 14px;
}
.cid-uR2FfIzajH .item {
  padding: 0 12px;
  margin-bottom: 24px;
}

.cid-uR2FfIzajH .row .item-wrapper:hover {
  transform: scale(1.025);
  transition: transform 0.35s;
  border-color: #af9049;
}
.cid-uR2FfIzajH .row .item-wrapper {
  border: 2px solid transparent;
  transition: transform 0.35s;
}

.cid-uR2FfIzajH .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uR2FfIzajH .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uR2FfIzajH .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR2FfIzajH .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uR2FfIzajH .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uR2FfIzajH .item .item-wrapper .card-box .title-wrap .tvp-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #af9049;
}
.cid-uR2FfIzajH .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uR2FfIzajH .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uR2FfIzajH .tvp-section-title {
  color: #000000;
}
.cid-uR2FfIzajH .tvp-text,
.cid-uR2FfIzajH .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uR2FfIzajH .item-title {
  color: #101010;
  text-align: left;
}
.cid-uR2FfIzajH .item-text {
  color: #000000;
}
.cid-uR2FfIzajH .tvp-section-title,
.cid-uR2FfIzajH .tvp-section-btn {
  text-align: center;
  color: #101010;
}
.cid-uR2UYPN0At {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uR2UYPN0At::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #af9049 -10%, transparent 70%);
}
.cid-uR2UYPN0At .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR2UYPN0At .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR2UYPN0At .container {
    padding: 0 16px;
  }
}
.cid-uR2UYPN0At .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uR2UYPN0At .content-wrapper .tvp-section-title {
  margin-bottom: 50px;
}
.cid-uR2UYPN0At .content-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR2UYPN0At .tvp-section-title {
  color: #101010;
  text-align: center;
}
.cid-uR2UYPN0At .tvp-text {
  color: #000000;
}
.cid-uR2UYPN0At .tvp-text,
.cid-uR2UYPN0At .icon-wrapper {
  color: #101010;
  text-align: center;
}
.cid-uR37Qm4ZTP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uR37Qm4ZTP::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #af9049 -10%, transparent 80%);
}
.cid-uR37Qm4ZTP::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #af9049 -10%, transparent 80%);
}
.cid-uR37Qm4ZTP .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR37Qm4ZTP .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR37Qm4ZTP .container {
    padding: 0 16px;
  }
}
.cid-uR37Qm4ZTP .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uR37Qm4ZTP .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uR37Qm4ZTP .content-wrapper {
  margin-bottom: 80px;
}
.cid-uR37Qm4ZTP .content-wrapper .tvp-section-title {
  margin-bottom: 24px;
}
.cid-uR37Qm4ZTP .content-wrapper .tvp-section-title span {
  color: #af9049;
}
.cid-uR37Qm4ZTP .content-wrapper .text-wrap .tvp-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uR37Qm4ZTP .content-wrapper .text-wrap .tvp-text {
    width: 100%;
  }
}
.cid-uR37Qm4ZTP .tvp-section-btn-main {
  margin-bottom: 14px;
}
.cid-uR37Qm4ZTP .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uR37Qm4ZTP .row .item-wrapper:hover {
  transform: scale(1.025);
  transition: transform 0.35s;
  border-color: #af9049;
}
.cid-uR37Qm4ZTP .row .item-wrapper {
  border: 2px solid transparent;
  transition: transform 0.35s;
}

.cid-uR37Qm4ZTP .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uR37Qm4ZTP .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uR37Qm4ZTP .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR37Qm4ZTP .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uR37Qm4ZTP .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uR37Qm4ZTP .item .item-wrapper .card-box .title-wrap .tvp-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #af9049;
}
.cid-uR37Qm4ZTP .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uR37Qm4ZTP .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uR37Qm4ZTP .tvp-section-title {
  color: #000000;
}
.cid-uR37Qm4ZTP .tvp-text,
.cid-uR37Qm4ZTP .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uR37Qm4ZTP .item-title {
  color: #000000;
}
.cid-uR37Qm4ZTP .item-text {
  color: #000000;
  text-align: center;
}
.cid-uR37Qm4ZTP .tvp-section-title,
.cid-uR37Qm4ZTP .tvp-section-btn {
  text-align: center;
}
.cid-uR2FYfBO3a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-uR2FYfBO3a .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uR2FYfBO3a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2FYfBO3a .container {
    padding: 0 16px;
  }
}
.cid-uR2FYfBO3a .row {
  position: relative;
  z-index: 1;
}
.cid-uR2FYfBO3a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uR2FYfBO3a .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uR2FYfBO3a .embla__slide .slide-content {
  width: 100%;
}
.cid-uR2FYfBO3a .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uR2FYfBO3a .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uR2FYfBO3a .embla__slide .slide-content .item-wrapper .content-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uR2FYfBO3a .embla__slide .slide-content .item-wrapper .content-wrapper .item-text span {
  color: #af9049;
}
.cid-uR2FYfBO3a .embla__slide .slide-content .item-wrapper .item-img .name-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uR2FYfBO3a .embla__slide .slide-content .item-wrapper .item-img .name-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uR2FYfBO3a .embla__slide .slide-content .item-wrapper .item-img .name-wrap .item-name {
  margin-left: 16px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-uR2FYfBO3a .embla__button--next,
.cid-uR2FYfBO3a .embla__button--prev {
  display: flex;
}
.cid-uR2FYfBO3a .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #af9049 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uR2FYfBO3a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uR2FYfBO3a .embla__button:hover {
  opacity: .7 !important;
}
.cid-uR2FYfBO3a .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR2FYfBO3a .embla__button.embla__button--next {
  right: 0;
}
.cid-uR2FYfBO3a .embla {
  position: relative;
  width: 100%;
}
.cid-uR2FYfBO3a .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR2FYfBO3a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR2FYfBO3a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR2FYfBO3a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR2FYfBO3a .item-text {
  color: #101010;
}
.cid-uR2FYfBO3a .item-name {
  color: #000000;
}
.cid-uRd42WhqHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uRd42WhqHm::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #af9049 -10%, transparent 80%);
}
.cid-uRd42WhqHm::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #af9049 -10%, transparent 80%);
}
.cid-uRd42WhqHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRd42WhqHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uRd42WhqHm .container {
    padding: 0 16px;
  }
}
.cid-uRd42WhqHm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uRd42WhqHm .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uRd42WhqHm .row .item-wrapper:hover {
  transform: scale(1.025);
  transition: transform 0.35s;
  border-color: #af9049;
}
.cid-uRd42WhqHm .row .item-wrapper {
  border: 2px solid transparent;
  transition: transform 0.35s;
}
.cid-uRd42WhqHm .content-wrapper {
  margin-bottom: 80px;
}
.cid-uRd42WhqHm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRd42WhqHm .content-wrapper .mbr-section-title span {
  color: #af9049;
}
.cid-uRd42WhqHm .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRd42WhqHm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRd42WhqHm .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uRd42WhqHm .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uRd42WhqHm .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #af9049;
}
.cid-uRd42WhqHm .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRd42WhqHm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRd42WhqHm .mbr-text,
.cid-uRd42WhqHm .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uRd42WhqHm .item-desc {
  color: #6f6f6f;
}
.cid-uRd42WhqHm .item-title {
  color: #af9049;
}
.cid-uRd42WhqHm .item-price {
  color: #000000;
}
.cid-uRd42WhqHm .mbr-list-title {
  color: #000000;
}
.cid-uRd42WhqHm .list {
  color: #000000;
}
.cid-uR2VtN4Hji {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
  overflow: hidden;
}
.cid-uR2VtN4Hji .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR2VtN4Hji .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR2VtN4Hji .container {
    padding: 0 16px;
  }
}
.cid-uR2VtN4Hji .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uR2VtN4Hji .card-wrapper {
    display: block;
  }
}
.cid-uR2VtN4Hji .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #ffffff;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uR2VtN4Hji .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-uR2VtN4Hji .card-wrapper .content-wrapper .tvp-section-title {
  margin-bottom: 24px;
}
.cid-uR2VtN4Hji .card-wrapper .content-wrapper .tvp-text {
  margin-bottom: 14px;
}
.cid-uR2VtN4Hji .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uR2VtN4Hji .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-uR2VtN4Hji .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uR2VtN4Hji .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uR2VtN4Hji .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uR2VtN4Hji .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uR2VtN4Hji .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-uR2VtN4Hji .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uR2VtN4Hji .tvp-section-title {
  color: #000000;
}
.cid-uR2VtN4Hji .tvp-text {
  color: #000000;
}
.cid-uR2VtN4Hji .item-title {
  color: #af9049;
}
.cid-uR2VtN4Hji .item-desc {
  color: #000000;
  text-align: right;
}
.cid-uR2WEWuApe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uR2WEWuApe .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR2WEWuApe .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR2WEWuApe .container {
    padding: 0 16px;
  }
}
.cid-uR2WEWuApe .row {
  position: relative;
  justify-content: space-between;
}
.cid-uR2WEWuApe .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uR2WEWuApe .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uR2WEWuApe .content-wrapper .tvp-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR2WEWuApe .content-wrapper .tvp-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR2WEWuApe .content-wrapper .tvp-section-title span {
  color: #af9049;
}
.cid-uR2WEWuApe .content-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR2WEWuApe .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uR2WEWuApe .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR2WEWuApe .image-wrapper img {
    height: 350px;
  }
}
.cid-uR2WEWuApe .tvp-section-title {
  color: #000000;
}
.cid-uR2WEWuApe .tvp-text {
  color: #000000;
}
.cid-uR2WqsZg3X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uR2WqsZg3X::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#af9049 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uR2WqsZg3X::before {
    opacity: .4;
  }
}
.cid-uR2WqsZg3X::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #af9049 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uR2WqsZg3X::after {
    opacity: .4;
  }
}
.cid-uR2WqsZg3X .item:focus,
.cid-uR2WqsZg3X span:focus {
  outline: none;
}
.cid-uR2WqsZg3X .item {
  cursor: pointer;
}
.cid-uR2WqsZg3X .grid-container {
  grid-row-gap: 24px;
}
.cid-uR2WqsZg3X .grid-container-1,
.cid-uR2WqsZg3X .grid-container-2 {
  gap: 0 24px;
}
.cid-uR2WqsZg3X .tvp-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
.cid-uR2WqsZg3X .content-head {
  max-width: 800px;
}
.cid-uR2WqsZg3X .container,
.cid-uR2WqsZg3X .container-fluid {
  overflow: hidden;
}
.cid-uR2WqsZg3X .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  position: relative;
  z-index: 1;
}
.cid-uR2WqsZg3X .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR2WqsZg3X .grid-item img {
  min-width: 30vw;
  max-width: 100%;

  object-fit: fill;
}
@media (max-width: 767px) {
  .cid-uR2WqsZg3X .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uR2WqsZg3X .grid-container-1,
.cid-uR2WqsZg3X .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uR2WqsZg3X .grid-container-1 {
  align-items: flex-end;
}
.cid-uR2WqsZg3X .grid-container-2 {
  align-items: flex-start;
}
.cid-uR2Gmaht15 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uR2Gmaht15 .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR2Gmaht15 .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR2Gmaht15 .container {
    padding: 0 16px;
  }
}
.cid-uR2Gmaht15 .row {
  position: relative;
}
.cid-uR2Gmaht15 .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR2Gmaht15 .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-title {
  margin-bottom: 24px;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-title span {
  color: #af9049;
}
.cid-uR2Gmaht15 .content-wrapper .text-wrap .tvp-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uR2Gmaht15 .content-wrapper .text-wrap .tvp-text {
    width: 100%;
  }
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline .tvp-iconfont {
  transform: rotate(0deg);
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline:focus,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline:focus,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline:focus,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline:focus,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline:focus,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline:focus,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline:focus,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline:hover .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline:focus .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline:focus .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline:focus .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline:focus .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline:focus .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline:focus .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline:focus .tvp-iconfont,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline:focus .tvp-iconfont {
  transform: translateX(10px);
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-primary-outline:focus {
  color: #af9049 !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-warning-outline:focus {
  color: #af9049 !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline:hover,
.cid-uR2Gmaht15 .content-wrapper .tvp-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uR2Gmaht15 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uR2Gmaht15 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #af9049 -10%, transparent 80%);
}
.cid-uR2Gmaht15 .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uR2Gmaht15 .items-wrapper {
    margin-left: 0;
  }
}
.cid-uR2Gmaht15 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uR2Gmaht15 .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uR2Gmaht15 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uR2Gmaht15 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uR2Gmaht15 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uR2Gmaht15 .tvp-section-title {
  color: #000000;
}
.cid-uR2Gmaht15 .tvp-text {
  color: #6f6f6f;
}
.cid-uR2Gmaht15 .item-title {
  color: #101010;
}
.cid-uR2Gmaht15 .item-text {
  color: #101010;
}
.cid-uR2Gmaht15 .tvp-text,
.cid-uR2Gmaht15 .text-wrap {
  color: #101010;
}
.cid-uR2Gmaht15 .tvp-section-title,
.cid-uR2Gmaht15 .tvp-section-btn,
.cid-uR2Gmaht15 .decor-wrapper {
  color: #101010;
}
.cid-uR33cfnpim {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .cid-uR33cfnpim .container {
    padding: 0 16px;
  }
}
.cid-uR33cfnpim .row {
  position: relative;
  z-index: 1;
}
.cid-uR33cfnpim .title-wrapper {
  margin-bottom: 80px;
}
.cid-uR33cfnpim .title-wrapper .tvp-desc {
  margin-bottom: 16px;
}
.cid-uR33cfnpim .title-wrapper .tvp-section-title {
  margin-bottom: 0;
}
.cid-uR33cfnpim .title-wrapper .tvp-section-title span {
  color: #000000;
}
.cid-uR33cfnpim .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 508px;
  max-width: 508px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uR33cfnpim .embla__slide {
    min-width: 508px;
    max-width: 508px;
  }
}
@media (max-width: 767px) {
  .cid-uR33cfnpim .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uR33cfnpim .embla__slide .slide-content {
  width: 100%;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uR33cfnpim .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .title-wrap .tvp-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #af9049;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline .tvp-iconfont {
  transform: rotate(0deg);
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline:focus,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline:focus,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline:focus,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline:focus,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline:focus,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline:focus,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline:focus,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline:hover .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline:focus .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline:focus .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline:focus .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline:focus .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline:focus .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline:focus .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline:focus .tvp-iconfont,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline:focus .tvp-iconfont {
  transform: translateX(10px);
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-primary-outline:focus {
  color: #af9049 !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-warning-outline:focus {
  color: #af9049 !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline:hover,
.cid-uR33cfnpim .embla__slide .slide-content .item-wrapper .card-box .tvp-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uR33cfnpim .embla__button--next,
.cid-uR33cfnpim .embla__button--prev {
  display: flex;
}
.cid-uR33cfnpim .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #af9049 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uR33cfnpim .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uR33cfnpim .embla__button:hover {
  opacity: .7 !important;
}
.cid-uR33cfnpim .embla__button.embla__button--prev {
  left: 0;
}
.cid-uR33cfnpim .embla__button.embla__button--next {
  right: 0;
}
.cid-uR33cfnpim .embla {
  position: relative;
  width: 100%;
}
.cid-uR33cfnpim .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR33cfnpim .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR33cfnpim .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR33cfnpim .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR33cfnpim .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uR33cfnpim .tvp-section-title {
  color: #000000;
}
.cid-uR33cfnpim .tvp-desc {
  color: #000000;
}
.cid-uR33cfnpim .item-title {
  color: #000000;
}
.cid-uR33cfnpim .item-text {
  color: #6f6f6f;
}
.cid-uR2HjWKgLc {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uR2HjWKgLc::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #af9049 -10%, transparent 80%);
  z-index: 1;
}
.cid-uR2HjWKgLc .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR2HjWKgLc .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR2HjWKgLc .container {
    padding: 0 16px;
  }
}
.cid-uR2HjWKgLc .row {
  position: relative;
  justify-content: space-between;
}
.cid-uR2HjWKgLc .row .card {
  justify-content: space-between;
}
.cid-uR2HjWKgLc .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uR2HjWKgLc .title-wrapper .tvp-section-title {
  margin-bottom: 24px;
}
.cid-uR2HjWKgLc .title-wrapper .tvp-section-title span {
  color: #101010;
}
.cid-uR2HjWKgLc .title-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR2HjWKgLc .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uR2HjWKgLc .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uR2HjWKgLc .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uR2HjWKgLc .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uR2HjWKgLc .contacts-wrapper .item-wrapper .contact-wrap:hover .tvp-contact,
.cid-uR2HjWKgLc .contacts-wrapper .item-wrapper .contact-wrap:focus .tvp-contact {
  color: #af9049;
}
.cid-uR2HjWKgLc .contacts-wrapper .item-wrapper .contact-wrap .tvp-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #af9049;
  margin-right: 20px;
}
.cid-uR2HjWKgLc .contacts-wrapper .item-wrapper .contact-wrap .tvp-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uR2HjWKgLc .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR2HjWKgLc .dragArea.row .tvp-section-title {
  margin-bottom: 24px !important;
}
.cid-uR2HjWKgLc .dragArea.row .tvp-text {
  margin-bottom: 24px !important;
}
.cid-uR2HjWKgLc .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR2HjWKgLc .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uR2HjWKgLc .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.cid-uR2HjWKgLc .dragArea.row .form-group .form-control:hover,
.cid-uR2HjWKgLc .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR2HjWKgLc .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uR2HjWKgLc .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uR2HjWKgLc .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR2HjWKgLc .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uR2HjWKgLc .dragArea.row .tvp-section-btn {
  width: 100%;
}
.cid-uR2HjWKgLc .dragArea.row .tvp-section-btn .btn {
  margin-top: 0;
}
.cid-uR2HjWKgLc .tvp-section-title {
  color: #000000;
}
.cid-uR2HjWKgLc .tvp-text {
  color: #101010;
  text-align: left;
}
.cid-uR2HjWKgLc .tvp-contact {
  color: #000000;
}
.cid-uR2HjWKgLc label {
  color: #000000;
}
.cid-uR2HjWKgLc .tvp-section-title,
.cid-uR2HjWKgLc .tvp-section-btn {
  color: #101010;
}
.cid-uR2HjWKgLc .tvp-contact,
.cid-uR2HjWKgLc .item-wrapper {
  color: #101010;
}
.cid-uR2HjWKgLc LABEL {
  color: #101010;
}
.cid-uR36ChumBL.popup-builder {
  background-color: #ffffff;
}
.cid-uR36ChumBL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uR36ChumBL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uR36ChumBL .modal-content,
.cid-uR36ChumBL .modal-dialog {
  height: auto;
}
.cid-uR36ChumBL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uR36ChumBL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uR36ChumBL .form-wrapper .tvp-form .form-group,
  .cid-uR36ChumBL .form-wrapper .tvp-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uR36ChumBL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uR36ChumBL .tvp-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uR36ChumBL .tvp-text {
  text-align: center;
}
.cid-uR36ChumBL .pt-0 {
  padding-top: 0 !important;
}
.cid-uR36ChumBL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uR36ChumBL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uR36ChumBL .tvp-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uR36ChumBL .modal-open {
  overflow: hidden;
}
.cid-uR36ChumBL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uR36ChumBL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uR36ChumBL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uR36ChumBL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uR36ChumBL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uR36ChumBL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uR36ChumBL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uR36ChumBL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uR36ChumBL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uR36ChumBL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uR36ChumBL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uR36ChumBL .modal-backdrop.show {
  opacity: .5;
}
.cid-uR36ChumBL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uR36ChumBL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uR36ChumBL .modal-header {
    padding: 1rem;
  }
}
.cid-uR36ChumBL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uR36ChumBL .modal-header .close svg {
  fill: #000000;
}
.cid-uR36ChumBL .modal-header .close:hover {
  opacity: 1;
}
.cid-uR36ChumBL .modal-header .close:focus {
  outline: none;
}
.cid-uR36ChumBL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uR36ChumBL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uR36ChumBL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR36ChumBL .modal-body {
    padding: 1rem;
  }
}
.cid-uR36ChumBL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR36ChumBL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR36ChumBL .modal-footer {
    padding: 1rem;
  }
}
.cid-uR36ChumBL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uR36ChumBL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uR36ChumBL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uR36ChumBL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uR36ChumBL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uR36ChumBL .modal-lg,
  .cid-uR36ChumBL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uR36ChumBL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uR36ChumBL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uR36ChumBL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uR36ChumBL .form-group {
  margin-bottom: 1rem;
}
.cid-uR36ChumBL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uR36ChumBL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uR36ChumBL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uR36ChumBL .tvp-section-btn {
  margin: 0;
}
.cid-uR36ChumBL .tvp-section-btn .btn {
  margin: 0;
}
.cid-uR2F0hQX8c {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uR2F0hQX8c .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
}
.cid-uR2F0hQX8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-uR2F0hQX8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2F0hQX8c .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uR2F0hQX8c .menu_box .navbar.opened,
  .cid-uR2F0hQX8c .menu_box .navbar-collapse {
    background-color: #f8f8f8 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uR2F0hQX8c nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uR2F0hQX8c .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uR2F0hQX8c .btn:hover {
  box-shadow: none;
}
.cid-uR2F0hQX8c .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uR2F0hQX8c .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .nav-item {
    margin: 0 !important;
  }
}
.cid-uR2F0hQX8c .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uR2F0hQX8c .nav-item .nav-link:hover,
.cid-uR2F0hQX8c .nav-item .nav-link:focus {
  color: #af9049 !important;
}
.cid-uR2F0hQX8c .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uR2F0hQX8c .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uR2F0hQX8c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uR2F0hQX8c .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uR2F0hQX8c .offcanvas_box {
    display: none;
  }
}
.cid-uR2F0hQX8c .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uR2F0hQX8c .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uR2F0hQX8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uR2F0hQX8c .container {
  display: flex;
  margin: auto;
}
.cid-uR2F0hQX8c .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uR2F0hQX8c .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uR2F0hQX8c .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR2F0hQX8c .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .navbar-nav {
    margin: 0;
  }
}
.cid-uR2F0hQX8c .dropdown-menu,
.cid-uR2F0hQX8c .navbar.opened {
  background-color: false !important;
}
.cid-uR2F0hQX8c .nav-item:focus,
.cid-uR2F0hQX8c .nav-link:focus {
  outline: none;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item .tvp-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR2F0hQX8c .dropdown .dropdown-menu .dropdown-item .tvp-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2F0hQX8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2F0hQX8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2F0hQX8c .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uR2F0hQX8c .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uR2F0hQX8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uR2F0hQX8c .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uR2F0hQX8c .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uR2F0hQX8c .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR2F0hQX8c .navbar.collapsed {
  justify-content: center;
}
.cid-uR2F0hQX8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2F0hQX8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR2F0hQX8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2F0hQX8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2F0hQX8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2F0hQX8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uR2F0hQX8c .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR2F0hQX8c .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uR2F0hQX8c .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uR2F0hQX8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2F0hQX8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uR2F0hQX8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR2F0hQX8c .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uR2F0hQX8c .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uR2F0hQX8c .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uR2F0hQX8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uR2F0hQX8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR2F0hQX8c .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uR2F0hQX8c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR2F0hQX8c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR2F0hQX8c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uR2F0hQX8c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR2F0hQX8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR2F0hQX8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2F0hQX8c .dropdown-item.active,
.cid-uR2F0hQX8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2F0hQX8c .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uR2F0hQX8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2F0hQX8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2F0hQX8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2F0hQX8c ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uR2F0hQX8c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR2F0hQX8c button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #f8f8f8;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2F0hQX8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR2F0hQX8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2F0hQX8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uR2F0hQX8c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2F0hQX8c .navbar {
    height: 70px;
  }
  .cid-uR2F0hQX8c .navbar.opened {
    height: auto;
  }
  .cid-uR2F0hQX8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2F0hQX8c .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uR2F0hQX8c .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uR2F0hQX8c .tvp-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uR2F0hQX8c .navbar-caption:hover {
  color: #af9049;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uR2F0hQX8c .text_widget {
  margin-bottom: 32px;
}
.cid-uR2F0hQX8c .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uR2F0hQX8c .text_widget a:hover,
.cid-uR2F0hQX8c .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uR2F0hQX8c .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uR2F0hQX8c .icons-menu-main {
  display: flex;
}
.cid-uR2F0hQX8c .tvp-section-subtitle {
  color: #af9049;
}
.cid-uR2F0hQX8c .navbar-caption {
  color: #000000;
}
.cid-uR2F0hQX8c .tvp-text {
  color: #6f6f6f;
}
.cid-uR2F0hQX8c a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uR3aSq8ccw {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uR3aSq8ccw::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#af9049 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uR3aSq8ccw::before {
    opacity: .4;
  }
}
.cid-uR3aSq8ccw::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #af9049 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uR3aSq8ccw::after {
    opacity: .4;
  }
}
.cid-uR3aSq8ccw .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR3aSq8ccw .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR3aSq8ccw .container {
    padding: 0 16px;
  }
}
.cid-uR3aSq8ccw .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uR3aSq8ccw .row .card {
  justify-content: flex-end;
}
.cid-uR3aSq8ccw .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uR3aSq8ccw .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uR3aSq8ccw .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uR3aSq8ccw .title-wrapper .tvp-section-title {
  margin-bottom: 32px;
}
.cid-uR3aSq8ccw .title-wrapper .tvp-section-title span {
  color: #af9049;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR3aSq8ccw .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn {
  margin-top: 14px;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline .tvp-iconfont {
  transform: rotate(0deg);
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline:focus,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline:focus,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline:focus,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline:focus,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline:focus,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline:focus,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline:focus,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline:hover .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline:focus .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline:focus .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline:focus .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline:focus .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline:focus .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline:focus .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline:focus .tvp-iconfont,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline:focus .tvp-iconfont {
  transform: translateX(10px);
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-primary-outline:focus {
  color: #af9049 !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-warning-outline:focus {
  color: #af9049 !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline:hover,
.cid-uR3aSq8ccw .text-wrapper .tvp-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uR3aSq8ccw .tvp-section-title {
  color: #000000;
}
.cid-uR3aSq8ccw .tvp-text {
  color: #000000;
}
.cid-uR3boNU1qU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uR3boNU1qU .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR3boNU1qU .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR3boNU1qU .container {
    padding: 0 16px;
  }
}
.cid-uR3boNU1qU .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uR3boNU1qU .content-wrapper .tvp-section-title {
  margin-bottom: 50px;
}
.cid-uR3boNU1qU .content-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR3boNU1qU .tvp-section-title {
  color: #000000;
}
.cid-uR3boNU1qU .tvp-text {
  color: #000000;
}
.cid-uR3boNU1qU .tvp-text,
.cid-uR3boNU1qU .icon-wrapper {
  color: #000000;
}
.cid-uR3bHElhp8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-uR3bHElhp8 .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR3bHElhp8 .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR3bHElhp8 .container {
    padding: 0 16px;
  }
}
.cid-uR3bHElhp8 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uR3bHElhp8 .content-wrapper .tvp-section-title {
  margin-bottom: 50px;
}
.cid-uR3bHElhp8 .content-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR3bHElhp8 .tvp-section-title {
  color: #000000;
}
.cid-uR3bHElhp8 .tvp-text {
  color: #000000;
}
.cid-uR3bHElhp8 .tvp-text,
.cid-uR3bHElhp8 .icon-wrapper {
  color: #000000;
}
.cid-uR3bIubnWZ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-uR3bIubnWZ .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR3bIubnWZ .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR3bIubnWZ .container {
    padding: 0 16px;
  }
}
.cid-uR3bIubnWZ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uR3bIubnWZ .content-wrapper .tvp-section-title {
  margin-bottom: 50px;
}
.cid-uR3bIubnWZ .content-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR3bIubnWZ .tvp-section-title {
  color: #000000;
}
.cid-uR3bIubnWZ .tvp-text {
  color: #000000;
}
.cid-uR3bIubnWZ .tvp-text,
.cid-uR3bIubnWZ .icon-wrapper {
  color: #000000;
}
.cid-uR3cltERfi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.cid-uR3cltERfi::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #af9049 -10%, transparent 80%);
  z-index: 1;
}
.cid-uR3cltERfi .tvp-fallback-image.disabled {
  display: none;
}
.cid-uR3cltERfi .tvp-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uR3cltERfi .container {
    padding: 0 16px;
  }
}
.cid-uR3cltERfi .row {
  position: relative;
  justify-content: space-between;
}
.cid-uR3cltERfi .row .card {
  justify-content: space-between;
}
.cid-uR3cltERfi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uR3cltERfi .title-wrapper .tvp-section-title {
  margin-bottom: 24px;
}
.cid-uR3cltERfi .title-wrapper .tvp-section-title span {
  color: #101010;
}
.cid-uR3cltERfi .title-wrapper .tvp-text {
  margin-bottom: 0;
}
.cid-uR3cltERfi .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uR3cltERfi .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uR3cltERfi .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uR3cltERfi .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uR3cltERfi .contacts-wrapper .item-wrapper .contact-wrap:hover .tvp-contact,
.cid-uR3cltERfi .contacts-wrapper .item-wrapper .contact-wrap:focus .tvp-contact {
  color: #af9049;
}
.cid-uR3cltERfi .contacts-wrapper .item-wrapper .contact-wrap .tvp-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #af9049;
  margin-right: 20px;
}
.cid-uR3cltERfi .contacts-wrapper .item-wrapper .contact-wrap .tvp-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uR3cltERfi .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uR3cltERfi .dragArea.row .tvp-section-title {
  margin-bottom: 24px !important;
}
.cid-uR3cltERfi .dragArea.row .tvp-text {
  margin-bottom: 24px !important;
}
.cid-uR3cltERfi .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uR3cltERfi .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uR3cltERfi .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.cid-uR3cltERfi .dragArea.row .form-group .form-control:hover,
.cid-uR3cltERfi .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uR3cltERfi .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uR3cltERfi .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uR3cltERfi .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uR3cltERfi .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uR3cltERfi .dragArea.row .tvp-section-btn {
  width: 100%;
}
.cid-uR3cltERfi .dragArea.row .tvp-section-btn .btn {
  margin-top: 0;
}
.cid-uR3cltERfi .tvp-section-title {
  color: #000000;
}
.cid-uR3cltERfi .tvp-text {
  color: #101010;
  text-align: left;
}
.cid-uR3cltERfi .tvp-contact {
  color: #000000;
}
.cid-uR3cltERfi label {
  color: #000000;
}
.cid-uR3cltERfi .tvp-section-title,
.cid-uR3cltERfi .tvp-section-btn {
  color: #101010;
}
.cid-uR3cltERfi .tvp-contact,
.cid-uR3cltERfi .item-wrapper {
  color: #101010;
}
.cid-uR3cltERfi LABEL {
  color: #101010;
}
