.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .interface-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .interface-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .interface-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-5 > .interface-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-7 > .interface-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ffb300 !important;
}
.bg-success {
  background-color: #2b2b2b !important;
}
.bg-info {
  background-color: #ffb300 !important;
}
.bg-warning {
  background-color: #d4af37 !important;
}
.bg-danger {
  background-color: #ffd966 !important;
}
.btn-primary .interface-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffc233 !important;
  border-color: #ffc233 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffc233 !important;
  border-color: #ffc233 !important;
}
.btn-secondary .interface-iconfont {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #343434 !important;
  border-color: #343434 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-info .interface-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffc233 !important;
  border-color: #ffc233 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffc233 !important;
  border-color: #ffc233 !important;
}
.btn-success .interface-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #454545 !important;
  border-color: #454545 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-warning .interface-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
}
.btn-danger .interface-iconfont {
  border: 1px solid #664d00;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
  color: #664d00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #664d00 !important;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
}
.btn-white .interface-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .interface-iconfont {
  border: 1px solid #ffffff;
}
.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 .interface-iconfont {
  border: 1px solid #ffb300;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffb300;
  color: #ffb300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a87600 !important;
  background-color: transparent !important;
  border-color: #a87600 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .interface-iconfont,
.btn-primary-outline:focus .interface-iconfont,
.btn-primary-outline.focus .interface-iconfont,
.btn-primary-outline.active .interface-iconfont {
  border: 1px solid #a87600;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
}
.btn-secondary-outline .interface-iconfont {
  border: 1px solid #1a1a1a;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .interface-iconfont,
.btn-secondary-outline:focus .interface-iconfont,
.btn-secondary-outline.focus .interface-iconfont,
.btn-secondary-outline.active .interface-iconfont {
  border: 1px solid #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info-outline .interface-iconfont {
  border: 1px solid #ffb300;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffb300;
  color: #ffb300;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a87600 !important;
  background-color: transparent !important;
  border-color: #a87600 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .interface-iconfont,
.btn-info-outline:focus .interface-iconfont,
.btn-info-outline.focus .interface-iconfont,
.btn-info-outline.active .interface-iconfont {
  border: 1px solid #a87600;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
}
.btn-success-outline .interface-iconfont {
  border: 1px solid #2b2b2b;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .interface-iconfont,
.btn-success-outline:focus .interface-iconfont,
.btn-success-outline.focus .interface-iconfont,
.btn-success-outline.active .interface-iconfont {
  border: 1px solid #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-warning-outline .interface-iconfont {
  border: 1px solid #d4af37;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d4af37;
  color: #d4af37;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #947920 !important;
  background-color: transparent !important;
  border-color: #947920 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .interface-iconfont,
.btn-warning-outline:focus .interface-iconfont,
.btn-warning-outline.focus .interface-iconfont,
.btn-warning-outline.active .interface-iconfont {
  border: 1px solid #947920;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-danger-outline .interface-iconfont {
  border: 1px solid #ffd966;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd966;
  color: #ffd966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffc30f !important;
  background-color: transparent !important;
  border-color: #ffc30f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .interface-iconfont,
.btn-danger-outline:focus .interface-iconfont,
.btn-danger-outline.focus .interface-iconfont,
.btn-danger-outline.active .interface-iconfont {
  border: 1px solid #ffc30f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #664d00 !important;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
}
.btn-black-outline .interface-iconfont {
  border: 1px solid #232323;
}
.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:hover .interface-iconfont,
.btn-black-outline:focus .interface-iconfont,
.btn-black-outline.focus .interface-iconfont,
.btn-black-outline.active .interface-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .interface-iconfont {
  border: 1px solid #fafafa;
}
.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:hover .interface-iconfont,
.btn-white-outline:focus .interface-iconfont,
.btn-white-outline.focus .interface-iconfont,
.btn-white-outline.active .interface-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffb300 !important;
}
.text-secondary {
  color: #1a1a1a !important;
}
.text-success {
  color: #2b2b2b !important;
}
.text-info {
  color: #ffb300 !important;
}
.text-warning {
  color: #d4af37 !important;
}
.text-danger {
  color: #ffd966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #996b00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #886f1d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffc000 !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: #ffb300;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffb300;
}
.alert-warning {
  background-color: #d4af37;
}
.alert-danger {
  background-color: #ffd966;
}
.interface-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.interface-gallery-filter li a {
  border-radius: 100px !important;
}
.interface-gallery-filter li.active .btn {
  background-color: #ffb300;
  border-color: #ffb300;
  color: #ffffff;
}
.interface-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffb300;
}
.interface-plan-header.bg-primary .interface-plan-subtitle,
.interface-plan-header.bg-primary .interface-plan-price-desc {
  color: #fff0cc;
}
.interface-plan-header.bg-success .interface-plan-subtitle,
.interface-plan-header.bg-success .interface-plan-price-desc {
  color: #dedede;
}
.interface-plan-header.bg-info .interface-plan-subtitle,
.interface-plan-header.bg-info .interface-plan-price-desc {
  color: #fff0cc;
}
.interface-plan-header.bg-warning .interface-plan-subtitle,
.interface-plan-header.bg-warning .interface-plan-price-desc {
  color: #f8f2df;
}
.interface-plan-header.bg-danger .interface-plan-subtitle,
.interface-plan-header.bg-danger .interface-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .interface-iconfont {
  font-size: 1.625rem;
}
.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: #ffb300 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .interface-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffb300;
}
/* Forms */
.interface-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.interface-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.interface-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.interface-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: #ffb300;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffb300;
}
.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: #ffb300;
  border-bottom-color: #ffb300;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffb300 !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: #1a1a1a !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='%23ffb300' %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;
}
.interface-section-btn .btn {
  padding: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
}
.interface-section-btn .btn .interface-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
}
.item-number {
  border-radius: 1rem;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.interface-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
.tP9bzn-uR0mjVvAyz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  align-items: flex-end;
  background-color: #2b2b2b;
}
.tP9bzn-uR0mjVvAyz .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0mjVvAyz .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0mjVvAyz .card {
  justify-content: flex-end;
}
.tP9bzn-uR0mjVvAyz .content-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mjVvAyz .content-wrapper {
    margin-bottom: 10px;
    padding: 40px 0;
  }
}
.tP9bzn-uR0mjVvAyz .content-wrapper .interface-section-title {
  margin-bottom: 16px;
}
.tP9bzn-uR0mjVvAyz .content-wrapper .text-wrapper .interface-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mjVvAyz .content-wrapper .text-wrapper .interface-text {
    width: 100%;
  }
}
.tP9bzn-uR0mjVvAyz .content-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.tP9bzn-uR0mjVvAyz .items-wrapper {
  height: 100%;
  min-height: 700px;
  position: relative;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mjVvAyz .items-wrapper {
    height: 350px;
    min-height: auto;
  }
}
.tP9bzn-uR0mjVvAyz .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mjVvAyz .items-wrapper .image-wrapper img {
    width: 100%;
  }
}
.tP9bzn-uR0mjVvAyz .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.tP9bzn-uR0mjVvAyz .interface-section-title {
  color: #093388;
}
.tP9bzn-uR0mjVvAyz .interface-text {
  color: #58595b;
}
.tP9bzn-uR0mjVvAyz .interface-section-title,
.tP9bzn-uR0mjVvAyz .interface-section-btn {
  color: #d7d2d2;
  text-align: center;
}
.tP9bzn-uR0mjVvAyz .interface-text,
.tP9bzn-uR0mjVvAyz .text-wrapper {
  color: #d7d2d2;
  text-align: center;
}
.tP9bzn-uR0mWap5g3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home201-1360x768.jpg");
}
.tP9bzn-uR0mWap5g3 .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0mWap5g3 .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0mWap5g3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.tP9bzn-uR0mWap5g3 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mWap5g3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR0mWap5g3 .title-wrapper .interface-section-title {
  margin-bottom: 24px;
}
.tP9bzn-uR0mWap5g3 .title-wrapper .text-wrapper .interface-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mWap5g3 .title-wrapper .text-wrapper .interface-text {
    width: 100%;
  }
}
.tP9bzn-uR0mWap5g3 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mWap5g3 .image-wrapper img {
    height: 350px;
  }
}
.tP9bzn-uR0mWap5g3 .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR0mWap5g3 .interface-text,
.tP9bzn-uR0mWap5g3 .text-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR0mWap5g3 .interface-section-title,
.tP9bzn-uR0mWap5g3 .interface-section-btn {
  color: #d7d2d2;
}
.tP9bzn-uR0myRWhgw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.tP9bzn-uR0myRWhgw .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0myRWhgw .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0myRWhgw .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .content-wrapper {
    margin-bottom: 40px;
  }
}
.tP9bzn-uR0myRWhgw .content-wrapper .title-wrapper .interface-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .content-wrapper .title-wrapper .interface-section-title {
    width: 100%;
  }
}
.tP9bzn-uR0myRWhgw .content-wrapper .text-wrapper .interface-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .content-wrapper .text-wrapper .interface-text {
    width: 100%;
  }
}
.tP9bzn-uR0myRWhgw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .tP9bzn-uR0myRWhgw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .item {
    margin-bottom: 20px;
  }
}
.tP9bzn-uR0myRWhgw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #7c6829;
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .item .item-wrapper {
    padding: 20px;
  }
}
.tP9bzn-uR0myRWhgw .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.tP9bzn-uR0myRWhgw .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.tP9bzn-uR0myRWhgw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.tP9bzn-uR0myRWhgw .item .item-wrapper .card-box .interface-section-btn {
  margin-top: 20px;
}
.tP9bzn-uR0myRWhgw .item .item-wrapper .card-box .interface-section-btn .btn {
  margin-bottom: 0;
}
.tP9bzn-uR0myRWhgw .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tP9bzn-uR0myRWhgw .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.tP9bzn-uR0myRWhgw .btn-wrapper {
  margin-top: -6%;
}
.tP9bzn-uR0myRWhgw .interface-section-title,
.tP9bzn-uR0myRWhgw .title-wrapper {
  color: #d7d2d2;
  text-align: center;
}
.tP9bzn-uR0myRWhgw .interface-text,
.tP9bzn-uR0myRWhgw .text-wrapper {
  color: #d7d2d2;
  text-align: center;
}
.tP9bzn-uR0myRWhgw .card-title {
  color: #f1f5eb;
}
.tP9bzn-uR0myRWhgw .card-text {
  color: #f1f5eb;
  text-align: center;
}
.tP9bzn-uR0myRWhgw .card-title,
.tP9bzn-uR0myRWhgw .interface-section-btn {
  text-align: center;
}
.tP9bzn-uR0mFy6yOg {
  align-items: flex-end;
  background-image: url("../../../assets/images/home202-1360x768.jpg");
}
.tP9bzn-uR0mFy6yOg .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0mFy6yOg .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0mFy6yOg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mFy6yOg .content-wrapper {
    margin-bottom: 10px;
  }
}
.tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap {
    width: 100%;
  }
}
.tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap .interface-section-title {
  margin-bottom: 16px;
}
.tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap .text-wrapper .interface-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap .text-wrapper .interface-text {
    width: 100%;
  }
}
.tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap .interface-section-btn {
  margin-top: 20px;
}
.tP9bzn-uR0mFy6yOg .content-wrapper .content-wrap .interface-section-btn .btn {
  margin-bottom: 0;
}
.tP9bzn-uR0mFy6yOg .interface-section-title {
  color: #f4f4f4;
}
.tP9bzn-uR0mFy6yOg .interface-text {
  color: #d7d2d2;
}
.tP9bzn-uR0mFy6yOg .interface-text,
.tP9bzn-uR0mFy6yOg .text-wrapper {
  text-align: center;
  color: #d7d2d2;
}
.tP9bzn-uR0mFy6yOg .interface-section-title,
.tP9bzn-uR0mFy6yOg .interface-section-btn,
.tP9bzn-uR0mFy6yOg .content-wrapper {
  text-align: center;
}
.tP9bzn-uR0mLWr6K3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.tP9bzn-uR0mLWr6K3 .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0mLWr6K3 .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0mLWr6K3 .card-wrapper {
  display: flex;
  background-color: #312509;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mLWr6K3 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0mLWr6K3 .card-wrapper {
    margin-bottom: 32px;
  }
}
.tP9bzn-uR0mLWr6K3 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffb300 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.tP9bzn-uR0mLWr6K3 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mLWr6K3 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.tP9bzn-uR0mLWr6K3 .card-wrapper .content-wrapper .interface-section-title {
  margin-bottom: 22px;
}
.tP9bzn-uR0mLWr6K3 .card-wrapper .content-wrapper .interface-text {
  margin-bottom: 0;
}
.tP9bzn-uR0mLWr6K3 .card-wrapper .content-wrapper .interface-section-btn {
  margin-top: 22px;
}
.tP9bzn-uR0mLWr6K3 .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .tP9bzn-uR0mLWr6K3 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.tP9bzn-uR0mLWr6K3 .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.tP9bzn-uR0mLWr6K3 .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR0mLWr6K3 .interface-text {
  color: #d7d2d2;
}
.tP9bzn-uR0mLWr6K3 .interface-section-title,
.tP9bzn-uR0mLWr6K3 .interface-section-btn {
  color: #d7d2d2;
}
.tP9bzn-uR0n6qx6Tx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home203-1360x768.jpg");
}
.tP9bzn-uR0n6qx6Tx .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0n6qx6Tx .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0n6qx6Tx .row {
  justify-content: space-between;
}
.tP9bzn-uR0n6qx6Tx .title-wrapper .interface-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0n6qx6Tx .title-wrapper .interface-section-title {
    margin-bottom: 50px;
  }
}
.tP9bzn-uR0n6qx6Tx .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0n6qx6Tx .item {
    margin-bottom: 50px;
  }
}
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ae995a;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper:hover::before,
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper .interface-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ae995a;
  font-size: 40px;
  color: #000000;
}
@media (max-width: 1440px) {
  .tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .icon-wrapper .interface-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .item-title:hover,
.tP9bzn-uR0n6qx6Tx .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.tP9bzn-uR0n6qx6Tx .interface-section-title {
  color: #ffffff;
  text-align: center;
}
.tP9bzn-uR0n6qx6Tx .item-title {
  color: #000c3f;
}
.tP9bzn-uR0n6qx6Tx .item-title,
.tP9bzn-uR0n6qx6Tx .item-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u2jRxBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1u2jRxBf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR1u2jRxBf .row {
  justify-content: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .interface-soc,
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .interface-soc {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .interface-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .interface-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrap {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .list-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .list-wrapper .interface-section-subtitle {
  margin-bottom: 32px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover::before,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .interface-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-soc {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-subtitle {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list,
.tP9bzn-uR1u2jRxBf .item-wrap,
.tP9bzn-uR1u2jRxBf .list-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  position: relative !important;
}
.tP9bzn-uR1u9kthHf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tP9bzn-uR1u9kthHf .dropdown-item:before {
  font-family: vector2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.tP9bzn-uR1u9kthHf .dropdown-item {
  border: none !important;
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover,
.tP9bzn-uR1u9kthHf .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover span {
  color: white;
}
.tP9bzn-uR1u9kthHf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.tP9bzn-uR1u9kthHf .nav-link {
  position: relative;
}
.tP9bzn-uR1u9kthHf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .container {
    flex-wrap: nowrap;
  }
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper:hover {
  opacity: .5;
}
.tP9bzn-uR1u9kthHf .dropdown-menu,
.tP9bzn-uR1u9kthHf .navbar.opened {
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .nav-item:focus,
.tP9bzn-uR1u9kthHf .nav-link:focus {
  outline: none;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2d2d20;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf .navbar.opened {
  transition: all 0.3s;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed {
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tP9bzn-uR1u9kthHf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-logo a {
  outline: none;
}
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item.active,
.tP9bzn-uR1u9kthHf .dropdown-item:active {
  background-color: transparent;
}
.tP9bzn-uR1u9kthHf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2d20;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tP9bzn-uR1u9kthHf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .tP9bzn-uR1u9kthHf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.tP9bzn-uR1u9kthHf .navbar-buttons {
  text-align: center;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn .interface-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .tP9bzn-uR1u9kthHf .navbar-buttons .btn {
    width: auto !important;
  }
}
.tP9bzn-uR1u9kthHf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2d2d20 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  padding: 0 1rem;
}
.tP9bzn-uR1u9kthHf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tP9bzn-uR1u9kthHf .navbar {
    height: 70px;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    height: auto;
  }
  .tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar-nav {
  margin: 0 auto;
}
.tP9bzn-uR1u9kthHf .nav-item {
  padding: 0;
  margin: 0;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar {
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.tP9bzn-uR1u9kthHf .content-wrap {
  min-height: 110px;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
  opacity: 1;
}
.tP9bzn-uR0nIfOIg9 {
  overflow: hidden;
  background-image: url("../../../assets/images/about201-1360x768.jpg");
}
.tP9bzn-uR0nIfOIg9 .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0nIfOIg9 .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .tP9bzn-uR0nIfOIg9 .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #d7d2d2;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap .interface-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap .interface-desc {
    margin-bottom: 28px;
  }
}
.tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap .interface-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap .interface-section-title {
    margin-bottom: 28px;
  }
}
.tP9bzn-uR0nIfOIg9 .card-wrapper .card-wrap .interface-text {
  width: 100%;
  margin-bottom: 0;
}
.tP9bzn-uR0nIfOIg9 .interface-desc {
  color: #202020;
}
.tP9bzn-uR0nIfOIg9 .interface-section-title {
  color: #202020;
}
.tP9bzn-uR0nIfOIg9 .interface-text {
  color: #202020;
}
.tP9bzn-uR1d4txxoE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/about201-1360x768.jpg");
}
.tP9bzn-uR1d4txxoE .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1d4txxoE .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1d4txxoE .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1d4txxoE .title-wrapper {
    margin-bottom: 40px;
  }
}
.tP9bzn-uR1d4txxoE .title-wrapper .desc-wrapper .interface-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.tP9bzn-uR1d4txxoE .title-wrapper .title-wrap .interface-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .tP9bzn-uR1d4txxoE .title-wrapper .title-wrap .interface-section-title {
    width: 100%;
  }
}
.tP9bzn-uR1d4txxoE .title-wrapper .title-wrap .interface-section-title span {
  color: #ffb300;
}
.tP9bzn-uR1d4txxoE .cont-wrap {
  margin: 0 -10px;
}
.tP9bzn-uR1d4txxoE .cont-wrap .card {
  padding: 0 10px;
}
.tP9bzn-uR1d4txxoE .content-wrap {
  padding: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .tP9bzn-uR1d4txxoE .content-wrap {
    padding: 30px 20px;
    display: block;
    margin-bottom: 20px;
  }
}
.tP9bzn-uR1d4txxoE .content-wrap .image-wrapper {
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .tP9bzn-uR1d4txxoE .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.tP9bzn-uR1d4txxoE .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tP9bzn-uR1d4txxoE .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.tP9bzn-uR1d4txxoE .content-wrap .text-wrapper {
  width: 50%;
  padding-left: 30px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1d4txxoE .content-wrap .text-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.tP9bzn-uR1d4txxoE .content-wrap .text-wrapper .interface-text {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1d4txxoE .content-wrap .text-wrapper .interface-text {
    padding-right: 0;
  }
}
.tP9bzn-uR1d4txxoE .content-wrap .text-wrapper .interface-section-btn {
  margin-top: 16px;
}
.tP9bzn-uR1d4txxoE .content-wrap .text-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.tP9bzn-uR1d4txxoE .items-wrapper .item .item-wrapper {
  margin-bottom: 20px;
  background-color: #f8e7d2;
  padding: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1d4txxoE .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.tP9bzn-uR1d4txxoE .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.tP9bzn-uR1d4txxoE .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.tP9bzn-uR1d4txxoE .interface-section-title {
  color: #404349;
}
.tP9bzn-uR1d4txxoE .interface-desc {
  color: #b19a7c;
}
.tP9bzn-uR1d4txxoE .interface-text {
  color: #404349;
}
.tP9bzn-uR1d4txxoE .item-title {
  color: #594c21;
}
.tP9bzn-uR1d4txxoE .item-text {
  color: #000000;
}
.tP9bzn-uR1d4txxoE .interface-section-title,
.tP9bzn-uR1d4txxoE .title-wrap {
  color: #ffffff;
}
.tP9bzn-uR1d4txxoE .interface-text,
.tP9bzn-uR1d4txxoE .interface-section-btn {
  color: #000000;
}
.tP9bzn-uR0onxAmg9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR0onxAmg9 .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0onxAmg9 .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0onxAmg9 .card {
  justify-content: flex-end;
}
.tP9bzn-uR0onxAmg9 .title-wrapper .interface-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0onxAmg9 .title-wrapper .interface-section-title {
    margin-bottom: 32px;
  }
}
.tP9bzn-uR0onxAmg9 .desc-wrapper .interface-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0onxAmg9 .desc-wrapper .interface-desc {
    margin-bottom: 32px;
  }
}
.tP9bzn-uR0onxAmg9 .text-wrapper .interface-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tP9bzn-uR0onxAmg9 .text-wrapper .interface-text {
    width: 100%;
  }
}
.tP9bzn-uR0onxAmg9 .interface-section-title {
  color: #d7d2d2;
  text-align: left;
}
.tP9bzn-uR0onxAmg9 .interface-desc {
  color: #000000;
}
.tP9bzn-uR0onxAmg9 .interface-text,
.tP9bzn-uR0onxAmg9 .text-wrapper {
  color: #d7d2d2;
  text-align: left;
}
.tP9bzn-uR0nSeHAOv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/about203-1360x768.jpg");
}
.tP9bzn-uR0nSeHAOv .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0nSeHAOv .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0nSeHAOv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .tP9bzn-uR0nSeHAOv .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0nSeHAOv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR0nSeHAOv .container {
    padding: 0 16px;
  }
}
.tP9bzn-uR0nSeHAOv .row {
  justify-content: space-between;
}
.tP9bzn-uR0nSeHAOv .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .tP9bzn-uR0nSeHAOv .image-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR0nSeHAOv .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.tP9bzn-uR0nSeHAOv .content-wrapper {
  position: relative;
}
.tP9bzn-uR0nSeHAOv .content-wrapper .interface-section-title {
  margin-bottom: 32px;
}
.tP9bzn-uR0nSeHAOv .content-wrapper .interface-text {
  margin-bottom: 32px;
}
.tP9bzn-uR0nSeHAOv .interface-text {
  color: #333333;
}
.tP9bzn-uR0nSeHAOv .interface-text,
.tP9bzn-uR0nSeHAOv .icon-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR0nSeHAOv .interface-section-title,
.tP9bzn-uR0nSeHAOv .interface-section-btn {
  color: #d7d2d2;
}
.tP9bzn-uR1u2jRxBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1u2jRxBf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR1u2jRxBf .row {
  justify-content: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .interface-soc,
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .interface-soc {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .interface-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .interface-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrap {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .list-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .list-wrapper .interface-section-subtitle {
  margin-bottom: 32px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover::before,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .interface-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-soc {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-subtitle {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list,
.tP9bzn-uR1u2jRxBf .item-wrap,
.tP9bzn-uR1u2jRxBf .list-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  position: relative !important;
}
.tP9bzn-uR1u9kthHf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tP9bzn-uR1u9kthHf .dropdown-item:before {
  font-family: vector2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.tP9bzn-uR1u9kthHf .dropdown-item {
  border: none !important;
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover,
.tP9bzn-uR1u9kthHf .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover span {
  color: white;
}
.tP9bzn-uR1u9kthHf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.tP9bzn-uR1u9kthHf .nav-link {
  position: relative;
}
.tP9bzn-uR1u9kthHf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .container {
    flex-wrap: nowrap;
  }
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper:hover {
  opacity: .5;
}
.tP9bzn-uR1u9kthHf .dropdown-menu,
.tP9bzn-uR1u9kthHf .navbar.opened {
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .nav-item:focus,
.tP9bzn-uR1u9kthHf .nav-link:focus {
  outline: none;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2d2d20;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf .navbar.opened {
  transition: all 0.3s;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed {
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tP9bzn-uR1u9kthHf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-logo a {
  outline: none;
}
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item.active,
.tP9bzn-uR1u9kthHf .dropdown-item:active {
  background-color: transparent;
}
.tP9bzn-uR1u9kthHf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2d20;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tP9bzn-uR1u9kthHf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .tP9bzn-uR1u9kthHf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.tP9bzn-uR1u9kthHf .navbar-buttons {
  text-align: center;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn .interface-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .tP9bzn-uR1u9kthHf .navbar-buttons .btn {
    width: auto !important;
  }
}
.tP9bzn-uR1u9kthHf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2d2d20 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  padding: 0 1rem;
}
.tP9bzn-uR1u9kthHf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tP9bzn-uR1u9kthHf .navbar {
    height: 70px;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    height: auto;
  }
  .tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar-nav {
  margin: 0 auto;
}
.tP9bzn-uR1u9kthHf .nav-item {
  padding: 0;
  margin: 0;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar {
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.tP9bzn-uR1u9kthHf .content-wrap {
  min-height: 110px;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
  opacity: 1;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  position: relative !important;
}
.tP9bzn-uR1u9kthHf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tP9bzn-uR1u9kthHf .dropdown-item:before {
  font-family: vector2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.tP9bzn-uR1u9kthHf .dropdown-item {
  border: none !important;
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover,
.tP9bzn-uR1u9kthHf .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover span {
  color: white;
}
.tP9bzn-uR1u9kthHf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.tP9bzn-uR1u9kthHf .nav-link {
  position: relative;
}
.tP9bzn-uR1u9kthHf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .container {
    flex-wrap: nowrap;
  }
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper:hover {
  opacity: .5;
}
.tP9bzn-uR1u9kthHf .dropdown-menu,
.tP9bzn-uR1u9kthHf .navbar.opened {
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .nav-item:focus,
.tP9bzn-uR1u9kthHf .nav-link:focus {
  outline: none;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2d2d20;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf .navbar.opened {
  transition: all 0.3s;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed {
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tP9bzn-uR1u9kthHf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-logo a {
  outline: none;
}
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item.active,
.tP9bzn-uR1u9kthHf .dropdown-item:active {
  background-color: transparent;
}
.tP9bzn-uR1u9kthHf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2d20;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tP9bzn-uR1u9kthHf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .tP9bzn-uR1u9kthHf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.tP9bzn-uR1u9kthHf .navbar-buttons {
  text-align: center;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn .interface-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .tP9bzn-uR1u9kthHf .navbar-buttons .btn {
    width: auto !important;
  }
}
.tP9bzn-uR1u9kthHf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2d2d20 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  padding: 0 1rem;
}
.tP9bzn-uR1u9kthHf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tP9bzn-uR1u9kthHf .navbar {
    height: 70px;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    height: auto;
  }
  .tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar-nav {
  margin: 0 auto;
}
.tP9bzn-uR1u9kthHf .nav-item {
  padding: 0;
  margin: 0;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar {
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.tP9bzn-uR1u9kthHf .content-wrap {
  min-height: 110px;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
  opacity: 1;
}
.tP9bzn-uR1sxakauG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/contact201-1360x768.jpg");
}
.tP9bzn-uR1sxakauG .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1sxakauG .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1sxakauG .content-wrapper {
  display: flex;
  justify-content: center;
}
.tP9bzn-uR1sxakauG .card-wrapper {
  background-color: #f4f4f4;
  padding: 40px 30px;
  width: 31%;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .tP9bzn-uR1sxakauG .card-wrapper {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .tP9bzn-uR1sxakauG .card-wrapper {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1sxakauG .card-wrapper {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.tP9bzn-uR1sxakauG .card-wrapper .title-wrapper {
  margin-bottom: 30px;
  padding: 0 9.6px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1sxakauG .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.tP9bzn-uR1sxakauG .card-wrapper .title-wrapper .interface-section-title {
  margin-bottom: 10px;
}
.tP9bzn-uR1sxakauG .card-wrapper .title-wrapper .interface-text {
  margin-bottom: 0;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 20px 0;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
@media (max-width: 992px) {
  .tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 110px;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .interface-section-btn {
  width: 100%;
}
.tP9bzn-uR1sxakauG .card-wrapper .form-wrap .dragArea.row .interface-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.tP9bzn-uR1sxakauG .interface-section-title {
  color: #151512;
}
.tP9bzn-uR1sxakauG .interface-text {
  color: #000000;
}
.tP9bzn-uR1sxakauG label {
  color: #58595b;
}
.tP9bzn-uR1igoTWWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home203-1360x768.jpg");
}
.tP9bzn-uR1igoTWWo .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1igoTWWo .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1igoTWWo .row {
  justify-content: space-between;
}
.tP9bzn-uR1igoTWWo .title-wrapper .interface-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1igoTWWo .title-wrapper .interface-section-title {
    margin-bottom: 50px;
  }
}
.tP9bzn-uR1igoTWWo .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1igoTWWo .item {
    margin-bottom: 50px;
  }
}
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .tP9bzn-uR1igoTWWo .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #ae995a;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper:hover::before,
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper .interface-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #ae995a;
  font-size: 40px;
  color: #000000;
}
@media (max-width: 1440px) {
  .tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .icon-wrapper .interface-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .item-title:hover,
.tP9bzn-uR1igoTWWo .item .item-wrapper .item-content .item-title:focus {
  color: #ffffff;
}
.tP9bzn-uR1igoTWWo .interface-section-title {
  color: #ffffff;
  text-align: center;
}
.tP9bzn-uR1igoTWWo .item-title {
  color: #000c3f;
}
.tP9bzn-uR1igoTWWo .item-title,
.tP9bzn-uR1igoTWWo .item-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u2jRxBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1u2jRxBf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR1u2jRxBf .row {
  justify-content: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .interface-soc,
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .interface-soc {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .interface-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .interface-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrap {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .list-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .list-wrapper .interface-section-subtitle {
  margin-bottom: 32px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover::before,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .interface-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-soc {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-subtitle {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list,
.tP9bzn-uR1u2jRxBf .item-wrap,
.tP9bzn-uR1u2jRxBf .list-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR0p9gr3HW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/politic201-1360x768.jpg");
}
.tP9bzn-uR0p9gr3HW .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0p9gr3HW .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0p9gr3HW .content-wrapper .interface-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0p9gr3HW .content-wrapper .interface-label {
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0p9gr3HW .content-wrapper .title-wrapper .interface-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0p9gr3HW .content-wrapper .title-wrapper .interface-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tP9bzn-uR0p9gr3HW .content-wrapper .text-wrapper .interface-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0p9gr3HW .content-wrapper .text-wrapper .interface-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0p9gr3HW .interface-label {
  color: #000000;
}
.tP9bzn-uR0p9gr3HW .interface-section-title {
  color: #000000;
}
.tP9bzn-uR0p9gr3HW .interface-text {
  color: #d7d2d2;
}
.tP9bzn-uR0p9gr3HW .interface-section-title,
.tP9bzn-uR0p9gr3HW .interface-section-btn,
.tP9bzn-uR0p9gr3HW .title-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u2jRxBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1u2jRxBf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR1u2jRxBf .row {
  justify-content: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .interface-soc,
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .interface-soc {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .interface-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .interface-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrap {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .list-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .list-wrapper .interface-section-subtitle {
  margin-bottom: 32px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover::before,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .interface-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-soc {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-subtitle {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list,
.tP9bzn-uR1u2jRxBf .item-wrap,
.tP9bzn-uR1u2jRxBf .list-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  position: relative !important;
}
.tP9bzn-uR1u9kthHf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tP9bzn-uR1u9kthHf .dropdown-item:before {
  font-family: vector2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.tP9bzn-uR1u9kthHf .dropdown-item {
  border: none !important;
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover,
.tP9bzn-uR1u9kthHf .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover span {
  color: white;
}
.tP9bzn-uR1u9kthHf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.tP9bzn-uR1u9kthHf .nav-link {
  position: relative;
}
.tP9bzn-uR1u9kthHf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .container {
    flex-wrap: nowrap;
  }
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper:hover {
  opacity: .5;
}
.tP9bzn-uR1u9kthHf .dropdown-menu,
.tP9bzn-uR1u9kthHf .navbar.opened {
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .nav-item:focus,
.tP9bzn-uR1u9kthHf .nav-link:focus {
  outline: none;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2d2d20;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf .navbar.opened {
  transition: all 0.3s;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed {
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tP9bzn-uR1u9kthHf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-logo a {
  outline: none;
}
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item.active,
.tP9bzn-uR1u9kthHf .dropdown-item:active {
  background-color: transparent;
}
.tP9bzn-uR1u9kthHf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2d20;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tP9bzn-uR1u9kthHf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .tP9bzn-uR1u9kthHf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.tP9bzn-uR1u9kthHf .navbar-buttons {
  text-align: center;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn .interface-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .tP9bzn-uR1u9kthHf .navbar-buttons .btn {
    width: auto !important;
  }
}
.tP9bzn-uR1u9kthHf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2d2d20 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  padding: 0 1rem;
}
.tP9bzn-uR1u9kthHf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tP9bzn-uR1u9kthHf .navbar {
    height: 70px;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    height: auto;
  }
  .tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar-nav {
  margin: 0 auto;
}
.tP9bzn-uR1u9kthHf .nav-item {
  padding: 0;
  margin: 0;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar {
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.tP9bzn-uR1u9kthHf .content-wrap {
  min-height: 110px;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
  opacity: 1;
}
.tP9bzn-uR0JVz84MZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/politic201-1360x768.jpg");
}
.tP9bzn-uR0JVz84MZ .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0JVz84MZ .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0JVz84MZ .content-wrapper .interface-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0JVz84MZ .content-wrapper .interface-label {
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0JVz84MZ .content-wrapper .title-wrapper .interface-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0JVz84MZ .content-wrapper .title-wrapper .interface-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tP9bzn-uR0JVz84MZ .content-wrapper .text-wrapper .interface-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0JVz84MZ .content-wrapper .text-wrapper .interface-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0JVz84MZ .interface-label {
  color: #000000;
}
.tP9bzn-uR0JVz84MZ .interface-section-title {
  color: #000000;
}
.tP9bzn-uR0JVz84MZ .interface-text {
  color: #d7d2d2;
}
.tP9bzn-uR0JVz84MZ .interface-section-title,
.tP9bzn-uR0JVz84MZ .interface-section-btn,
.tP9bzn-uR0JVz84MZ .title-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u2jRxBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1u2jRxBf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR1u2jRxBf .row {
  justify-content: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .interface-soc,
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .interface-soc {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .interface-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .interface-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrap {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .list-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .list-wrapper .interface-section-subtitle {
  margin-bottom: 32px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover::before,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .interface-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-soc {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-subtitle {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list,
.tP9bzn-uR1u2jRxBf .item-wrap,
.tP9bzn-uR1u2jRxBf .list-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  position: relative !important;
}
.tP9bzn-uR1u9kthHf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tP9bzn-uR1u9kthHf .dropdown-item:before {
  font-family: vector2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.tP9bzn-uR1u9kthHf .dropdown-item {
  border: none !important;
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover,
.tP9bzn-uR1u9kthHf .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover span {
  color: white;
}
.tP9bzn-uR1u9kthHf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.tP9bzn-uR1u9kthHf .nav-link {
  position: relative;
}
.tP9bzn-uR1u9kthHf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .container {
    flex-wrap: nowrap;
  }
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper:hover {
  opacity: .5;
}
.tP9bzn-uR1u9kthHf .dropdown-menu,
.tP9bzn-uR1u9kthHf .navbar.opened {
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .nav-item:focus,
.tP9bzn-uR1u9kthHf .nav-link:focus {
  outline: none;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2d2d20;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf .navbar.opened {
  transition: all 0.3s;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed {
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tP9bzn-uR1u9kthHf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-logo a {
  outline: none;
}
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item.active,
.tP9bzn-uR1u9kthHf .dropdown-item:active {
  background-color: transparent;
}
.tP9bzn-uR1u9kthHf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2d20;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tP9bzn-uR1u9kthHf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .tP9bzn-uR1u9kthHf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.tP9bzn-uR1u9kthHf .navbar-buttons {
  text-align: center;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn .interface-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .tP9bzn-uR1u9kthHf .navbar-buttons .btn {
    width: auto !important;
  }
}
.tP9bzn-uR1u9kthHf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2d2d20 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  padding: 0 1rem;
}
.tP9bzn-uR1u9kthHf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tP9bzn-uR1u9kthHf .navbar {
    height: 70px;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    height: auto;
  }
  .tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar-nav {
  margin: 0 auto;
}
.tP9bzn-uR1u9kthHf .nav-item {
  padding: 0;
  margin: 0;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar {
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.tP9bzn-uR1u9kthHf .content-wrap {
  min-height: 110px;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
  opacity: 1;
}
.tP9bzn-uR0JWCXrGu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/politic201-1360x768.jpg");
}
.tP9bzn-uR0JWCXrGu .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0JWCXrGu .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0JWCXrGu .content-wrapper .interface-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0JWCXrGu .content-wrapper .interface-label {
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0JWCXrGu .content-wrapper .title-wrapper .interface-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0JWCXrGu .content-wrapper .title-wrapper .interface-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tP9bzn-uR0JWCXrGu .content-wrapper .text-wrapper .interface-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0JWCXrGu .content-wrapper .text-wrapper .interface-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0JWCXrGu .interface-label {
  color: #000000;
}
.tP9bzn-uR0JWCXrGu .interface-section-title {
  color: #000000;
}
.tP9bzn-uR0JWCXrGu .interface-text {
  color: #d7d2d2;
}
.tP9bzn-uR0JWCXrGu .interface-section-title,
.tP9bzn-uR0JWCXrGu .interface-section-btn,
.tP9bzn-uR0JWCXrGu .title-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u2jRxBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1u2jRxBf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR1u2jRxBf .row {
  justify-content: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .interface-soc,
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .interface-soc {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .interface-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .interface-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrap {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .list-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .list-wrapper .interface-section-subtitle {
  margin-bottom: 32px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover::before,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .interface-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-soc {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-subtitle {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list,
.tP9bzn-uR1u2jRxBf .item-wrap,
.tP9bzn-uR1u2jRxBf .list-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  position: relative !important;
}
.tP9bzn-uR1u9kthHf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tP9bzn-uR1u9kthHf .dropdown-item:before {
  font-family: vector2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.tP9bzn-uR1u9kthHf .dropdown-item {
  border: none !important;
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover,
.tP9bzn-uR1u9kthHf .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover span {
  color: white;
}
.tP9bzn-uR1u9kthHf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.tP9bzn-uR1u9kthHf .nav-link {
  position: relative;
}
.tP9bzn-uR1u9kthHf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .container {
    flex-wrap: nowrap;
  }
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper:hover {
  opacity: .5;
}
.tP9bzn-uR1u9kthHf .dropdown-menu,
.tP9bzn-uR1u9kthHf .navbar.opened {
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .nav-item:focus,
.tP9bzn-uR1u9kthHf .nav-link:focus {
  outline: none;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2d2d20;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf .navbar.opened {
  transition: all 0.3s;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed {
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tP9bzn-uR1u9kthHf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-logo a {
  outline: none;
}
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item.active,
.tP9bzn-uR1u9kthHf .dropdown-item:active {
  background-color: transparent;
}
.tP9bzn-uR1u9kthHf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2d20;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tP9bzn-uR1u9kthHf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .tP9bzn-uR1u9kthHf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.tP9bzn-uR1u9kthHf .navbar-buttons {
  text-align: center;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn .interface-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .tP9bzn-uR1u9kthHf .navbar-buttons .btn {
    width: auto !important;
  }
}
.tP9bzn-uR1u9kthHf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2d2d20 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  padding: 0 1rem;
}
.tP9bzn-uR1u9kthHf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tP9bzn-uR1u9kthHf .navbar {
    height: 70px;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    height: auto;
  }
  .tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar-nav {
  margin: 0 auto;
}
.tP9bzn-uR1u9kthHf .nav-item {
  padding: 0;
  margin: 0;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar {
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.tP9bzn-uR1u9kthHf .content-wrap {
  min-height: 110px;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
  opacity: 1;
}
.tP9bzn-uR0O3kN3Hm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/politic201-1360x768.jpg");
}
.tP9bzn-uR0O3kN3Hm .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR0O3kN3Hm .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR0O3kN3Hm .content-wrapper .interface-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0O3kN3Hm .content-wrapper .interface-label {
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0O3kN3Hm .content-wrapper .title-wrapper .interface-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0O3kN3Hm .content-wrapper .title-wrapper .interface-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tP9bzn-uR0O3kN3Hm .content-wrapper .text-wrapper .interface-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR0O3kN3Hm .content-wrapper .text-wrapper .interface-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tP9bzn-uR0O3kN3Hm .interface-label {
  color: #000000;
}
.tP9bzn-uR0O3kN3Hm .interface-section-title {
  color: #000000;
}
.tP9bzn-uR0O3kN3Hm .interface-text {
  color: #d7d2d2;
}
.tP9bzn-uR0O3kN3Hm .interface-section-title,
.tP9bzn-uR0O3kN3Hm .interface-section-btn,
.tP9bzn-uR0O3kN3Hm .title-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u2jRxBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151512;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image.disabled {
  display: none;
}
.tP9bzn-uR1u2jRxBf .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tP9bzn-uR1u2jRxBf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .tP9bzn-uR1u2jRxBf .container {
    padding: 0 24px;
  }
}
.tP9bzn-uR1u2jRxBf .row {
  justify-content: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrapper .interface-section-title {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:hover .interface-soc,
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item:focus .interface-soc {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .interface-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.tP9bzn-uR1u2jRxBf .content-wrapper .social-wrapper .social-wrap .soc-item a .interface-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .content-wrap {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u2jRxBf .list-wrapper {
    margin-bottom: 48px;
  }
}
.tP9bzn-uR1u2jRxBf .list-wrapper .interface-section-subtitle {
  margin-bottom: 32px;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:hover::before,
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.tP9bzn-uR1u2jRxBf .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u2jRxBf .interface-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-title {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-soc {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .interface-section-subtitle {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list {
  color: #ffffff;
}
.tP9bzn-uR1u2jRxBf .list,
.tP9bzn-uR1u2jRxBf .item-wrap,
.tP9bzn-uR1u2jRxBf .list-wrapper {
  color: #d7d2d2;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  position: relative !important;
}
.tP9bzn-uR1u9kthHf .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tP9bzn-uR1u9kthHf .dropdown-item:before {
  font-family: vector2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.tP9bzn-uR1u9kthHf .dropdown-item {
  border: none !important;
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover,
.tP9bzn-uR1u9kthHf .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item:hover span {
  color: white;
}
.tP9bzn-uR1u9kthHf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.tP9bzn-uR1u9kthHf .nav-link {
  position: relative;
}
.tP9bzn-uR1u9kthHf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .container {
    flex-wrap: nowrap;
  }
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.tP9bzn-uR1u9kthHf .iconfont-wrapper:hover {
  opacity: .5;
}
.tP9bzn-uR1u9kthHf .dropdown-menu,
.tP9bzn-uR1u9kthHf .navbar.opened {
  background: #2d2d20 !important;
}
.tP9bzn-uR1u9kthHf .nav-item:focus,
.tP9bzn-uR1u9kthHf .nav-link:focus {
  outline: none;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.tP9bzn-uR1u9kthHf .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.tP9bzn-uR1u9kthHf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2d2d20;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf .navbar.opened {
  transition: all 0.3s;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.tP9bzn-uR1u9kthHf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed {
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.tP9bzn-uR1u9kthHf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .tP9bzn-uR1u9kthHf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .tP9bzn-uR1u9kthHf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .tP9bzn-uR1u9kthHf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.tP9bzn-uR1u9kthHf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .navbar-brand .navbar-logo a {
  outline: none;
}
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:hover,
.tP9bzn-uR1u9kthHf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .dropdown-item.active,
.tP9bzn-uR1u9kthHf .dropdown-item:active {
  background-color: transparent;
}
.tP9bzn-uR1u9kthHf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.tP9bzn-uR1u9kthHf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d2d20;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.tP9bzn-uR1u9kthHf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.tP9bzn-uR1u9kthHf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.tP9bzn-uR1u9kthHf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .tP9bzn-uR1u9kthHf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.tP9bzn-uR1u9kthHf .navbar-buttons {
  text-align: center;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.tP9bzn-uR1u9kthHf .navbar-buttons .btn .interface-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .tP9bzn-uR1u9kthHf .navbar-buttons .btn {
    width: auto !important;
  }
}
.tP9bzn-uR1u9kthHf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2d2d20 !important;
  border: none !important;
  box-shadow: none !important;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.tP9bzn-uR1u9kthHf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.tP9bzn-uR1u9kthHf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.tP9bzn-uR1u9kthHf .navbar-dropdown {
  padding: 0 1rem;
}
.tP9bzn-uR1u9kthHf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tP9bzn-uR1u9kthHf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tP9bzn-uR1u9kthHf .navbar {
    height: 70px;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    height: auto;
  }
  .tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tP9bzn-uR1u9kthHf .navbar-nav {
  margin: 0 auto;
}
.tP9bzn-uR1u9kthHf .nav-item {
  padding: 0;
  margin: 0;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.tP9bzn-uR1u9kthHf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.tP9bzn-uR1u9kthHf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .tP9bzn-uR1u9kthHf .navbar {
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .tP9bzn-uR1u9kthHf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.tP9bzn-uR1u9kthHf .content-wrap {
  min-height: 110px;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus {
  color: #ffffff !important;
}
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:hover::after,
.tP9bzn-uR1u9kthHf .interface-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffb300, #bfca33 150%);
  opacity: 1;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceLeft {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-20px); }
    100% { transform: translateX(0); }
}

.navbar-brand {
    animation: bounceLeft 1s ease-in-out 1 forwards;
}
/* endlogoanimations */

/* mainanimations */
/* Style 5: background flash */
a, button, .btn {
  transition: background-color 0.2s ease;
}
a:active, button:active, .btn:active {
  background-color: rgba(255, 255, 0, 0.5);
}
/* endmainanimations */
